[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/lang/ -> strings_english.txt (source)

   1  <?php
   2  # MantisBT - A PHP based bugtracking system
   3  
   4  # MantisBT is free software: you can redistribute it and/or modify
   5  # it under the terms of the GNU General Public License as published by
   6  # the Free Software Foundation, either version 2 of the License, or
   7  # (at your option) any later version.
   8  #
   9  # MantisBT is distributed in the hope that it will be useful,
  10  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  # GNU General Public License for more details.
  13  #
  14  # You should have received a copy of the GNU General Public License
  15  # along with MantisBT.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Language File
  19   * See the qqq 'language' for message documentation incl. usage of parameters
  20   * **********************************************************************
  21   * ** This file is generated from translations stored in translatewiki **
  22   * ** Information on Copyright/License for translatewiki translations  **
  23   * ** is available at http://translatewiki.net/wiki/Project:About      **
  24   * **********************************************************************
  25   * ** To improve a translation please visit http://translatewiki.net   **
  26   * **********************************************************************
  27   *
  28   * @ingroup Language
  29   * @copyright Copyright (C) 2002 - 2011  MantisBT Team - mantisbt-dev@lists.sourceforge.net
  30   * @link http://www.mantisbt.org
  31  */
  32  
  33  $s_messages = array(
  34      # Script directionality (currently supported: ltr and rtl)
  35      'directionality' => 'ltr',
  36      
  37      # Group commands menuitems
  38      'actiongroup_menu_move' => 'Move',
  39      'actiongroup_menu_copy' => 'Copy',
  40      'actiongroup_menu_assign' => 'Assign',
  41      'actiongroup_menu_close' => 'Close',
  42      'actiongroup_menu_delete' => 'Delete',
  43      'actiongroup_menu_resolve' => 'Resolve',
  44      'actiongroup_menu_update_priority' => 'Update Priority',
  45      'actiongroup_menu_update_status' => 'Update Status',
  46      'actiongroup_menu_update_severity' => 'Update Severity',
  47      'actiongroup_menu_update_view_status' => 'Update View Status',
  48      'actiongroup_menu_update_category' => 'Update Category',
  49      'actiongroup_menu_set_sticky' => 'Set/Unset Sticky',
  50      'actiongroup_menu_update_field' => 'Update %1$s',
  51      'actiongroup_menu_update_target_version' => 'Update Target Version',
  52      'actiongroup_menu_update_fixed_in_version' => 'Update Fixed in Version',
  53      'actiongroup_menu_update_product_build' => 'Update Product Build',
  54      'actiongroup_menu_add_note' => 'Add Note',
  55      'actiongroup_menu_attach_tags' => 'Attach Tags',
  56      'actiongroup_bugs' => 'Selected Issues',
  57      'actiongroup_error_issue_is_readonly' => 'Issue is readonly.',
  58      
  59      # new strings:
  60      'all_projects' => 'All Projects',
  61      'move_bugs' => 'Move Issues',
  62      'operation_successful' => 'Operation successful.',
  63      'date_order' => 'Date Order',
  64      'print_all_bug_page_link' => 'Print Reports',
  65      'csv_export' => 'CSV Export',
  66      'excel_export' => 'Excel Export',
  67      'login_anonymously' => 'Login Anonymously',
  68      'anonymous' => 'Anonymous',
  69      'jump_to_bugnotes' => 'Jump to Notes',
  70      'public_project_msg' => 'This project is public. All users have access.',
  71      'private_project_msg' => 'This project is private. Only administrators and manually added users have access.',
  72      'access_level_project' => 'Project Access Level',
  73      'view_submitted_bug_link' => 'View Submitted Issue %1$s',
  74      'assigned_projects' => 'Assigned Projects',
  75      'assigned_projects_label' => 'Assigned Projects:',
  76      'unassigned_projects_label' => 'Unassigned Projects:',
  77      'print' => 'Print',
  78      'jump' => 'Jump',
  79      'copy_users' => 'Copy Users',
  80      'copy_categories_from' => 'Copy Categories From',
  81      'copy_categories_to' => 'Copy Categories To',
  82      'copy_versions_from' => 'Copy Versions From',
  83      'copy_versions_to' => 'Copy Versions To',
  84      'copy_users_from' => 'Copy Users From',
  85      'copy_users_to' => 'Copy Users To',
  86      'bug_history' => 'Issue History',
  87      'field' => 'Field',
  88      'old_value' => 'Old Value',
  89      'new_value' => 'New Value',
  90      'date_modified' => 'Date Modified',
  91      'bugnote' => 'Note',
  92      'change' => 'Change',
  93      'bugnote_view_state' => 'Note View State',
  94      'bug_monitor' => 'Issue Monitored',
  95      'bug_end_monitor' => 'Issue End Monitor',
  96      'announcement' => 'Announcement',
  97      'stays_on_top' => 'Stays on Top',
  98      'bugnote_link_title' => 'Direct link to note',
  99      'delete_bugnote_button' => 'Delete Note',
 100      'delete_bugnote_sure_msg' => 'Are you sure you wish to delete this note?',
 101      'bug_relationships' => 'Relationships',
 102      'bug_relationships_label' => 'Relationships:',
 103      'empty_password_sure_msg' => 'The user has an empty password. Are you sure that is what you want?',
 104      'empty_password_button' => 'Use Empty Password',
 105      'reauthenticate_title' => 'Authenticate',
 106      'reauthenticate_message' => 'You are visiting a secure page, and your secure session has expired. Please authenticate yourself to continue.',
 107  
 108      'no_category' => '(No Category)',
 109      'global_categories' => 'Global Categories',
 110      'inherit' => 'Inherit Categories',
 111      'inherit_global' => 'Inherit Global Categories',
 112      'inherit_parent' => 'Inherit Parent Categories',
 113      'update_subproject_inheritance' => 'Update Subproject Inheritance',
 114  
 115      'duplicate_of' => 'duplicate of',
 116      'has_duplicate' => 'has duplicate',
 117      'related_to' => 'related to',
 118      'dependant_on' => 'parent of',
 119      'blocks' => 'child of',
 120  
 121      'new_bug' => 'New Issue',
 122      'bugnote_added' => 'Note Added',
 123      'bugnote_edited' => 'Note Edited',
 124      'bugnote_deleted' => 'Note Deleted',
 125      'summary_updated' => 'Summary Updated',
 126      'description_updated' => 'Description Updated',
 127      'additional_information_updated' => 'Additional Information Updated',
 128      'steps_to_reproduce_updated' => 'Steps to Reproduce Updated',
 129      'file_added' => 'File Added',
 130      'file_deleted' => 'File Deleted',
 131      'bug_deleted' => 'Issue Deleted',
 132  
 133      'make_private' => 'Make Private',
 134      'make_public' => 'Make Public',
 135  
 136      'create_new_project_link' => 'Create New Project',
 137  
 138      'login_link' => 'Login',
 139      
 140      # comboboxes default to this to instruct user to explicitly select an entry.
 141      'select_option' => '(select)',
 142  
 143      # bug_actiongroup_page.php : mass treatment
 144      'bug_actiongroup_access' => 'You did not have appropriate permissions to perform that action.',
 145      'bug_actiongroup_status' => 'This issue cannot be changed to the requested status',
 146      'bug_actiongroup_category' => 'This issue cannot be changed to the requested category',
 147      'close_bugs_conf_msg' => 'Are you sure you wish to close these issues?',
 148      'delete_bugs_conf_msg' => 'Are you sure you wish to delete these issues?',
 149      'move_bugs_conf_msg' => 'Move issues to',
 150      'copy_bugs_conf_msg' => 'Copy issues to',
 151      'assign_bugs_conf_msg' => 'Assign issues to',
 152      'resolve_bugs_conf_msg' => 'Choose issues resolution',
 153      'priority_bugs_conf_msg' => 'Choose issues priority',
 154      'status_bugs_conf_msg' => 'Choose issues status',
 155      'view_status_bugs_conf_msg' => 'Choose issues view status',
 156      'category_bugs_conf_msg' => 'Choose issues category',
 157      'set_sticky_bugs_conf_msg' => 'Are you sure you wish to set/unset these issues sticky?',
 158      'fixed_in_version_bugs_conf_msg' => 'Update Fixed in Version to',
 159      'target_version_bugs_conf_msg' => 'Update Target Version to',
 160      'close_group_bugs_button' => 'Close Issues',
 161      'delete_group_bugs_button' => 'Delete Issues',
 162      'move_group_bugs_button' => 'Move Issues',
 163      'copy_group_bugs_button' => 'Copy Issues',
 164      'assign_group_bugs_button' => 'Assign Issues',
 165      'resolve_group_bugs_button' => 'Resolve Issues',
 166      'priority_group_bugs_button' => 'Update Priority',
 167      'status_group_bugs_button' => 'Update Status',
 168      'category_group_bugs_button' => 'Update Category',
 169      'view_status_group_bugs_button' => 'Update View Status',
 170      'set_sticky_group_bugs_button' => 'Set/Unset Sticky',
 171      'fixed_in_version_group_bugs_button' => 'Update Fixed in Version',
 172      'target_version_group_bugs_button' => 'Update Target Version',
 173      'update_severity_title' => 'Update Severity',
 174      'update_severity_msg' => 'Choose issue severity',
 175      'update_severity_button' => 'Update Severity',
 176      
 177      # print_all_bug_page.php : display selected issues
 178      'hide_button' => 'Display selected only',
 179      
 180      # print_all_bug_options.php : printing preferences
 181      'printing_preferences_title' => 'Choose fields to print',
 182      'printing_options_link' => 'Printing Options',
 183      
 184      # word and excel export
 185      'bugnote_title' => 'Note handler',
 186      'bugnote_date' => 'Date of note',
 187      'bugnote_description' => 'Note description',
 188      
 189      'error_no_proceed' => 'Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.',
 190      'login_error' => 'Your account may be disabled or blocked or the username/password you entered is incorrect.',
 191      'login_cookies_disabled' => 'Your browser either does not know how to handle cookies, or refuses to handle them.',
 192  
 193      # General Strings
 194      'go_back' => 'Go Back',
 195      'proceed' => 'Proceed',
 196      
 197      'switch' => 'Switch',
 198      'logged_in_as' => 'Logged in as',
 199      
 200      'prefix_for_deleted_users' => 'user',
 201      
 202      'administrator' => 'administrator',
 203      'myself' => 'Myself',
 204      'default_access_level' => 'Default access level',
 205      
 206      'issue_status_percentage' => 'Issue Status Percentage',
 207      
 208      # Enum Strings
 209      'access_levels_enum_string' => '10:viewer,25:reporter,40:updater,55:developer,70:manager,90:administrator',
 210      'project_status_enum_string' => '10:development,30:release,50:stable,70:obsolete',
 211      'project_view_state_enum_string' => '10:public,50:private',
 212      'view_state_enum_string' => '10:public,50:private',
 213  
 214      'priority_enum_string' => '10:none,20:low,30:normal,40:high,50:urgent,60:immediate',
 215      'severity_enum_string' => '10:feature,20:trivial,30:text,40:tweak,50:minor,60:major,70:crash,80:block',
 216      'reproducibility_enum_string' => '10:always,30:sometimes,50:random,70:have not tried,90:unable to reproduce,100:N/A',
 217      'status_enum_string' => '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed',
 218      'resolution_enum_string' => '10:open,20:fixed,30:reopened,40:unable to reproduce,50:not fixable,60:duplicate,70:no change required,80:suspended,90:won\'t fix',
 219      'projection_enum_string' => '10:none,30:tweak,50:minor fix,70:major rework,90:redesign',
 220      'eta_enum_string' => '10:none,20:< 1 day,30:2-3 days,40:< 1 week,50:< 1 month,60:> 1 month',
 221      'sponsorship_enum_string' => '0:Unpaid,1:Requested,2:Paid',
 222  
 223      # E-mail Strings
 224      'new_account_subject' => 'Account registration',
 225      'new_account_greeting' => 'Thank you for registering. You have an account with username "%1$s". In order to complete your registration, visit the following URL (make sure it is entered as the single line) and set your own access password:',
 226      'new_account_greeting_admincreated' => 'The user %1$s has created an account for you with username "%2$s". In order to complete your registration, visit the following URL (make sure it is entered as the single line) and set your own access password:',
 227      'new_account_username' => 'Username:',
 228      'new_account_message' => 'If you did not request any registration, ignore this message and nothing will happen.',
 229      'new_account_do_not_reply' => 'Do not reply to this message',
 230      'new_account_email' => 'E-mail:',
 231      'new_account_IP' => 'Remote IP address:',
 232      'new_account_signup_msg' => 'The following account has been created:',
 233      
 234      'reset_request_msg' => 'Someone (presumably you) requested a password change through e-mail verification. If this was not you, ignore this message and nothing will happen.
 235  
 236  If you requested this verification, visit the following URL to change your password:',
 237      'reset_request_in_progress_msg' => 'If you supplied the correct username and e-mail address for your account, we will now have sent a confirmation message to that e-mail address. Once the message has been received, follow the instructions provided to change the password on your account.',
 238  
 239      'email_notification_title_for_status_bug_new' => 'The following issue is now in status NEW (again)',
 240      'email_notification_title_for_status_bug_feedback' => 'The following issue requires your FEEDBACK.',
 241      'email_notification_title_for_status_bug_acknowledged' => 'The following issue has been ACKNOWLEDGED.',
 242      'email_notification_title_for_status_bug_confirmed' => 'The following issue has been CONFIRMED.',
 243      'email_notification_title_for_status_bug_assigned' => 'The following issue has been ASSIGNED.',
 244      'email_notification_title_for_status_bug_resolved' => 'The following issue has been RESOLVED.',
 245      'email_notification_title_for_status_bug_closed' => 'The following issue has been CLOSED',
 246      'email_notification_title_for_action_bug_submitted' => 'The following issue has been SUBMITTED.',
 247      'email_notification_title_for_action_bug_assigned' => 'The following issue has been ASSIGNED.',
 248      'email_notification_title_for_action_bug_reopened' => 'The following issue has been REOPENED.',
 249      'email_notification_title_for_action_bug_deleted' => 'The following issue has been DELETED.',
 250      'email_notification_title_for_action_bug_updated' => 'The following issue has been UPDATED.',
 251      'email_notification_title_for_action_sponsorship_added' => 'The following issue has been SPONSORED.',
 252      'email_notification_title_for_action_sponsorship_updated' => 'A sponsorship of the following issue was modified.',
 253      'email_notification_title_for_action_sponsorship_deleted' => 'A sponsorship of the following issue was withdrawn.',
 254      'email_notification_title_for_action_bugnote_submitted' => 'A NOTE has been added to this issue.',
 255      'email_notification_title_for_action_duplicate_of_relationship_added' => 'The following issue has been set as DUPLICATE OF issue %1$s.',
 256      'email_notification_title_for_action_has_duplicate_relationship_added' => 'The issue %1$s has been set as DUPLICATE OF the following issue.',
 257      'email_notification_title_for_action_related_to_relationship_added' => 'The following issue has been set as RELATED TO issue %1$s.',
 258      'email_notification_title_for_action_dependant_on_relationship_added' => 'The following issue has been set PARENT OF issue %1$s.',
 259      'email_notification_title_for_action_blocks_relationship_added' => 'The following issue has been set CHILD OF issue %1$s.',
 260      'email_notification_title_for_action_duplicate_of_relationship_deleted' => 'The following issue has been UNset as DUPLICATE OF issue %1$s.',
 261      'email_notification_title_for_action_has_duplicate_relationship_deleted' => 'The issue %1$s has been removed as a DUPLICATE OF the following issue.',
 262      'email_notification_title_for_action_related_to_relationship_deleted' => 'The following issue has been marked as UNRELATED TO issue %1$s.',
 263      'email_notification_title_for_action_dependant_on_relationship_deleted' => 'The following issue has been removed as the PARENT OF issue %1$s.',
 264      'email_notification_title_for_action_blocks_relationship_deleted' => 'The following issue has been removed as the CHILD OF issue %1$s.',
 265      'email_notification_title_for_action_relationship_child_resolved' => 'The RELATED issue %1$s has been RESOLVED.',
 266      'email_notification_title_for_action_relationship_child_closed' => 'The RELATED issue %1$s has been CLOSED.',
 267      'email_notification_title_for_action_monitor' => 'Issue %1$s is now monitored by user %2$s.',
 268  
 269      'email_reporter' => 'Reported By',
 270      'email_handler' => 'Assigned To',
 271      'email_project' => 'Project',
 272      'email_project_label' => 'Project:',
 273      'email_bug' => 'Issue ID',
 274      'email_category' => 'Category',
 275      'email_reproducibility' => 'Reproducibility',
 276      'email_severity' => 'Severity',
 277      'email_priority' => 'Priority',
 278      'email_status' => 'Status',
 279      'email_resolution' => 'Resolution',
 280      'email_duplicate' => 'Duplicate',
 281      'email_fixed_in_version' => 'Fixed in Version',
 282      'email_target_version' => 'Target Version',
 283      'email_date_submitted' => 'Date Submitted',
 284      'email_last_modified' => 'Last Modified',
 285      'email_summary' => 'Summary',
 286      'email_description' => 'Description',
 287      'email_additional_information' => 'Additional Information',
 288      'email_steps_to_reproduce' => 'Steps to Reproduce',
 289  
 290      # account_delete.php
 291      'account_protected_msg' => 'Account protected. Cannot change settings...',
 292      'account_removed_msg' => 'Your account has been removed...',
 293      
 294      # account_delete_page.php
 295      'confirm_delete_msg' => 'Are you sure you wish to delete your account?',
 296      'delete_account_button' => 'Delete Account',
 297      
 298      # account_page.php
 299      'manage_profiles_link' => 'Profiles',
 300      'change_preferences_link' => 'Preferences',
 301      'edit_account_title' => 'Edit Account',
 302      'username' => 'Username',
 303      'username_label' => 'Username:',
 304      'realname' => 'Real Name',
 305      'realname_label' => 'Real Name:',
 306      'email' => 'E-mail',
 307      'email_label' => 'E-mail:',
 308      'password' => 'Password',
 309      'no_password_change' => 'The password is controlled by another system, hence cannot be edited here.',
 310      'confirm_password' => 'Confirm Password',
 311      'access_level' => 'Access Level',
 312      'access_level_label' => 'Access Level:',
 313      'update_user_button' => 'Update User',
 314      'verify_warning' => 'Your account information has been verified. The account confirmation message you have received is now invalid.',
 315      'verify_change_password' => 'You must set a password here to allow you to log in again.',
 316      
 317      # account_prefs_page.php
 318      'default_account_preferences_title' => 'Account Preferences',
 319      'default_project' => 'Default Project',
 320      'refresh_delay' => 'Refresh Delay',
 321      'minutes' => 'minutes',
 322      'redirect_delay' => 'Redirect Delay',
 323      'seconds' => 'seconds',
 324      'with_minimum_severity' => 'With Minimum Severity of',
 325      'bugnote_order' => 'Notes Sort Order',
 326      'bugnote_order_asc' => 'Ascending',
 327      'bugnote_order_desc' => 'Descending',
 328      'email_on_new' => 'E-mail on New',
 329      'email_on_assigned' => 'E-mail on Change of Handler',
 330      'email_on_feedback' => 'E-mail on Feedback',
 331      'email_on_resolved' => 'E-mail on Resolved',
 332      'email_on_closed' => 'E-mail on Closed',
 333      'email_on_reopened' => 'E-mail on Reopened',
 334      'email_on_bugnote_added' => 'E-mail on Note Added',
 335      'email_on_status_change' => 'E-mail on Status Change',
 336      'email_on_priority_change' => 'E-mail on Priority Change',
 337      'email_bugnote_limit' => 'E-mail Notes Limit',
 338      'language' => 'Language',
 339      'update_prefs_button' => 'Update Prefs',
 340      'reset_prefs_button' => 'Reset Prefs',
 341      'timezone' => 'Time Zone',
 342      
 343      # account_prefs_reset.php
 344      'prefs_reset_msg' => 'Preferences have been reset...',
 345      
 346      # account_prefs_update.php
 347      'prefs_updated_msg' => 'Preferences have been updated...',
 348      
 349      # account_profile_add.php
 350      'profile_added_msg' => 'Profile added...',
 351      
 352      # account_profile_delete.php
 353      'profile_deleted_msg' => 'Deleted profile...',
 354      
 355      # account_profile_edit_page.php
 356      'edit_profile_title' => 'Edit Profile',
 357      'platform' => 'Platform',
 358      'platform_label' => 'Platform:',
 359      'operating_system' => 'Operating System',
 360      'additional_description' => 'Additional Description',
 361      'update_profile_button' => 'Update Profile',
 362      
 363      # account_profile_make_default.php
 364      'profile_defaulted_msg' => 'Default profile updated...',
 365      
 366      # account_profile_manage_page.php
 367      'add_profile_title' => 'Add Profile',
 368      'add_profile_button' => 'Add Profile',
 369      'edit_or_delete_profiles_title' => 'Edit or Delete Profiles',
 370      'edit_profile' => 'Edit Profile',
 371      'make_default' => 'Make Default',
 372      'delete_profile' => 'Delete Profile',
 373      'select_profile' => 'Select Profile',
 374      'submit_button' => 'Submit',
 375      
 376      # account_profile_update.php
 377      'profile_updated_msg' => 'Profile updated...',
 378      
 379      # account_sponsor_page.php
 380      'my_sponsorship' => 'My Sponsorships',
 381      'update_sponsorship_button' => 'Change Payment Status',
 382      'no_sponsored' => 'No sponsored issues Assigned To yourself were found.',
 383      'own_sponsored' => 'Issues You have Sponsored:',
 384      'issues_handled' => 'Sponsored Issues You Have Been Assigned To:',
 385      'no_own_sponsored' => 'You have not sponsored any issues.',
 386      'sponsor' => 'Sponsor',
 387      'sponsor_verb' => 'Sponsor',
 388      'amount' => 'Amount',
 389      'total_owing' => 'Total Owing',
 390      'total_paid' => 'Total Paid',
 391      'sponsor_hide' => 'Hide Resolved and Paid',
 392      'sponsor_show' => 'Show All',
 393      
 394      # account_sponsor_update.php
 395      'payment_updated' => 'Payment information updated.',
 396      
 397      # account_update.php
 398      'account_updated_msg' => 'Your account has been successfully updated...',
 399      'email_updated' => 'E-mail address successfully updated',
 400      'realname_duplicated' => 'Real name is used by another user',
 401      'realname_updated' => 'Real name successfully updated',
 402      'password_updated' => 'Password successfully updated',
 403      
 404      # bug_action_group_page
 405      'multiple_projects' => 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.',
 406      
 407      # bug_change_status_page.php
 408      'new_bug_title' => 'New Issue',
 409      'feedback_bug_title' => 'Request Feedback on Issue',
 410      'acknowledged_bug_title' => 'Acknowledge Issue',
 411      'confirmed_bug_title' => 'Confirm Issue',
 412      'assigned_bug_title' => 'Assign Issue',
 413      'new_bug_button' => 'New Issue',
 414      'feedback_bug_button' => 'Request Feedback',
 415      'acknowledged_bug_button' => 'Acknowledge Issue',
 416      'confirmed_bug_button' => 'Confirm Issue',
 417      'assigned_bug_button' => 'Assign Issue',
 418      
 419      # bug_close.php
 420      'bug_close_msg' => 'Issue has been closed...',
 421      'close_immediately' => 'Close immediately:',
 422      
 423      # bug_close_page.php
 424      'closed_bug_title' => 'Close Issue',
 425      
 426      # bug_delete.php
 427      'bug_deleted_msg' => 'Issue has been deleted...',
 428      
 429      # bug_delete_page.php
 430      'delete_bug_sure_msg' => 'Are you sure you wish to delete this issue?',
 431      'delete_bug_button' => 'Delete',
 432      
 433      # bug_monitor_add.php
 434      'monitor_bug_button' => 'Monitor',
 435      
 436      # bug_monitor_delete.php
 437      'unmonitor_bug_button' => 'End Monitoring',
 438      
 439      # bug_file_add.php
 440      'file_upload_msg' => 'File upload successful.',
 441      
 442      # bug_file_upload_inc.php
 443      'upload_file' => 'Upload File',
 444      'select_file' => 'Select File',
 445      'upload_file_button' => 'Upload File',
 446      'max_file_size' => 'Maximum size',
 447      'max_file_size_label' => 'Maximum size:',
 448      
 449      # bug_reopen.php
 450      'bug_reopened_msg' => 'Issue has been reopened...',
 451      'reopen_add_bugnote_title' => 'Add Note Reason For Reopening Issue',
 452      'bugnote_add_reopen_button' => 'Add Note and Reopen Issue',
 453      
 454      # bug_resolve_page.php
 455      'resolved_bug_title' => 'Resolve Issue',
 456      'resolved_bug_button' => 'Resolve Issue',
 457      
 458      # bug_resolve_page2.php
 459      'bug_resolved_msg' => 'Issue has been resolved. Enter note below...',
 460      'resolve_add_bugnote_title' => 'Add Note Reason For Resolving Issue',
 461      'bugnote_add_resolve_button' => 'Add Note',
 462      
 463      # bug_reminder_page.php
 464      'from' => 'From',
 465      'to' => 'To',
 466      'sent_you_this_reminder_about' => 'sent you this reminder about',
 467      'bug_reminder' => 'Send a reminder',
 468      'reminder_sent_to' => 'Reminder sent to:',
 469      'bug_send_button' => 'Send',
 470      'reminder' => 'Reminder',
 471      'reminder_explain' => 'This note will be sent to the recipients listed requesting feedback on this issue.',
 472      'reminder_monitor' => 'These recipients will also begin monitoring the issue. They can unsubscribe using the Unmonitor button.',
 473      'reminder_store' => 'This note will be stored with the issue.',
 474      
 475      # bug_set_sponsorship.php
 476      'confirm_sponsorship' => 'Please confirm you want to sponsor issue %1$d for %2$s.',
 477      
 478      # bug_stick.php
 479      'stick_bug_button' => 'Stick',
 480      'unstick_bug_button' => 'Unstick',
 481      
 482      # bug_update.php
 483      'bug_updated_msg' => 'Issue has been successfully updated...',
 484      
 485      # bug_update_advanced_page.php
 486      'back_to_bug_link' => 'Back To Issue',
 487      'update_simple_link' => 'Update Simple',
 488      'updating_bug_advanced_title' => 'Updating Issue Information',
 489      'id' => 'ID',
 490      'category' => 'Category',
 491      'category_label' => 'Category:',
 492      'severity' => 'Severity',
 493      'severity_label' => 'Severity:',
 494      'reproducibility' => 'Reproducibility',
 495      'date_submitted' => 'Date Submitted',
 496      'last_update' => 'Last Update',
 497      'reporter' => 'Reporter',
 498      'reporter_label' => 'Reporter:',
 499      'assigned_to' => 'Assigned To',
 500      'assigned_to_label' => 'Assigned To:',
 501      'priority' => 'Priority',
 502      'priority_label' => 'Priority:',
 503      'resolution' => 'Resolution',
 504      'resolution_label' => 'Resolution:',
 505      'status' => 'Status',
 506      'status_label' => 'Status:',
 507      'duplicate_id' => 'Duplicate ID',
 508      'os' => 'OS',
 509      'os_label' => 'OS:',
 510      'projection' => 'Projection',
 511      'os_version' => 'OS Version',
 512      'os_version_label' => 'OS Version:',
 513      'eta' => 'ETA',
 514      'product_version' => 'Product Version',
 515      'product_version_label' => 'Product Version:',
 516      'build' => 'Build',
 517      'fixed_in_version' => 'Fixed in Version',
 518      'fixed_in_version_label' => 'Fixed in Version:',
 519      'target_version' => 'Target Version',
 520      'target_version_label' => 'Target Version:',
 521      'votes' => 'Votes',
 522      'summary' => 'Summary',
 523      'description' => 'Description',
 524      'steps_to_reproduce' => 'Steps To Reproduce',
 525      'update_information_button' => 'Update Information',
 526      'sticky_issue' => 'Sticky Issue',
 527      'profile' => 'Profile',
 528      'profile_label' => 'Profile:',
 529      
 530      # bug_update_page.php
 531      'updating_bug_simple_title' => 'Updating Issue Information',
 532      
 533      # bug_view*
 534      'view_revisions' => 'View Revisions',
 535      'view_num_revisions' => 'View %1$d revisions',
 536      'revision' => 'Revision',
 537      'revision_by' => '%1$s by %2$s',
 538      'revision_drop' => 'Drop',
 539      'bug_revision_dropped_history' => 'Issue Revision Dropped',
 540      'bugnote_revision_dropped_history' => 'Note Revision Dropped',
 541      'all_revisions' => 'All Revisions',
 542      'back_to_issue' => 'Back to Issue',
 543      'confirm_revision_drop' => 'Are you sure you want to drop this issue revision?',
 544      
 545      # bug_vote_add.php
 546      'vote_added_msg' => 'Vote has been added...',
 547      
 548      # bugnote_add.php
 549      'bugnote_added_msg' => 'Note added...',
 550      
 551      # bugnote_delete.php
 552      'bugnote_deleted_msg' => 'Note has been successfully deleted...',
 553      'bug_notes_title' => 'Notes',
 554      
 555      # bugnote_edit_page.php
 556      'edit_bugnote_title' => 'Edit Note',
 557      
 558      # bugnote_inc.php
 559      'no_bugnotes_msg' => 'There are no notes attached to this issue.',
 560      'delete_link' => 'Delete',
 561      'add_bugnote_title' => 'Add Note',
 562      'add_bugnote_button' => 'Add Note',
 563      'bugnote_edit_link' => 'Edit',
 564      'closed_bug_button' => 'Close Issue',
 565      
 566      # bugnote_update.php
 567      'bugnote_updated_msg' => 'Note has been successfully updated...',
 568      'last_edited' => 'Last edited:',
 569      
 570      # file_api.php
 571      'hide_content' => 'Hide Content',
 572      'show_content' => 'Show Content',
 573      
 574      # html_api.php
 575      'webmaster_contact_information' => 'If you encounter problems accessing this bug tracker please <a href="mailto:%1$s" title="Contact the webmaster via e-mail.">contact us via e-mail</a> for assistance.',
 576      'total_queries_executed' => 'Total queries executed: %1$d',
 577      'unique_queries_executed' => 'Unique queries executed: %1$d',
 578      'total_query_execution_time' => 'Total query execution time: %1$s seconds',
 579      'page_execution_time' => 'Page execution time: %1$s seconds',
 580      'memory_usage_in_kb' => 'Memory usage: %1$s KiB',
 581      
 582      # log_api.php
 583      'log_page_number' => 'Number',
 584      'log_page_time' => 'Execution time',
 585      'log_page_caller' => 'Caller',
 586      'log_page_event' => 'Event',
 587      
 588      # print_api.php
 589      'please_report' => 'Please report this to the %1$s.',
 590      
 591      # index.php
 592      'click_to_login' => 'Login',
 593      
 594      # login.php
 595      'warning_plain_password_authentication' => '<strong>Warning:</strong> Plain password authentication is used, this will expose your passwords to administrators.',
 596      'warning_default_administrator_account_present' => '<strong>Warning:</strong> You should disable the default \'administrator\' account or change its password.',
 597      'warning_admin_directory_present' => '<strong>Warning:</strong> Admin directory should be removed.',
 598      'error_database_version_out_of_date_1' => '<strong>Error:</strong> The database structure appears to be out of date (config(databaseversion) is 0 and old upgrade tables exist). Version 1.x of MantisBT introduced a new upgrade process. You appear to be upgrading from a 0.XX Release. Please upgrade to 1.0.8 or 1.1.X, then upgrade to 1.2.',
 599      'error_database_no_schema_version' => '<strong>Error:</strong> The database structure appears to be out of date (config(databaseversion) is 0 and old upgrade tables do not exist). Please check that your database is running - we can not retrieve the database schema version. Config Table did not return a valid database schema version - please ask for support on the mantis-help mailing list if required.',
 600      'error_database_version_out_of_date_2' => '<strong>Warning:</strong> The database structure may be out of date. Please upgrade <a href="admin/install.php">here</a> before logging in.',
 601      'error_code_version_out_of_date' => '<strong>Warning:</strong> The database structure is more up-to-date than the code installed. Please upgrade the code.',
 602      
 603      # login_page.php
 604      'login_page_info' => 'Welcome to the Issue Tracker.',
 605      'login_title' => 'Login',
 606      'save_login' => 'Remember my login in this browser',
 607      'secure_session' => 'Secure Session',
 608      'secure_session_long' => 'Only allow your session to be used from this IP address.',
 609      'choose_project' => 'Choose Project',
 610      'login_button' => 'Login',
 611      'signup_link' => 'Signup for a new account',    
 612      'lost_password_link' => 'Lost your password?',
 613      
 614      # login_select_proj_page.php
 615      'select_project_button' => 'Select Project',
 616      
 617      # lost_pwd_page.php
 618      'lost_password_title' => 'Password Reset',
 619      'lost_password_done_title' => 'Password Message Sent',
 620      'lost_password_subject' => 'Password Reset',
 621      'lost_password_info' => 'To reinstate your lost password, please supply the name and e-mail address for the account.<br /><br />If the data corresponds to a valid account, you will be sent a special URL via e-mail that contains a validation code for your account. Please follow this link to change your password.',
 622      'lost_password_confirm_hash_OK' => 'Your confirmation has been accepted. Please update your password.',
 623      
 624      # main_page.php
 625      'open_and_assigned_to_me_label' => 'Open and assigned to me:',
 626      'open_and_reported_to_me_label' => 'Open and reported by me:',
 627      'newer_news_link' => 'Newer News',
 628      'older_news_link' => 'Older News',
 629      'archives' => 'Archives',
 630      'rss' => 'RSS',
 631      
 632      # manage_overview_page
 633      'site_information' => 'Site Information',
 634      'mantis_version' => 'MantisBT Version',
 635      'schema_version' => 'Schema Version',
 636      'site_path' => 'Site Path',
 637      'core_path' => 'Core Path',
 638      'plugin_path' => 'Plugin Path',
 639      
 640      # manage_create_new_user.php
 641      'created_user_part1' => 'Created user',
 642      'created_user_part2' => 'with an access level of',
 643      
 644      # manage_create_user_page.php
 645      'create_new_account_title' => 'Create New Account',
 646      'verify_password' => 'Verify Password',
 647      'enabled' => 'Enabled',
 648      'enabled_label' => 'Enabled:',
 649      'protected' => 'Protected',
 650      'protected_label' => 'Protected:',
 651      'create_user_button' => 'Create User',
 652      
 653      # manage_page.php
 654      'hide_disabled' => 'Hide Disabled',
 655      'filter_button' => 'Apply Filter',
 656      'create_filter_link' => 'Create Permalink',
 657      'create_short_link' => 'Create Short Link',
 658      'filter_permalink' => 'Following is a permanent link to the currently configured filter:',
 659      'manage_users_link' => 'Manage Users',
 660      'manage_projects_link' => 'Manage Projects',
 661      'manage_custom_field_link' => 'Manage Custom Fields',
 662      'manage_global_profiles_link' => 'Manage Global Profiles',
 663      'manage_plugin_link' => 'Manage Plugins',
 664      'permissions_summary_report' => 'Permissions Report',
 665      'manage_config_link' => 'Manage Configuration',
 666      'manage_threshold_config' => 'Workflow Thresholds',
 667      'manage_email_config' => 'E-mail Notifications',
 668      'manage_workflow_config' => 'Workflow Transitions',
 669      'manage_workflow_graph' => 'Workflow Graph',
 670      'manage_tags_link' => 'Manage Tags',
 671      'create_new_account_link' => 'Create New Account',
 672      'projects_link' => 'Projects',
 673      'documentation_link' => 'Documentation',
 674      'new_accounts_title' => 'New Accounts',
 675      '1_week_title' => '1 Week',
 676      'never_logged_in_title' => 'Never Logged In',
 677      'prune_accounts' => 'Prune Accounts',
 678      'hide_inactive' => 'Hide Inactive',
 679      'manage_accounts_title' => 'Manage Accounts',
 680      'p' => 'p',
 681      'date_created' => 'Date Created',
 682      'last_visit' => 'Last Visit',
 683      'last_visit_label' => 'Last Visit:',
 684      'edit_user_link' => 'Edit User',
 685      
 686      # manage_config_email_page
 687      'config_all_projects' => 'Note: These configurations affect all projects, unless overridden at the project level.',
 688      'config_project' => 'Note: These configurations affect only the %1$s project.',
 689      'colour_coding' => 'In the table below, the following color code applies:',
 690      'colour_project' => 'Project setting overrides others.',
 691      'colour_global' => 'All Project settings override default configuration.',
 692      'issue_reporter' => 'User who reported issue',
 693      'issue_handler' => 'User who is handling the issue',
 694      'users_added_bugnote' => 'Users who added Issue Notes',
 695      'change_configuration' => 'Update Configuration',
 696      'message' => 'Message',
 697      'default_notify' => 'Setting default notification flags to',
 698      'action_notify' => 'Setting action notification flags to',
 699      'notify_defaults_change_access' => 'Who can change notification defaults',
 700      'notify_actions_change_access' => 'Who can change notifications:',
 701      'revert_to_system' => 'Delete All Projects Settings',
 702      'revert_to_all_project' => 'Delete Project Specific Settings',
 703      
 704      # manage_config_workflow_page
 705      'non_existent' => 'non-existent',
 706      'current_status' => 'Current Status',
 707      'next_status' => 'Next Status',
 708      'workflow' => 'Workflow',
 709      'workflow_thresholds' => 'Thresholds that Affect Workflow',
 710      'threshold' => 'Threshold',
 711      'status_level' => 'Status',
 712      'alter_level' => 'Who can alter this value',
 713      'validation' => 'Workflow Validation',
 714      'comment' => 'Validation Comment',
 715      'superfluous' => 'Arc from status to itself is implied, and need not be given explicitly',
 716      'unreachable' => 'You cannot move an issue into this status',
 717      'no_exit' => 'You cannot move an issue out of this status',
 718      'access_levels' => 'Access Levels',
 719      'access_change' => 'Minimum Access Level to Change to this Status',
 720      'desc_bug_submit_status' => 'Status to which a new issue is set',
 721      'desc_bug_reopen_status' => 'Status to which reopened issues are set',
 722      'desc_bug_resolved_status_threshold' => 'Status where an issue is considered resolved',
 723      'desc_bug_closed_status_threshold' => 'Status where an issue is considered closed',
 724      'workflow_change_access_label' => 'Who can change workflow:',
 725      'access_change_access_label' => 'Who can change access levels:',
 726      
 727      # manage_config_workflow_set
 728      'default_not_in_flow' => 'The default status of %1$s is not selected in the next statuses for %2$s. It will be ignored.',
 729      
 730      # manage_config_work_threshold_page
 731      'assign_issue' => 'Assign an issue',
 732      'allow_reporter_close' => 'Allow Reporter to close Issue',
 733      'allow_reporter_reopen' => 'Allow Reporter to re-open Issue',
 734      'set_status_assigned' => 'Set status on assignment of Handler',
 735      'edit_others_bugnotes' => 'Edit others\' notes',
 736      'edit_own_bugnotes' => 'Edit own notes',
 737      'delete_others_bugnotes' => 'Delete others\' notes',
 738      'delete_own_bugnotes' => 'Delete own notes',
 739      'change_view_state_own_bugnotes' => 'Change view state of own notes',
 740      'limit_access' => 'Limit reporter\'s access to their own issues',
 741      'submit_status' => 'Status to which a new issue is set',
 742      'assigned_status' => 'Status to set auto-assigned issues to',
 743      'resolved_status' => 'Status where an issue is considered resolved',
 744      'readonly_status' => 'Status where an issue becomes read only',
 745      'reopen_status' => 'Status to which a reopened issue is set',
 746      'reopen_resolution' => 'Resolution to which a reopened issue is set',
 747      
 748      # manage_config_revert_page
 749      'config_delete_sure' => 'Are you sure you want to delete the settings for:',
 750      'in_project' => 'in project',
 751      'delete_config_button' => 'Delete Settings',
 752      
 753      # adm_config_report.php
 754      'configuration_report' => 'Configuration Report',
 755      'database_configuration' => 'Database Configuration',
 756      'configuration_option' => 'Configuration Option',
 757      'configuration_option_type' => 'Type',
 758      'configuration_option_value' => 'Value',
 759      'all_users' => 'All Users',
 760      'set_configuration_option' => 'Set Configuration Option',
 761      'delete_config_sure_msg' => 'Are you sure you wish to delete this configuration option?',
 762      'configuration_corrupted' => 'The configuration in database is corrupted.',
 763      
 764      # manage_plugin_page.php
 765      'plugin' => 'Plugin',
 766      'plugins_installed' => 'Installed Plugins',
 767      'plugins_available' => 'Available Plugins',
 768      'plugin_description' => 'Description',
 769      'plugin_author' => 'Author: %1$s',
 770      'plugin_url' => 'Website:',
 771      'plugin_depends' => 'Dependencies',
 772      'plugin_no_depends' => 'No dependencies',
 773      'plugin_priority' => 'Priority',
 774      'plugin_protected' => 'Protected',
 775      'plugin_update' => 'Update',
 776      'plugin_actions' => 'Actions',
 777      'plugin_install' => 'Install',
 778      'plugin_upgrade' => 'Upgrade',
 779      'plugin_uninstall' => 'Uninstall',
 780      'plugin_uninstall_message' => 'Are you sure you want to uninstall the "%1$s" plugin?',
 781      'plugin_key_label' => 'Key:',
 782      'plugin_key_met' => 'plugin ready',
 783      'plugin_key_unmet' => 'unmet dependencies',
 784      'plugin_key_dated' => 'outdated dependencies',
 785      'plugin_key_upgrade' => 'upgrade needed',
 786      
 787      # manage_proj_add.php
 788      'project_added_msg' => 'Project has been successfully added...',
 789      
 790      # manage_proj_category_add.php
 791      'category_added_msg' => 'Category has been successfully added...',
 792      
 793      # manage_proj_category_delete.php
 794      'category_deleted_msg' => 'Category has been successfully deleted...',
 795      
 796      # manage_proj_category_delete_page.php
 797      'category_delete_sure_msg' => 'Are you sure you want to delete this category?<br />Category "%1$s" contains %2$d issues.',
 798      'delete_category_button' => 'Delete Category',
 799      
 800      # manage_proj_category_edit_page.php
 801      'edit_project_category_title' => 'Edit Project Category',
 802      'update_category_button' => 'Update Category',
 803      
 804      # manage_proj_category_update.php
 805      'category_updated_msg' => 'Category has been successfully updated...',
 806      
 807      # manage_proj_create_page.php
 808      'add_subproject_title' => 'Add Subproject',
 809      
 810      # manage_proj_delete.php
 811      'project_deleted_msg' => 'Project successfully removed...',
 812      
 813      # manage_proj_delete_page.php
 814      'project_delete_msg' => 'Are you sure you want to delete this project and all attached issue reports?',
 815      'project_delete_button' => 'Delete Project',
 816      
 817      # manage_proj_edit_page.php
 818      'edit_project_title' => 'Edit Project',
 819      'project_name' => 'Project Name',
 820      'project_name_label' => 'Project Name:',
 821      'view_status' => 'View Status',
 822      'view_status_label' => 'View Status:',
 823      'public' => 'public',
 824      'private' => 'private',
 825      'update_project_button' => 'Update Project',
 826      'delete_project_button' => 'Delete Project',
 827      'copy_from' => 'Copy From',
 828      'copy_to' => 'Copy To',
 829      'categories_and_version_title' => 'Categories and Versions',
 830      'categories' => 'Categories',
 831      'add_category_button' => 'Add Category',
 832      'versions' => 'Versions',
 833      'add_version_button' => 'Add Version',
 834      'add_and_edit_version_button' => 'Add and Edit Version',
 835      'edit_link' => 'Edit',
 836      'actions' => 'Actions',
 837      'version' => 'Version',
 838      'version_label' => 'Version:',
 839      'timestamp' => 'Timestamp',
 840      'update' => 'Update',
 841      'subprojects' => 'Subprojects',
 842      'add_subproject' => 'Add as Subproject',
 843      'create_new_subproject_link' => 'Create New Subproject',
 844      'unlink_link' => 'Unlink',
 845      'show_global_users' => 'Show Users with Global Access',
 846      'hide_global_users' => 'Hide Users with Global Access',
 847      
 848      # manage_proj_menu_page.php
 849      'add_project_title' => 'Add Project',
 850      'upload_file_path' => 'Upload File Path',
 851      'add_project_button' => 'Add Project',
 852      'projects_title' => 'Projects',
 853      'projects_title_label' => 'Projects:',
 854      'name' => 'Name',
 855      
 856      # manage_proj_update.php
 857      'project_updated_msg' => 'Project has been successfully updated...',
 858      
 859      # manage_proj_version_add.php
 860      'version_added_msg' => 'Version has been successfully added...',
 861      
 862      # manage_proj_version_delete.php
 863      'version_deleted_msg' => 'Version has been successfully deleted...',
 864      
 865      # manage_proj_version_delete_page.php
 866      'version_delete_sure' => 'Are you sure you want to delete this version?',
 867      'delete_version_button' => 'Delete Version',
 868      
 869      # manage_proj_version_edit_page.php
 870      'edit_project_version_title' => 'Edit Project Version',
 871      'update_version_button' => 'Update Version',
 872      'released' => 'Released',
 873      'not_released' => 'Not Yet Released',
 874      'scheduled_release' => 'Scheduled For Release',
 875      'obsolete' => 'Obsolete',
 876      
 877      # manage_proj_version_update.php
 878      'version_updated_msg' => 'Version has been successfully updated...',
 879      
 880      # manage_user_delete.php
 881      'account_delete_protected_msg' => 'Account protected. Cannot delete this account.',
 882      'account_deleted_msg' => 'Account deleted...',
 883      
 884      # manage_user_delete_page.php
 885      'delete_account_sure_msg' => 'Are you sure you wish to delete this account?',
 886      
 887      # manage_user_edit_page.php
 888      'notify_user' => 'Notify User',
 889      
 890      # manage_user_prune.php
 891      'accounts_pruned_msg' => 'All accounts that have never logged in and are older than 1 week have been removed',
 892      'prune_accounts_button' => 'Prune',
 893      'confirm_account_pruning' => 'Are you sure you want to delete old accounts that have never logged in?',
 894      
 895      # manage_user_page.php
 896      'edit_user_title' => 'Edit User',
 897      'reset_password_button' => 'Reset Password',
 898      'delete_user_button' => 'Delete User',
 899      'reset_password_msg' => 'Reset Password sends the confirmation URL via e-mail.',
 900      'reset_password_msg2' => 'Reset Password resets the password to be blank.',
 901      'show_all_users' => 'All',
 902      'users_unused' => 'Unused',
 903      'users_new' => 'New',
 904      
 905      # manage_user_reset.php
 906      'account_reset_protected_msg' => 'Account protected. Cannot reset the password.',
 907      'account_reset_msg' => 'A confirmation request has been sent to the selected user\'s e-mail address. Using this, the user will be able to change their password.',
 908      'account_reset_msg2' => 'Account password has been set to blank...',
 909      
 910      # manage_user_update.php
 911      'manage_user_protected_msg' => 'Account protected. Access level and enabled protected. Otherwise, account has been updated...',
 912      'manage_user_updated_msg' => 'Account successfully updated...',
 913      'email_user_updated_subject' => 'Account updated',
 914      'email_user_updated_msg' => 'Your account has been updated by an administrator. A list of these changes is provided below. You can update your account details and preferences at any time by visiting the following URL:',
 915      
 916      # menu_inc.php
 917      'main_link' => 'Main',
 918      'view_bugs_link' => 'View Issues',
 919      'report_bug_link' => 'Report Issue',
 920      'changelog_link' => 'Change Log',
 921      'roadmap_link' => 'Roadmap',
 922      'summary_link' => 'Summary',
 923      'account_link' => 'My Account',
 924      'users_link' => 'Users',
 925      'manage_link' => 'Manage',
 926      'edit_news_link' => 'Edit News',
 927      'docs_link' => 'Docs',
 928      'logout_link' => 'Logout',
 929      'my_view_link' => 'My View',
 930      
 931      # my_view_page.php
 932      'my_view_title_unassigned' => 'Unassigned',
 933      'my_view_title_recent_mod' => 'Recently Modified',
 934      'my_view_title_reported' => 'Reported by Me',
 935      'my_view_title_assigned' => 'Assigned to Me (Unresolved)',
 936      'my_view_title_resolved' => 'Resolved',
 937      'my_view_title_monitored' => 'Monitored by Me',
 938      'my_view_title_feedback' => 'Awaiting Feedback from Me',
 939      'my_view_title_verify' => 'Awaiting Confirmation of Resolution from Me',
 940      'my_view_title_my_comments' => 'Issues I Have Commented On',
 941      
 942      # news_add.php
 943      'news_added_msg' => 'News item added...',
 944      
 945      # news_delete.php
 946      'news_deleted_msg' => 'Deleted news item...',
 947      
 948      # news_delete_page.php
 949      'delete_news_sure_msg' => 'Are you sure you wish to delete this news item?',
 950      'delete_news_item_button' => 'Delete News Item',
 951      
 952      # news_edit_page.php
 953      'edit_news_title' => 'Edit News',
 954      'headline' => 'Headline',
 955      'body' => 'Body',
 956      'update_news_button' => 'Update News',
 957      
 958      # news_menu_page.php
 959      'add_news_title' => 'Add News',
 960      'post_to' => 'Post to',
 961      'post_news_button' => 'Post News',
 962      'edit_or_delete_news_title' => 'Edit or Delete News',
 963      'edit_post' => 'Edit Post',
 964      'delete_post' => 'Delete Post',
 965      'select_post' => 'Select Post',
 966      
 967      # news_update.php
 968      'news_updated_msg' => 'News item updated...',
 969      
 970      # news_view_page.php
 971      'back_link' => 'Back',
 972      
 973      # proj_doc_add.php
 974      'file_uploaded_msg' => 'File upload successful.',
 975      
 976      # proj_doc_add_page.php
 977      'upload_file_title' => 'Upload File',
 978      'title' => 'Title',
 979      
 980      # proj_doc_delete.php
 981      'project_file_deleted_msg' => 'Project file deleted.',
 982      
 983      # proj_doc_delete_page.php
 984      'confirm_file_delete_msg' => 'Are you sure you wish to delete this file?',
 985      
 986      # proj_doc_edit_page.php
 987      'filename' => 'Filename',
 988      'filename_label' => 'Filename:',
 989      'file_update_button' => 'Update File',
 990      'file_delete_button' => 'Delete File',
 991      
 992      # proj_doc_page.php
 993      'project_documentation_title' => 'Project Documentation',
 994      'user_documentation' => 'User Documentation',
 995      'project_documentation' => 'Project Documentation',
 996      'add_file' => 'Add File',
 997      
 998      # proj_doc_update.php
 999      'project_document_updated' => 'Project update successful.',
1000      
1001      # proj_user_add.php
1002      'project_user_added_msg' => 'Successfully added user to project.',
1003      
1004      # proj_user_delete.php
1005      'project_removed_user_msg' => 'Successfully removed user from project.',
1006      
1007      # proj_user_delete_page.php
1008      'remove_user_sure_msg' => 'Are you sure you wish to remove this user?',
1009      'remove_user_button' => 'Remove User',
1010      'remove_all_users_sure_msg' => 'Are you sure you wish to remove all the users of this project?',
1011      'remove_all_users_button' => 'Remove All Users',
1012      
1013      # proj_user_menu_page.php
1014      'add_user_title' => 'Add user to project',
1015      'add_user_button' => 'Add User',
1016      'project_selection_title' => 'Project Selection',
1017      'remove_link' => 'Remove',
1018      'remove_all_link' => 'Remove all',
1019      
1020      # proj_user_update.php
1021      'updated_user_msg' => 'Successfully updated user.',
1022      
1023      # report_add.php
1024      'must_enter_category' => 'You must select a category.',
1025      'must_enter_severity' => 'You must select a severity.',
1026      'must_enter_reproducibility' => 'You must select a reproducibility.',
1027      'must_enter_summary' => 'You must enter a summary.',
1028      'must_enter_description' => 'You must enter a description.',
1029      'report_more_bugs' => 'Report More Issues',
1030      'submission_thanks_msg' => 'Thank you for your submission.',
1031      
1032      # report_bug_advanced_page.php
1033      'simple_report_link' => 'Simple Report',
1034      'enter_report_details_title' => 'Enter Report Details',
1035      'required' => 'required',
1036      'select_category' => 'Select Category',
1037      'select_reproducibility' => 'Select Reproducibility',
1038      'select_severity' => 'Select Severity',
1039      'or_fill_in' => 'Or Fill In',
1040      'assign_to' => 'Assign To',
1041      'additional_information' => 'Additional Information',
1042      'submit_report_button' => 'Submit Report',
1043      'check_report_more_bugs' => 'check to report more issues',
1044      
1045      # report_bug_page.php
1046      'report_stay' => 'Report Stay',
1047      
1048      # set_project.php
1049      'selected_project' => 'Selected project',
1050      'valid_project_msg' => 'You must choose a valid project.',
1051      
1052      # signup.php
1053      'signup_done_title' => 'Account registration processed.',
1054      'password_emailed_msg' => 'Congratulations. You have registered successfully. You are now being sent a confirmation e-mail to verify your e-mail address. Visiting the link sent to you in this e-mail will activate your account.',
1055      'no_reponse_msg' => 'You will have seven days to complete the account confirmation process; if you fail to complete account confirmation within seven days, this newly-registered account may be purged.',
1056      
1057      # signup_page.php
1058      'signup_captcha_request_label' => 'Enter the code as it is shown in the box on the right:',
1059      'signup_info' => 'On completion of this form and verification of your answers, you will be sent a confirmation e-mail to the e-mail address you specified.<br />Using the confirmation e-mail, you will be able to activate your account. If you fail to activate your account within seven days, it will be purged.<br />You must specify a valid e-mail address in order to receive the account confirmation e-mail.',
1060      'signup_title' => 'Signup',
1061      'signup_button' => 'Signup',
1062      'no_password_request' => 'Your password is managed by another system. Please contact your system administrator.',
1063      
1064      # site_settings_edit_page.php
1065      'edit_site_settings_title' => 'Edit Site Settings',
1066      'save_settings_button' => 'Save Settings',
1067      
1068      # site_settings_page.php
1069      'site_settings_title' => 'Site Settings',
1070      'system_info_link' => 'System Info',
1071      'site_settings_link' => 'Site Settings',
1072      
1073      # site_settings_update.php
1074      'site_settings_updated_msg' => 'Site settings have been updated',
1075      
1076      # summary_page.php
1077      'summary_title' => 'Summary',
1078      'summary_advanced_link' => 'Advanced summary',
1079      'by_project' => 'By Project',
1080      'by_status' => 'By Status',
1081      'by_date' => 'By Date (days)',
1082      'by_severity' => 'By Severity',
1083      'by_resolution' => 'By Resolution',
1084      'by_category' => 'By Category',
1085      'by_priority' => 'By Priority',
1086      'by_developer' => 'By Developer',
1087      'by_reporter' => 'By Reporter',
1088      'reporter_by_resolution' => 'Reporter By Resolution',
1089      'reporter_effectiveness' => 'Reporter Effectiveness',
1090      'developer_by_resolution' => 'Developer By Resolution',
1091      'percentage_fixed' => '% Fixed',
1092      'percentage_errors' => '% False',
1093      'errors' => 'False',
1094      'opened' => 'Opened',
1095      'resolved' => 'Resolved',
1096      'total' => 'Total',
1097      'balance' => 'Balance',
1098      'most_active' => 'Most Active',
1099      'score' => 'Score',
1100      'days' => 'Days',
1101      'time_stats' => 'Time Stats For Resolved Issues (days)',
1102      'longest_open_bug' => 'Longest open issue',
1103      'longest_open' => 'Longest open',
1104      'average_time' => 'Average time',
1105      'total_time' => 'Total time',
1106      'developer_stats' => 'Developer Stats',
1107      'reporter_stats' => 'Reporter Stats',
1108      'orct' => '(open/resolved/closed/total)',
1109      
1110      # view_all_bug_page.php
1111      'any' => 'any',
1112      'all' => 'all',
1113      'show' => 'Show',
1114      'show_label' => 'Show:',
1115      'changed' => 'Changed(hrs)',
1116      'changed_label' => 'Changed(hrs):',
1117      'viewing_bugs_title' => 'Viewing Issues',
1118      'updated' => 'Updated',
1119      'sticky' => 'Show Sticky Issues',
1120      'sticky_label' => 'Show Sticky Issues:',
1121      'sort_label' => 'Sort by:',
1122      'issue_id' => 'Issue #',
1123      'recently_visited' => 'Recently Visited',
1124      'priority_abbreviation' => 'P',
1125      'note_user_id_label' => 'Note By:',
1126      
1127      # view_all_inc.php
1128      'none' => 'none',
1129      'current' => 'current',
1130      'search' => 'Search',
1131      'view_prev_link' => 'View Prev',
1132      'view_next_link' => 'View Next',
1133      'prev' => 'Prev',
1134      'next' => 'Next',
1135      'first' => 'First',
1136      'last' => 'Last',
1137      'start_date_label' => 'Start Date:',
1138      'end_date_label' => 'End Date:',
1139      'use_date_filters' => 'Use Date Filters',
1140      'use_date_filters_label' => 'Use Date Filters:',
1141      'yes' => 'Yes',
1142      'no' => 'No',
1143      'open_filters' => 'Change Filter',
1144      'or_unassigned' => 'Or Unassigned',
1145      'ok' => 'OK',
1146      'select_all' => 'Select All',
1147      
1148      # stored query strings
1149      'use_query' => 'Use Filter',
1150      'delete_query' => 'Delete Filter',
1151      'query_deleted' => 'Filter Deleted',
1152      'save_query' => 'Save Current Filter',
1153      'reset_query' => 'Reset Filter',
1154      'query_name' => 'Filter Name',
1155      'query_name_label' => 'Filter Name:',
1156      'query_exists' => 'This particular filter appears to already exist.',
1157      'query_dupe_name' => 'Another filter already has this name. Please choose a different name for this filter.',
1158      'query_blank_name' => 'You cannot store a filter without a name. Please give this filter a name before saving it.',
1159      'query_name_too_long' => 'You cannot store a filter name with more than 64 characters. Please give this filter a shorter name.',
1160      'query_store_error' => 'There was an error saving this filter.',
1161      'open_queries' => 'Manage Filters',
1162      'query_delete_msg' => 'Are you sure you wish to delete this filter?',
1163      
1164      # bug_view_advanced_page.php
1165      'view_simple_link' => 'View Simple',
1166      'product_build' => 'Product Build',
1167      'product_build_label' => 'Product Build:',
1168      'system_profile' => 'System Description',
1169      'update_bug_button' => 'Edit',
1170      'bug_assign_to_button' => 'Assign To:',
1171      'bug_status_to_button' => 'Change Status To:',
1172      'reopen_bug_button' => 'Reopen',
1173      'move_bug_button' => 'Move',
1174      'attached_files' => 'Attached Files',
1175      'publish' => 'Publish',
1176      'cached' => 'Cached',
1177      'add_user_to_monitor' => 'Add',
1178      
1179      # view_bug_page.php
1180      'bug_view_title' => 'View Issue Details',
1181      
1182      # bug_monitor_list_view_inc.php
1183      'no_users_monitoring_bug' => 'There are no users monitoring this issue.',
1184      'users_monitoring_bug' => 'Users monitoring this issue',
1185      'monitoring_user_list' => 'User List',
1186      
1187      # bug_sponsorship_list_view_inc.php
1188      'no_users_sponsoring_bug' => 'There are no users sponsoring this issue.',
1189      'users_sponsoring_bug' => 'Users sponsoring this issue',
1190      'sponsors_list' => 'Sponsors List',
1191      'total_sponsorship_amount' => 'Total Sponsorship = %1$s',
1192      
1193      # custom field strings
1194      'add_custom_field_button' => 'New Custom Field',
1195      'delete_custom_field_button' => 'Delete Custom Field',
1196      'delete_custom_field_everywhere' => 'Delete Custom Field Everywhere',
1197      'update_custom_field_button' => 'Update Custom Field',
1198      'add_existing_custom_field' => 'Add This Existing Custom Field',
1199      'edit_custom_field_title' => 'Edit custom field',
1200      'custom_field' => 'Field',
1201      'custom_field_label' => 'Field:',
1202      'custom_fields_setup' => 'Custom Fields',
1203      'custom_field_name' => 'Name',
1204      'custom_field_project_count' => 'Project Count',
1205      'custom_field_type' => 'Type',
1206      'custom_field_possible_values' => 'Possible Values',
1207      'custom_field_default_value' => 'Default Value',
1208      'custom_field_valid_regexp' => 'Regular Expression',
1209      'custom_field_access_level_r' => 'Read Access',
1210      'custom_field_access_level_rw' => 'Write Access',
1211      'custom_field_length_min' => 'Min. Length',
1212      'custom_field_length_max' => 'Max. Length',
1213      'custom_field_filter_by' => 'Add to Filter',
1214      'custom_field_display_report' => 'Display When Reporting Issues',
1215      'custom_field_display_update' => 'Display When Updating Issues',
1216      'custom_field_display_resolved' => 'Display When Resolving Issues',
1217      'custom_field_display_closed' => 'Display When Closing Issues',
1218      'custom_field_require_report' => 'Required On Report',
1219      'custom_field_require_update' => 'Required On Update',
1220      'custom_field_require_resolved' => 'Required On Resolve',
1221      'custom_field_require_closed' => 'Required On Close',
1222      'link_custom_field_to_project_title' => 'Link custom field to project',
1223      'link_custom_field_to_project_button' => 'Link Custom Field',
1224      'linked_projects_label' => 'Linked Projects:',
1225      'custom_field_sequence' => 'Sequence',
1226      'custom_field_sequence_label' => 'Sequence:',
1227      'custom_field_type_enum_string' => '0:String,1:Numeric,2:Float,3:Enumeration,4:E-mail,5:Checkbox,6:List,7:Multiselection list,8:Date,9:Radio,10:Textarea',
1228      'confirm_used_custom_field_deletion' => 'This field is currently linked to at least one project. If you continue all values for this field will be permanently deleted. This action cannot be undone. If you do not want to delete this field, hit the Back button in your browser. To proceed, click the button below',
1229      'confirm_custom_field_deletion' => 'Are you sure you want to delete this custom field and all associated values?',
1230      'field_delete_button' => 'Delete Field',
1231      'confirm_custom_field_unlinking' => 'Are you sure you want to remove (unlink) this custom field from the project and delete all associated values?',
1232      'field_remove_button' => 'Remove Field',
1233      'hide_status' => 'Hide Status',
1234      'hide_status_label' => 'Hide Status:',
1235      'filter_closed' => 'Closed',
1236      'filter_resolved' => 'Resolved',
1237      'hide_closed' => 'Hide Closed',
1238      'hide_resolved' => 'Hide Resolved',
1239      'and_above' => 'And Above',
1240      'advanced_filters' => 'Advanced Filters',
1241      'simple_filters' => 'Simple Filters',
1242      'monitored_by' => 'Monitored By',
1243      'monitored_by_label' => 'Monitored By:',
1244      'attachments' => 'attachment(s)',
1245      'bytes' => 'bytes',
1246      'attachment_missing' => 'Attachment missing',
1247      'attachment_count' => 'Attachment count',
1248      'view_attachments_for_issue' => 'View %1$d attachment(s) for issue #%2$d',
1249      
1250      # PHPMailer
1251      'phpmailer_language' => 'en',
1252      
1253      # Sponsorship Strings
1254      'sponsors' => '%1$d sponsor(s)',
1255      'sponsorship_added' => 'Sponsorship Added',
1256      'sponsorship_updated' => 'Sponsorship Updated',
1257      'sponsorship_deleted' => 'Sponsorship Deleted',
1258      'sponsorship_paid' => 'Sponsorship Paid',
1259      'sponsorship_more_info' => 'More information about sponsorship',
1260      'sponsorship_total' => 'Sponsorship Total',
1261      
1262      # URL explaining the process of sponsoring an issue. This is defined here rather than
1263      # in the config to allow for a URL per language. This can be set to an empty string if there
1264      # is not need to provide such process information.    
1265      'sponsorship_process_url' => '',
1266      
1267      # Changelog
1268      'changelog' => 'Change Log',
1269      'changelog_empty' => 'No Change Log information available',
1270      
1271      # Roadmap
1272      'roadmap' => 'Roadmap',
1273      'resolved_progress' => '%1$d of %2$d issue(s) resolved. Progress (%3$d%%).',
1274      
1275      # Http auth
1276      'http_auth_realm' => 'MantisBT Login',
1277  
1278      'bug' => 'issue',
1279      'bugs' => 'issues',
1280      'add_new_relationship' => 'New relationship',
1281      'add_new_relationship_button' => 'Add',
1282      'this_bug' => 'Current issue',
1283      'relationship_added' => 'Relationship added',
1284      'relationship_deleted' => 'Relationship deleted',
1285      'no_relationship' => 'no relationship',
1286      'relationship_replaced' => 'Relationship replaced',
1287      'replace_relationship_button' => 'Replace',
1288      'replace_relationship_sure_msg' => 'There is already a relationship between the two issues. Are you sure you want to replace it?',
1289      'relationship_with_parent' => 'Relationship with the parent issue',
1290      'delete_relationship_button' => 'Delete',
1291      'delete_relationship_sure_msg' => 'Are you sure you wish to delete this relationship?',
1292      'relationship_warning_blocking_bugs_not_resolved' => 'Not all the children of this issue are yet resolved or closed.',
1293      'relationship_warning_blocking_bugs_not_resolved_2' => '<strong>Attention:</strong> Not all the children of this issue are yet resolved or closed.<br />Before <strong>resolving/closing</strong> a parent issue, all the issues related as child with this one should be resolved or closed.',
1294      'create_child_bug_button' => 'Clone',
1295      'bug_cloned_to' => 'Issue cloned',
1296      'bug_created_from' => 'Issue generated from',
1297  
1298      # Relationship Graphs
1299      'viewing_bug_relationship_graph_title' => 'Relationship Graph',
1300      'viewing_bug_dependency_graph_title' => 'Dependency Graph',
1301      'relation_graph' => 'Relation Graph',
1302      'dependency_graph' => 'Dependency Graph',
1303      'vertical' => 'Vertical',
1304      'horizontal' => 'Horizontal',
1305      'view_issue' => 'View Issue',
1306      
1307      # Pemissions report
1308      'perm_rpt_capability' => 'Capability',
1309      'view' => 'View',
1310      'issues' => 'Issues',
1311      'report_issue' => 'Report an issue',
1312      'update_issue' => 'Update an issue',
1313      'monitor_issue' => 'Monitor an issue',
1314      'handle_issue' => 'Handle an issue',
1315      'move_issue' => 'Move an issue',
1316      'delete_issue' => 'Delete an issue',
1317      'reopen_issue' => 'Reopen an issue',
1318      'view_private_issues' => 'View private issues',
1319      'update_readonly_issues' => 'Update readonly issues',
1320      'update_issue_status' => 'Update issue status',
1321      'set_view_status' => 'Set view state when reporting a new issue or note',
1322      'update_view_status' => 'Change view state of existing issue or note',
1323      'show_list_of_users_monitoring_issue' => 'Show list of users monitoring issue',
1324      'notes' => 'Notes',
1325      'add_notes' => 'Add notes',
1326      'view_private_notes' => 'View others\' private notes',
1327      'news' => 'News',
1328      'view_private_news' => 'View private news',
1329      'manage_news' => 'Manage news',
1330      'view_list_of_attachments' => 'View list of attachments',
1331      'download_attachments' => 'Download attachments',
1332      'delete_attachments' => 'Delete attachments',
1333      'delete_attachment_button' => 'Delete',
1334      'delete_attachment_sure_msg' => 'Are you sure you wish to delete this attachment?',
1335      'upload_issue_attachments' => 'Upload issue attachments',
1336      'filters' => 'filters',
1337      'save_filters' => 'Save filters',
1338      'save_filters_as_shared' => 'Save filters as shared',
1339      'use_saved_filters' => 'Use saved filters',
1340      'create_project' => 'Create project',
1341      'delete_project' => 'Delete project',
1342      'manage_project' => 'Manage project',
1343      'manage_user_access_to_project' => 'Manage user access to a project',
1344      'automatically_included_in_private_projects' => 'Automatically included in private projects',
1345      'project_documents' => 'Project Documents',
1346      'view_project_documents' => 'View project documents',
1347      'upload_project_documents' => 'Upload project documents',
1348      'link_custom_fields_to_projects' => 'Link custom fields to projects',
1349      'sponsorships' => 'Sponsorships',
1350      'view_sponsorship_details' => 'View sponsorship details',
1351      'view_sponsorship_total' => 'View sponsorship total',
1352      'sponsor_issue' => 'Sponsor issue',
1353      'assign_sponsored_issue' => 'Assign sponsored issue',
1354      'handle_sponsored_issue' => 'Handle sponsored issue',
1355      'others' => 'Others',
1356      'see_email_addresses_of_other_users' => 'See e-mail addresses of other users',
1357      'send_reminders' => 'Send reminders',
1358      'add_profiles' => 'Add profiles',
1359      'notify_of_new_user_created' => 'Notify of new user created',
1360      'email_notification' => 'E-mail notification',
1361      'status_changed_to' => 'Status changes to',
1362      'email_on_deleted' => 'E-mail on Deleted',
1363      'email_on_sponsorship_changed' => 'E-mail on Sponsorship changed',
1364      'email_on_relationship_changed' => 'E-mail on Relationship changed',
1365      
1366      # Dynamic filters (load filter controls via AJAX upon request)
1367      'loading' => 'Loading...',
1368      
1369      # filter_api.php
1370      'between_date' => 'Between',
1371      'on_or_before_date' => 'On Or Before',
1372      'before_date' => 'Before',
1373      'after_date' => 'After',
1374      'on_or_after_date' => 'On Or After',
1375      
1376      # Date constants
1377      'from_date' => 'From',
1378      'to_date' => 'To',
1379      'on_date' => 'On',
1380      
1381      # Switch constants
1382      'on' => 'On',
1383      'off' => 'Off',
1384      
1385      # wiki related strings
1386      'wiki' => 'Wiki',
1387      
1388      # Tagging
1389      'tags' => 'Tags',
1390      'tags_label' => 'Tags:',
1391      'tag_details' => 'Tag Details: %1$s',
1392      'tag_id' => 'Tag ID',
1393      'tag_name' => 'Name',
1394      'tag_creator' => 'Creator',
1395      'tag_created' => 'Date Created',
1396      'tag_updated' => 'Last Updated',
1397      'tag_description' => 'Tag Description',
1398      'tag_statistics' => 'Usage Statistics',
1399      'tag_update' => 'Update Tag: %1$s',
1400      'tag_update_return' => 'Back to Tag',
1401      'tag_update_button' => 'Update Tag',
1402      'tag_delete_button' => 'Delete Tag',
1403      'tag_delete_message' => 'Are you sure you wish to delete this tag?',
1404      'tag_existing' => 'Existing tags',
1405      'tag_none_attached' => 'No tags attached.',
1406      'tag_attach' => 'Attach',
1407      'tag_attach_long' => 'Attach Tags',
1408      'tag_attach_failed' => 'Tag attachment failed.',
1409      'tag_detach' => 'Detach "%1$s"',
1410      'tag_separate_by' => '(Separate by "%1$s")',
1411      'tag_invalid_name' => 'Invalid tag name.',
1412      'tag_create_denied' => 'Create permission denied.',
1413      'tag_attach_denied' => 'Attach permission denied.',
1414      'tag_filter_default' => 'Attached Issues (%1$s)',
1415      'tag_history_attached' => 'Tag Attached',
1416      'tag_history_detached' => 'Tag Detached',
1417      'tag_history_renamed' => 'Tag Renamed',
1418      'tag_related' => 'Related Tags',
1419      'tag_related_issues' => 'Shared Issues (%1$s)',
1420      'tag_stats_attached' => 'Issues attached: %1$s',
1421      'tag_create' => 'Create Tag',
1422      'show_all_tags' => 'All',
1423      
1424      # Time Tracking
1425      'time_tracking_billing_link' => 'Billing',
1426      'time_tracking' => 'Time tracking',
1427      'time_tracking_get_info_button' => 'Get Time Tracking Information',
1428      'time_tracking_cost_per_hour' => 'Cost / Hour',
1429      'time_tracking_cost' => 'Cost',
1430      'time_tracking_cost_label' => 'Cost:',
1431      'total_time_for_issue' => 'Total time for issue = %1$s',
1432      'time_tracking_stopwatch_start' => 'Start',
1433      'time_tracking_stopwatch_stop' => 'Stop',
1434      'time_tracking_stopwatch_reset' => 'Reset',
1435      
1436      'access_denied' => 'Access Denied.',
1437      
1438      # Twitter Integration
1439      'twitter_resolved' => '%1$d: [%2$s] %3$s (resolved by %4$s in %5$s)',
1440      'twitter_resolved_no_version' => '%1$d: [%2$s] %3$s (resolved by %4$s)',
1441      
1442      # Project Page
1443      'development_team' => 'Development Team',
1444      
1445      # manage columns page
1446      'manage_columns_config' => 'Manage Columns',
1447      'all_columns_title' => 'All Available Columns',
1448      'csv_columns_title' => 'CSV Columns',
1449      'view_issues_columns_title' => 'View Issues Columns',
1450      'print_issues_columns_title' => 'Print Issues Columns',
1451      'excel_columns_title' => 'Excel Columns',
1452      'update_columns_as_global_default' => 'Update Columns as Global Default for All Projects',
1453      'update_columns_for_current_project' => 'Update Columns For Current Project',
1454      'update_columns_as_my_default' => 'Update Columns as Default for All Projects',
1455      'reset_columns_configuration' => 'Reset Columns Configuration',
1456      'copy_columns_from' => 'Copy Columns From',
1457      'copy_columns_to' => 'Copy Columns To',
1458      
1459      # due date
1460      'due_date' => 'Due Date',
1461      'overdue' => 'Overdue',
1462      
1463      #account_view_page.php
1464      'view_account_title' => 'User Information',
1465      
1466      # view_user_page.php
1467      'manage_user' => 'Manage User',
1468      
1469      # separators
1470      'word_separator' => '&#32;',
1471      'label' => '%1$s:',
1472      
1473      # admin pages
1474      'install_information' => 'MantisBT Installation Information',
1475      'database_information' => 'MantisBT Database Information',
1476      'path_information' => 'MantisBT Path Information',
1477      
1478      # months
1479      'month_january' => 'January',
1480      'month_february' => 'February',
1481      'month_march' => 'March',
1482      'month_april' => 'April',
1483      'month_may' => 'May',
1484      'month_june' => 'June',
1485      'month_july' => 'July',
1486      'month_august' => 'August',
1487      'month_september' => 'September',
1488      'month_october' => 'October',
1489      'month_november' => 'November',
1490      'month_december' => 'December',
1491      
1492      'missing_error_string' => 'Missing Error String: ',
1493      ERROR_GENERIC => 'An error occurred during this action. You may wish to report this error to your local administrator.',
1494      ERROR_SQL => 'SQL error detected.',
1495      ERROR_REPORT => 'There was an error in your report.',
1496      ERROR_NO_FILE_SPECIFIED => 'No file specified.',
1497      ERROR_FILE_DISALLOWED => 'The file type is disallowed.',
1498      ERROR_NO_DIRECTORY => 'The directory does not exist. Please check the project settings.',
1499      ERROR_DUPLICATE_FILE => 'This is a duplicate file. Please delete the file first.',
1500      ERROR_DUPLICATE_PROJECT => 'A project with that name already exists.',
1501      ERROR_EMPTY_FIELD => 'A necessary field "%1$s" was empty. Please recheck your inputs.',
1502      ERROR_PROTECTED_ACCOUNT => 'This account is protected. You are not allowed to access this until the account protection is lifted.',
1503      ERROR_ACCESS_DENIED => 'Access Denied.',
1504      ERROR_UPLOAD_FAILURE => 'File upload failed. File is not readable by MantisBT. Please check the project settings.',
1505      ERROR_FILE_TOO_BIG => 'File upload failed. This is likely because the filesize was larger than is currently allowed by this PHP installation.',
1506      ERROR_GPC_VAR_NOT_FOUND => 'A required parameter to this page (%1$s) was not found.',
1507      ERROR_USER_NAME_NOT_UNIQUE => 'That username is already being used. Please go back and select another one.',
1508      ERROR_CONFIG_OPT_NOT_FOUND => 'Configuration option "%1$s" not found.',
1509      ERROR_CONFIG_OPT_CANT_BE_SET_IN_DB => 'Configuration option "%1$s" can not be set in the database. It must be set in config_inc.php.',
1510      ERROR_LANG_STRING_NOT_FOUND => 'String "%1$s" not found.',
1511      ERROR_BUGNOTE_NOT_FOUND => 'Note not found.',
1512      ERROR_PROJECT_NOT_FOUND => 'Project "%1$d" not found.',
1513      ERROR_DB_FIELD_NOT_FOUND => 'Database field "%1$s" not found.',
1514      ERROR_FTP_CONNECT_ERROR => 'Unable to connect to FTP server.',
1515      ERROR_HANDLER_ACCESS_TOO_LOW => 'Issue handler does not have sufficient access rights to handle issue at this status.',
1516      ERROR_PROJECT_NAME_NOT_UNIQUE => 'A project with that name already exists. Please go back and enter a different name.',
1517      ERROR_PROJECT_NAME_INVALID => 'Invalid project name specified. Project names cannot be blank.',
1518      ERROR_USER_BY_NAME_NOT_FOUND => 'User with name "%1$s" not found.',
1519      ERROR_USER_BY_ID_NOT_FOUND => 'User with id "%1$d" not found.',
1520      ERROR_AUTH_INVALID_COOKIE => 'The login information stored by your browser is invalid. Perhaps your account was deleted?',
1521      ERROR_USER_PREFS_NOT_FOUND => 'Preferences could not be found for this user.',
1522      ERROR_NEWS_NOT_FOUND => 'News item not found.',
1523      ERROR_USER_CREATE_PASSWORD_MISMATCH => 'Password does not match verification.',
1524      ERROR_GPC_ARRAY_EXPECTED => 'An array was expected but a string was received for %1$s.',
1525      ERROR_GPC_ARRAY_UNEXPECTED => 'A string was expected but an array was received for %1$s.',
1526      ERROR_GPC_NOT_NUMBER => 'A number was expected for %1$s.',
1527      ERROR_BUG_NOT_FOUND => 'Issue %1$d not found.',
1528      ERROR_FILTER_NOT_FOUND => 'Filter %1$s not found.',
1529      ERROR_FILTER_TOO_OLD => 'The filter you are trying to use is too old to be upgraded. Please re-create it.',
1530      ERROR_EMAIL_INVALID => 'Invalid e-mail address.',
1531      ERROR_EMAIL_DISPOSABLE => 'It is not allowed to use disposable e-mail addresses.',
1532      ERROR_USER_PROFILE_NOT_FOUND => 'Profile not found.',
1533      ERROR_FILE_NOT_ALLOWED => 'File type not allowed for uploads.',
1534      ERROR_FILE_DUPLICATE => 'This is a duplicate file. Please delete the file first.',
1535      ERROR_FILE_INVALID_UPLOAD_PATH => 'Invalid upload path. Directory either does not exist or not writable to webserver.',
1536      ERROR_FILE_NO_UPLOAD_FAILURE => 'No file was uploaded. Please go back and Choose a file before pressing Upload.',
1537      ERROR_FILE_MOVE_FAILED => 'Uploaded file could not be moved to the file storage directory. Directory either does not exist or not writable to webserver.',
1538      ERROR_BUG_DUPLICATE_SELF => 'You cannot set an issue as a duplicate of itself.',
1539      ERROR_BUG_REVISION_NOT_FOUND => 'Issue revision not found.',
1540      ERROR_CUSTOM_FIELD_NOT_FOUND => 'Custom field not found.',
1541      ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE => 'This is a duplicate name.',
1542      ERROR_CUSTOM_FIELD_IN_USE => 'At least one project still uses this field.',
1543      ERROR_CUSTOM_FIELD_INVALID_VALUE => 'Invalid value for field "%1$s".',
1544      ERROR_CUSTOM_FIELD_INVALID_DEFINITION => 'Invalid custom field definition.',
1545      ERROR_CUSTOM_FIELD_NOT_LINKED_TO_PROJECT => 'Custom field "%1$s" (id %2$s) not linked to currently active project.',
1546      ERROR_LDAP_AUTH_FAILED => 'LDAP Authentication Failed.',
1547      ERROR_LDAP_SERVER_CONNECT_FAILED => 'LDAP Server Connection Failed.',
1548      ERROR_LDAP_UPDATE_FAILED => 'LDAP Record Update has failed.',
1549      ERROR_LDAP_USER_NOT_FOUND => 'LDAP User Record Not Found.',
1550      ERROR_LDAP_EXTENSION_NOT_LOADED => 'LDAP Extension Not Loaded.',
1551      ERROR_DB_CONNECT_FAILED => 'Database connection failed. Error received from database was #%1$d: %2$s.',
1552      ERROR_DB_QUERY_FAILED => 'Database query failed. Error received from database was #%1$d: %2$s for the query: %3$s.',
1553      ERROR_DB_SELECT_FAILED => 'Database selection failed. Error received from database was #%1$d: %2$s.',
1554      ERROR_CATEGORY_DUPLICATE => 'A category with that name already exists.',
1555      ERROR_CATEGORY_NO_ACTION => 'No copy action was specified.',
1556      ERROR_CATEGORY_NOT_FOUND => 'Category not found.',
1557      ERROR_CATEGORY_NOT_FOUND_FOR_PROJECT => 'Category "%1$s" not found for project "%2$s".',
1558      ERROR_VERSION_DUPLICATE => 'A version with that name already exists.',
1559      ERROR_VERSION_NOT_FOUND => 'Version "%1$s" not found.',
1560      ERROR_USER_NAME_INVALID => 'The username is invalid. Usernames may only contain Latin letters, numbers, spaces, hyphens, dots, plus signs and underscores.',
1561      ERROR_USER_REAL_NAME_INVALID => 'The user real name is invalid.',
1562      ERROR_USER_DOES_NOT_HAVE_REQ_ACCESS => 'User does not have required access level.',
1563      ERROR_USER_REAL_MATCH_USER => 'The "Real Name" chosen matches another user\'s login name. Please choose another.',
1564      ERROR_SPONSORSHIP_NOT_ENABLED => 'Sponsorship support not enabled.',
1565      ERROR_SPONSORSHIP_NOT_FOUND => 'Sponsorship %1$d not found.',
1566      ERROR_SPONSORSHIP_AMOUNT_TOO_LOW => 'Sponsorship (%1$s) is below minimum amount (%2$s).',
1567      ERROR_SPONSORSHIP_HANDLER_ACCESS_LEVEL_TOO_LOW => 'Handler does not have the required access level to handle sponsored issues.',
1568      ERROR_SPONSORSHIP_ASSIGNER_ACCESS_LEVEL_TOO_LOW => 'Access Denied: Assigning sponsored issues requires higher access level.',
1569      ERROR_SPONSORSHIP_SPONSOR_NO_EMAIL => 'Sponsor has not provided an e-mail address. Please update your profile.',
1570      ERROR_CONFIG_OPT_INVALID => 'Configuration option "%1$s" has invalid value "%2$s".',
1571      ERROR_BUG_READ_ONLY_ACTION_DENIED => 'The action cannot be performed because issue "%1$d" is read-only.',
1572      ERROR_BUG_RESOLVE_DEPENDANTS_BLOCKING => 'This issue cannot be resolved until all dependant issues have been resolved.',
1573      ERROR_RELATIONSHIP_ALREADY_EXISTS => 'There is already a relationship between these two issues.',
1574      ERROR_RELATIONSHIP_NOT_FOUND => 'Relationship not found.',
1575      ERROR_RELATIONSHIP_ACCESS_LEVEL_TO_DEST_BUG_TOO_LOW => 'Access denied: The issue %1$d requires higher access level.',
1576      ERROR_RELATIONSHIP_SAME_BUG => 'An issue cannot be related to itself.',
1577      ERROR_SIGNUP_NOT_MATCHING_CAPTCHA => 'Confirmation hash does not match. Please retry.',
1578      ERROR_LOST_PASSWORD_NOT_ENABLED => 'The "lost your password" feature is not available.',
1579      ERROR_LOST_PASSWORD_NO_EMAIL_SPECIFIED => 'You must provide an e-mail address in order to reset the password.',
1580      ERROR_LOST_PASSWORD_NOT_MATCHING_DATA => 'The provided information does not match any registered account!',
1581      ERROR_LOST_PASSWORD_CONFIRM_HASH_INVALID => 'The confirmation URL is invalid or has already been used. Please signup again.',
1582      ERROR_LOST_PASSWORD_MAX_IN_PROGRESS_ATTEMPTS_REACHED => 'Maximum number of in-progress requests reached. Please contact the system administrator.',
1583      ERROR_PROJECT_RECURSIVE_HIERARCHY => 'That operation would create a loop in the subproject hierarchy.',
1584      ERROR_USER_CHANGE_LAST_ADMIN => 'You cannot remove or demote the last administrator account. To perform the action you requested, you first need to create another administrator account.',
1585      ERROR_PAGE_REDIRECTION => 'Page redirection error, ensure that there are no spaces outside the PHP block (&lt;?php ?&gt;) in config_inc.php or custom_*.php files.',
1586      ERROR_TWITTER_NO_CURL_EXT => 'Twitter integration requires PHP cURL extension which is not installed.',
1587      ERROR_TAG_NOT_FOUND => 'Could not find a tag with that name.',
1588      ERROR_TAG_DUPLICATE => 'A tag already exists with that name.',
1589      ERROR_TAG_NAME_INVALID => 'That tag name is invalid.',
1590      ERROR_TAG_NOT_ATTACHED => 'That tag is not attached to that issue.',
1591      ERROR_TAG_ALREADY_ATTACHED => 'That tag already attached to that issue.',
1592      ERROR_TOKEN_NOT_FOUND => 'Token could not be found.',
1593      ERROR_EVENT_UNDECLARED => 'Event "%1$s" has not yet been declared.',
1594      ERROR_PLUGIN_NOT_REGISTERED => 'Plugin is not registered with MantisBT.',
1595      ERROR_PLUGIN_ALREADY_INSTALLED => 'Plugin is already installed.',
1596      ERROR_PLUGIN_PAGE_NOT_FOUND => 'Plugin page not found.',
1597      ERROR_PLUGIN_INSTALL_FAILED => 'Plugin installation failed: %1$s.',
1598      ERROR_PLUGIN_UPGRADE_FAILED => 'Upgrading the plugin schema failed in block #%1$s.',
1599      ERROR_PLUGIN_GENERIC => 'There was an unknown error "%1$s" during execution of the "%2$s" plugin.',
1600      ERROR_COLUMNS_DUPLICATE => 'Field "%1$s" contains duplicate column "%2$s".',
1601      ERROR_COLUMNS_INVALID => 'Field "%1$s" contains invalid field "%2$s".',
1602      ERROR_SESSION_HANDLER_INVALID => 'Invalid session handler.',
1603      ERROR_SESSION_VAR_NOT_FOUND => 'Session variable "%1$s" not found.',
1604      ERROR_SESSION_NOT_VALID => 'Your session has become invalidated.',
1605      ERROR_FORM_TOKEN_INVALID => 'Invalid form security token. Did you submit the form twice by accident?',
1606      ERROR_CRYPTO_MASTER_SALT_INVALID => 'For security reasons MantisBT will not operate when $g_crypto_master_salt is not specified correctly in config_inc.php.',
1607      ERROR_CRYPTO_CAN_NOT_GENERATE_STRONG_RANDOMNESS => 'Unable to find a source of strong randomness for cryptographic purposes.',
1608      ERROR_INVALID_REQUEST_METHOD => 'This page cannot be accessed using this method.',
1609      ERROR_INVALID_SORT_FIELD => 'Invalid sort field.',
1610      ERROR_INVALID_DATE_FORMAT => 'Invalid date format.',
1611      ERROR_UPDATING_TIMEZONE => 'Unable to update timezone.',
1612  );
1613  


Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7