[ Index ]
 

Code source de Mantis 1.1.0rc3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/lang/ -> strings_english.txt (source)

   1  <?php
   2  # Mantis - a php based bugtracking system
   3  
   4  # Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
   5  # Copyright (C) 2002 - 2007  Mantis Team   - mantisbt-dev@lists.sourceforge.net
   6  
   7  # Mantis is free software: you can redistribute it and/or modify
   8  # it under the terms of the GNU General Public License as published by
   9  # the Free Software Foundation, either version 2 of the License, or
  10  # (at your option) any later version.
  11  #
  12  # Mantis is distributed in the hope that it will be useful,
  13  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15  # GNU General Public License for more details.
  16  #
  17  # You should have received a copy of the GNU General Public License
  18  # along with Mantis.  If not, see <http://www.gnu.org/licenses/>.
  19      #
  20      # English: Kenzaburo Ito, kenito@300baud.org
  21      # English: various developers
  22      #
  23      ###########################################################################
  24      # English strings for Mantis (source language for translations)
  25      # -------------------------------------------------
  26      # $Revision: 1.316.2.2 $
  27      # $Author: giallu $
  28      # $Date: 2007-10-28 19:05:46 $
  29      #
  30      # $Id: strings_english.txt,v 1.316.2.2 2007-10-28 19:05:46 giallu Exp $
  31      ###########################################################################
  32  
  33  ?>
  34  <?php
  35  # Charset
  36  $s_charset = 'utf-8';
  37  
  38  # Group commands menuitems
  39  $s_actiongroup_menu_move = 'Move';
  40  $s_actiongroup_menu_copy = 'Copy';
  41  $s_actiongroup_menu_assign = 'Assign';
  42  $s_actiongroup_menu_close = 'Close';
  43  $s_actiongroup_menu_delete = 'Delete';
  44  $s_actiongroup_menu_resolve = 'Resolve';
  45  $s_actiongroup_menu_update_priority = 'Update Priority';
  46  $s_actiongroup_menu_update_status = 'Update Status';
  47  $s_actiongroup_menu_update_view_status = 'Update View Status';
  48  $s_actiongroup_menu_update_category = 'Update Category';
  49  $s_actiongroup_menu_set_sticky = 'Set/Unset Sticky';
  50  $s_actiongroup_menu_update_field = 'Update %s';
  51  $s_actiongroup_menu_update_target_version = 'Update Target Version';
  52  $s_actiongroup_menu_update_fixed_in_version = 'Update Fixed in Version';
  53  $s_actiongroup_menu_add_note = 'Add Note';
  54  $s_actiongroup_menu_attach_tags = 'Attach Tags';
  55  $s_actiongroup_bugs = 'Selected Issues';
  56  
  57  # new strings:
  58  $s_all_projects = 'All Projects';
  59  $s_move_bugs = 'Move Issues';
  60  $s_operation_successful = 'Operation successful.';
  61  $s_date_order = 'Date Order';
  62  $s_print_all_bug_page_link = 'Print Reports';
  63  $s_csv_export = 'CSV Export';
  64  $s_login_anonymously = 'Login Anonymously';
  65  $s_anonymous = 'Anonymous';
  66  $s_jump_to_bugnotes = 'Jump to Notes';
  67  $s_public_project_msg = 'This project is PUBLIC.  All users have access.';
  68  $s_private_project_msg = 'This project is PRIVATE.  Only administrators and manually added users have access.';
  69  $s_access_level_project = 'Project Access Level';
  70  $s_view_submitted_bug_link = 'View Submitted Issue';
  71  $s_assigned_projects = 'Assigned Projects';
  72  $s_unassigned_projects = 'Unassigned Projects';
  73  $s_print = 'Print';
  74  $s_jump = 'Jump';
  75  $s_copy_users = 'Copy Users';
  76  $s_copy_categories_from = 'Copy Categories From';
  77  $s_copy_categories_to = 'Copy Categories To';
  78  $s_copy_versions_from = 'Copy Versions From';
  79  $s_copy_versions_to = 'Copy Versions To';
  80  $s_copy_users_from = 'Copy Users From';
  81  $s_copy_users_to = 'Copy Users To';
  82  $s_bug_history = 'Issue History';
  83  $s_field = 'Field';
  84  $s_old_value = 'Old Value';
  85  $s_new_value = 'New Value';
  86  $s_date_modified = 'Date Modified';
  87  $s_bugnote = 'Note';
  88  $s_change = 'Change';
  89  $s_bugnote_view_state = 'Note View State';
  90  $s_bug_monitor = 'Issue Monitored';
  91  $s_bug_end_monitor = 'Issue End Monitor';
  92  $s_announcement = 'Announcement';
  93  $s_stays_on_top = 'Stays on Top';
  94  $s_delete_bugnote_button = 'Delete Note';
  95  $s_delete_bugnote_sure_msg = 'Are you sure you wish to delete this note?';
  96  $s_bug_relationships = 'Relationships';
  97  $s_empty_password_sure_msg = 'The user has an empty password.  Are you sure that is what you want?';
  98  $s_empty_password_button = 'Use Empty Password';
  99  $s_reauthenticate_title = 'Authenticate';
 100  $s_reauthenticate_message = 'You are visting a secure page, and your secure session has expired.  Please authenticate yourself to continue.';
 101  
 102  $s_duplicate_of = "duplicate of";
 103  $s_has_duplicate = "has duplicate";
 104  $s_related_to = "related to";
 105  $s_dependant_on = "parent of";
 106  $s_blocks = "child of";
 107  
 108  $s_new_bug = 'New Issue';
 109  $s_bugnote_added = 'Note Added';
 110  $s_bugnote_edited = 'Note Edited';
 111  $s_bugnote_deleted = 'Note Deleted';
 112  $s_summary_updated = 'Summary Updated';
 113  $s_description_updated = 'Description Updated';
 114  $s_additional_information_updated = 'Additional Information Updated';
 115  $s_steps_to_reproduce_updated = 'Steps to Reproduce Updated';
 116  $s_file_added = 'File Added';
 117  $s_file_deleted = 'File Deleted';
 118  $s_bug_deleted = 'Issue Deleted';
 119  
 120  $s_make_private = 'Make Private';
 121  $s_make_public = 'Make Public';
 122  
 123  $s_create_new_project_link = 'Create New Project';
 124  
 125  $s_login_link = 'Login';
 126  $s_select_option = '(select)';  # comboboxes default to this to instruct user to explicitly select an entry.
 127  
 128  # bug_actiongroup_page.php : mass treatment
 129  $s_bug_actiongroup_access = 'You did not have appropriate permissions to perform that action.';
 130  $s_bug_actiongroup_status = 'This issue cannot be changed to the requested status';
 131  $s_bug_actiongroup_category = 'This issue cannot be changed to the requested category';
 132  $s_close_bugs_conf_msg = 'Are you sure you wish to close these issues?';
 133  $s_delete_bugs_conf_msg = 'Are you sure you wish to delete these issues?';
 134  $s_move_bugs_conf_msg = 'Move issues to';
 135  $s_copy_bugs_conf_msg = 'Copy issues to';
 136  $s_assign_bugs_conf_msg = 'Assign issues to';
 137  $s_resolve_bugs_conf_msg = 'Choose issues resolution';
 138  $s_priority_bugs_conf_msg = 'Choose issues priority';
 139  $s_status_bugs_conf_msg = 'Choose issues status';
 140  $s_view_status_bugs_conf_msg = 'Choose issues view status';
 141  $s_category_bugs_conf_msg = 'Choose issues category';
 142  $s_set_sticky_bugs_conf_msg = 'Are you sure you wish to set/unset these issues sticky?';
 143  $s_fixed_in_version_bugs_conf_msg = 'Update Fixed in Version to';
 144  $s_target_version_bugs_conf_msg = 'Update Target Version to';
 145  $s_close_group_bugs_button = 'Close Issues' ;
 146  $s_delete_group_bugs_button = 'Delete Issues' ;
 147  $s_move_group_bugs_button = 'Move Issues' ;
 148  $s_copy_group_bugs_button = 'Copy Issues' ;
 149  $s_assign_group_bugs_button = 'Assign Issues' ;
 150  $s_resolve_group_bugs_button = 'Resolve Issues' ;
 151  $s_priority_group_bugs_button = 'Update Priority' ;
 152  $s_status_group_bugs_button = 'Update Status' ;
 153  $s_category_group_bugs_button = 'Update Category';
 154  $s_view_status_group_bugs_button = 'Update View Status';
 155  $s_set_sticky_group_bugs_button = 'Set/Unset Sticky';
 156  $s_fixed_in_version_group_bugs_button = 'Update Fixed in Version';
 157  $s_target_version_group_bugs_button = 'Update Target Version';
 158  
 159  # improved JPgraphs strings
 160  $s_graph_imp_status_title = 'Synthesis graphs by status' ;
 161  $s_graph_imp_priority_title = 'Synthesis graphs by priority' ;
 162  $s_graph_imp_severity_title = 'Synthesis graphs by severity';
 163  $s_graph_imp_category_title = 'Synthesis graphs by category';
 164  $s_graph_imp_resolution_title = 'Synthesis graphs by resolution';
 165  $s_by_status_pct = 'by status percentage';
 166  $s_by_priority_pct = 'by priority percentage';
 167  $s_by_severity_pct = 'by severity percentage';
 168  $s_by_category_pct = 'by category percentage';
 169  $s_by_resolution_pct = 'by resolution percentage';
 170  $s_by_severity_mix = 'by severity and status';
 171  $s_by_priority_mix = 'by priority and status';
 172  $s_by_resolution_mix = 'by resolution and status';
 173  $s_synthesis_link = 'Synthesis';
 174  $s_status_link = 'Per state';
 175  $s_priority_link = 'Per priority';
 176  $s_severity_link = 'Per severity';
 177  $s_category_link = 'Per category';
 178  $s_resolution_link = 'Per resolution';
 179  $s_legend_still_open = 'Still Open';
 180  $s_legend_resolved = 'Resolved';
 181  $s_legend_assigned = 'Assigned';
 182  $s_legend_total = 'Total';
 183  $s_legend_opened = 'Opened';
 184  $s_legend_closed = 'Closed';
 185  $s_legend_reported = 'Reported';
 186  $s_cumulative = 'Cumulative';
 187  $s_not_enough_data = 'Not enough data to create graph';
 188  
 189  # print_all_bug_page.php : display selected bugs
 190  $s_hide_button = 'Display selected only';
 191  
 192  # print_all_bug_options.php : printing preferences
 193  $s_printing_preferences_title = 'Choose fields to print';
 194  $s_printing_options_link = 'Printing Options';
 195  
 196  # word and excel export
 197  $s_bugnote_title = 'Note handler' ;
 198  $s_bugnote_date = 'Date of note';
 199  $s_bugnote_description = 'Note description';
 200  
 201  $s_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.';
 202  
 203  # ERROR strings
 204  $MANTIS_ERROR[ERROR_GENERIC] = 'An error occurred during this action.  You may wish to report this error to your local administrator.';
 205  $MANTIS_ERROR[ERROR_SQL] = 'SQL error detected.  Please report this to ';
 206  $MANTIS_ERROR[ERROR_REPORT] = 'There was an error in your report.';
 207  $MANTIS_ERROR[ERROR_NO_FILE_SPECIFIED] = 'No file specified';
 208  $MANTIS_ERROR[ERROR_FILE_DISALLOWED] = 'The file type is disallowed';
 209  $MANTIS_ERROR[ERROR_NO_DIRECTORY] = 'The directory does not exist. Please check the project settings.';
 210  $MANTIS_ERROR[ERROR_DUPLICATE_FILE] = 'This is a duplicate file.  Please delete the file first.';
 211  $MANTIS_ERROR[ERROR_DUPLICATE_PROJECT] = 'A project with that name already exists.';
 212  $MANTIS_ERROR[ERROR_EMPTY_FIELD] = 'A necessary field \'%s\' was empty.  Please recheck your inputs.';
 213  $MANTIS_ERROR[ERROR_PROTECTED_ACCOUNT] = 'This account is protected.  You are not allowed to access this until the account protection is lifted.';
 214  $MANTIS_ERROR[ERROR_ACCESS_DENIED] = 'Access Denied.';
 215  $MANTIS_ERROR[ERROR_UPLOAD_FAILURE] = 'File upload failed.  File is not readable by Mantis. Please check the project settings';
 216  $MANTIS_ERROR[ERROR_FILE_TOO_BIG] = 'File upload failed.  This is likely because the filesize was larger than is currently allowed by this PHP installation.';
 217  $MANTIS_ERROR[ERROR_GPC_VAR_NOT_FOUND] = 'A required parameter to this page (%s) was not found.';
 218  $MANTIS_ERROR[ERROR_USER_NAME_NOT_UNIQUE] = 'That username is already being used.  Please go back and select another one.';
 219  $MANTIS_ERROR[ERROR_CONFIG_OPT_NOT_FOUND] = 'Configuration option \'%s\' not found.';
 220  $MANTIS_ERROR[ERROR_CONFIG_OPT_CANT_BE_SET_IN_DB] = 'Configuration option \'%s\' can not be set in the database.  It must be set in config_inc.php.';
 221  $MANTIS_ERROR[ERROR_LANG_STRING_NOT_FOUND] = 'String \'%s\' not found.';
 222  $MANTIS_ERROR[ERROR_BUGNOTE_NOT_FOUND] = 'Note not found.';
 223  $MANTIS_ERROR[ERROR_PROJECT_NOT_FOUND] = 'Project not found.';
 224  $MANTIS_ERROR[ERROR_DB_FIELD_NOT_FOUND] = 'Database field \'%s\' not found.';
 225  $MANTIS_ERROR[ERROR_FTP_CONNECT_ERROR]     = 'Unable to connect to FTP server.';
 226  $MANTIS_ERROR[ERROR_HANDLER_ACCESS_TOO_LOW]     = 'Issue handler does not have sufficient access rights to handle issue at this status.';
 227  $MANTIS_ERROR[ERROR_PROJECT_NAME_NOT_UNIQUE] = 'A project with that name already exists.  Please go back and enter a different name.';
 228  $MANTIS_ERROR[ERROR_PROJECT_NAME_INVALID] = 'Invalid project name specified.  Project names cannot be blank.';
 229  $MANTIS_ERROR[ERROR_USER_NOT_FOUND]     = 'User not found.';
 230  $MANTIS_ERROR[ERROR_AUTH_INVALID_COOKIE] = 'The login information stored by your browser is invalid.  Perhaps your account was deleted?';
 231  $MANTIS_ERROR[ERROR_USER_PREFS_NOT_FOUND] = 'Preferences could not be found for this user.';
 232  $MANTIS_ERROR[ERROR_NEWS_NOT_FOUND]     = 'News item not found.';
 233  $MANTIS_ERROR[ERROR_USER_CREATE_PASSWORD_MISMATCH] = 'Password does not match verification.';
 234  $MANTIS_ERROR[ERROR_GPC_ARRAY_EXPECTED]     = 'An array was expected but a string was received for %s.';
 235  $MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED] = 'A string was expected but an array was received for %s.';
 236  $MANTIS_ERROR[ERROR_GPC_NOT_NUMBER] = 'A number was expected for %s.';
 237  $MANTIS_ERROR[ERROR_BUG_NOT_FOUND]     = 'Issue %d not found.';
 238  $MANTIS_ERROR[ERROR_FILTER_NOT_FOUND]     = 'Filter %d not found.';
 239  $MANTIS_ERROR[ERROR_FILTER_TOO_OLD] = 'The filter you are trying to use is too old to be upgraded, please re-create it';
 240  $MANTIS_ERROR[ERROR_EMAIL_INVALID]     = 'Invalid email.';
 241  $MANTIS_ERROR[ERROR_EMAIL_DISPOSABLE] = 'It is not allowed to use disposable email addresses.';
 242  $MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND] = 'Profile not found.';
 243  $MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED]     = 'File type not allowed for uploads.';
 244  $MANTIS_ERROR[ERROR_FILE_DUPLICATE]     = 'This is a duplicate file.  Please delete the file first.';
 245  $MANTIS_ERROR[ERROR_FILE_INVALID_UPLOAD_PATH] = 'Invalid upload path.  Directory either does not exist or not writable to webserver';
 246  $MANTIS_ERROR[ERROR_FILE_NO_UPLOAD_FAILURE] = 'No file was uploaded. Please go back and Choose a file before pressing Upload';
 247  $MANTIS_ERROR[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';
 248  $MANTIS_ERROR[ERROR_BUG_DUPLICATE_SELF]     = 'You cannot set an issue as a duplicate of itself.';
 249  $MANTIS_ERROR[ERROR_CUSTOM_FIELD_NOT_FOUND] = 'Custom field not found';
 250  $MANTIS_ERROR[ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE] = 'This is a duplicate name.';
 251  $MANTIS_ERROR[ERROR_CUSTOM_FIELD_IN_USE] = 'At least one project still uses this field.';
 252  $MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_VALUE] = 'Invalid value for %s';
 253  $MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_DEFINITION] = 'Invalid custom field definition';
 254  $MANTIS_ERROR[ERROR_LDAP_AUTH_FAILED]     = 'LDAP Authentication Failed';
 255  $MANTIS_ERROR[ERROR_LDAP_SERVER_CONNECT_FAILED] = 'LDAP Server Connection Failed';
 256  $MANTIS_ERROR[ERROR_LDAP_UPDATE_FAILED]     = 'LDAP Record Update has failed.';
 257  $MANTIS_ERROR[ERROR_LDAP_USER_NOT_FOUND] = 'LDAP User Record Not Found.';
 258  $MANTIS_ERROR[ERROR_LDAP_EXTENSION_NOT_LOADED] = 'LDAP Extension Not Loaded.';
 259  $MANTIS_ERROR[ERROR_DB_CONNECT_FAILED]     = 'Database connection failed. Error received from database was #%d: %s';
 260  $MANTIS_ERROR[ERROR_DB_QUERY_FAILED]     = 'Database query failed.  Error received from database was #%d: %s for the query: %s';
 261  $MANTIS_ERROR[ERROR_DB_SELECT_FAILED]     = 'Database selection failed.  Error received from database was #%d: %s';
 262  $MANTIS_ERROR[ERROR_CATEGORY_DUPLICATE] = 'A category with that name already exists.';
 263  $MANTIS_ERROR[ERROR_CATEGORY_NO_ACTION] = 'No copy action was specified.';
 264  $MANTIS_ERROR[ERROR_CATEGORY_NOT_FOUND] = 'Category not found.';
 265  $MANTIS_ERROR[ERROR_VERSION_DUPLICATE] = 'A version with that name already exists.';
 266  $MANTIS_ERROR[ERROR_VERSION_NOT_FOUND] = 'Version \'%s\' not found.';
 267  $MANTIS_ERROR[ERROR_USER_NAME_INVALID] = 'The username is invalid. Usernames may only contain Latin letters, numbers, spaces, hyphens, and underscores.';
 268  $MANTIS_ERROR[ERROR_USER_REAL_NAME_INVALID] = 'The user real name is invalid.';
 269  $MANTIS_ERROR[ERROR_USER_DOES_NOT_HAVE_REQ_ACCESS] = 'User does not have required access level';
 270  $MANTIS_ERROR[ERROR_USER_REAL_MATCH_USER] = 'The "Real Name" chosen matches another user\'s login name. Please choose another.';
 271  $MANTIS_ERROR[ERROR_SPONSORSHIP_NOT_ENABLED] = 'Sponsorship support not enabled.';
 272  $MANTIS_ERROR[ERROR_SPONSORSHIP_NOT_FOUND] = 'Sponsorship %d not found.';
 273  $MANTIS_ERROR[ERROR_SPONSORSHIP_AMOUNT_TOO_LOW] = 'Sponsorship (%s) is below minimum amount (%s).';
 274  $MANTIS_ERROR[ERROR_SPONSORSHIP_HANDLER_ACCESS_LEVEL_TOO_LOW] = 'Handler does not have the required access level to handle sponsored issues.';
 275  $MANTIS_ERROR[ERROR_SPONSORSHIP_ASSIGNER_ACCESS_LEVEL_TOO_LOW] = 'Access Denied: Assigning sponsored issues requires higher access level.';
 276  $MANTIS_ERROR[ERROR_SPONSORSHIP_SPONSOR_NO_EMAIL] = 'Sponsor has not provided an email address. Please update your profile.';
 277  $MANTIS_ERROR[ERROR_CONFIG_OPT_INVALID] = 'Configuration option \'%s\' has invalid value \'%s\'';
 278  $MANTIS_ERROR[ERROR_BUG_READ_ONLY_ACTION_DENIED] = 'The action cannot be performed because issue \'%d\' is read-only';
 279  $MANTIS_ERROR[ERROR_RELATIONSHIP_ALREADY_EXISTS] = "There is already a relationship between these two issues.";
 280  $MANTIS_ERROR[ERROR_RELATIONSHIP_NOT_FOUND] = "Relationship not found.";
 281  $MANTIS_ERROR[ERROR_RELATIONSHIP_ACCESS_LEVEL_TO_DEST_BUG_TOO_LOW] = "Access denied: The issue %d requires higher access level.";
 282  $MANTIS_ERROR[ERROR_RELATIONSHIP_SAME_BUG] = "An issue can't be related to itself.";
 283  $MANTIS_ERROR[ERROR_SIGNUP_NOT_MATCHING_CAPTCHA] = 'Confirmation hash does not match. Please retry.';
 284  $MANTIS_ERROR[ERROR_LOST_PASSWORD_NOT_ENABLED] = 'The \'lost your password\' feature is not available.';
 285  $MANTIS_ERROR[ERROR_LOST_PASSWORD_NO_EMAIL_SPECIFIED] = 'You must provide an e-mail address in order to reset the password';
 286  $MANTIS_ERROR[ERROR_LOST_PASSWORD_NOT_MATCHING_DATA] = 'The provided information doesn\'t match any registered account!';
 287  $MANTIS_ERROR[ERROR_LOST_PASSWORD_CONFIRM_HASH_INVALID] = 'The confirmation URL is invalid or has already been used. Please signup again.';
 288  $MANTIS_ERROR[ERROR_LOST_PASSWORD_MAX_IN_PROGRESS_ATTEMPTS_REACHED] = 'Max. number of in-progress requests reached. Please contact the system administrator';
 289  $MANTIS_ERROR[ERROR_PROJECT_RECURSIVE_HIERARCHY] = 'That operation would create a loop in the subproject hierarchy.';
 290  $MANTIS_ERROR[ERROR_USER_CHANGE_LAST_ADMIN] = 'You cannot change the access level of the only ADMINISTRATOR in the system.';
 291  $MANTIS_ERROR[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.';
 292  $MANTIS_ERROR[ERROR_TWITTER_NO_CURL_EXT] = 'Twitter integration requires PHP CURL extension which is not installed.';
 293  $MANTIS_ERROR[ERROR_TAG_NOT_FOUND] = 'Could not find a tag with that name.';
 294  $MANTIS_ERROR[ERROR_TAG_DUPLICATE] = 'A tag already exists with that name.';
 295  $MANTIS_ERROR[ERROR_TAG_NAME_INVALID] = 'That tag name is invalid.';
 296  $MANTIS_ERROR[ERROR_TAG_NOT_ATTACHED] = 'That tag is not attached to that bug.';
 297  $MANTIS_ERROR[ERROR_TAG_ALREADY_ATTACHED] = 'That tag already attached to that bug.';
 298  $MANTIS_ERROR[ERROR_TOKEN_NOT_FOUND] = 'Token could not be found.';
 299  
 300  $s_login_error = 'Your account may be disabled or blocked or the username/password you entered is incorrect.';
 301  $s_login_cookies_disabled = 'Your browser either doesn\'t know how to handle cookies, or refuses to handle them.';
 302  
 303  # General Strings
 304  $s_go_back = 'Go Back';
 305  $s_proceed = 'Click here to proceed';
 306  
 307  $s_switch = 'Switch';
 308  $s_logged_in_as = 'Logged in as';
 309  
 310  $s_prefix_for_deleted_users = 'user';
 311  
 312  $s_administrator = 'administrator';
 313  $s_myself = "Myself";
 314  $s_default_access_level = 'Default access level';
 315  
 316  $s_issue_status_percentage = 'Issue Status Percentage';
 317  
 318  # Enum Strings
 319  $s_access_levels_enum_string = '10:viewer,25:reporter,40:updater,55:developer,70:manager,90:administrator';
 320  $s_project_status_enum_string = '10:development,30:release,50:stable,70:obsolete';
 321  $s_project_view_state_enum_string = '10:public,50:private';
 322  $s_view_state_enum_string = '10:public,50:private';
 323  
 324  $s_priority_enum_string = '10:none,20:low,30:normal,40:high,50:urgent,60:immediate';
 325  $s_severity_enum_string = '10:feature,20:trivial,30:text,40:tweak,50:minor,60:major,70:crash,80:block';
 326  $s_reproducibility_enum_string = '10:always,30:sometimes,50:random,70:have not tried,90:unable to reproduce,100:N/A';
 327  $s_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed';
 328  $s_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';
 329  $s_projection_enum_string = '10:none,30:tweak,50:minor fix,70:major rework,90:redesign';
 330  $s_eta_enum_string = '10:none,20:< 1 day,30:2-3 days,40:< 1 week,50:< 1 month,60:> 1 month';
 331  $s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid';
 332  
 333  # Email Strings
 334  $s_new_account_subject = 'Account registration';
 335  $s_new_account_greeting = 'Thank you for registering. You have account with username \'';
 336  $s_new_account_greeting2 = '\'. 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:';
 337  $s_new_account_username = 'Username: ';
 338  $s_new_account_message = 'If you didn\'t request any registration, ignore this message and nothing will happen.' . "\n\n";
 339  $s_new_account_do_not_reply = 'DO NOT REPLY TO THIS MESSAGE';
 340  $s_new_account_email = 'E-mail: ';
 341  $s_new_account_IP = 'Remote IP address: ';
 342  $s_new_account_signup_msg = 'The following account has been created:';
 343  
 344  $s_reset_request_msg = 'Someone (presumably you) requested a password change through email verification. If this was not you, ignore this message and nothing will happen.' . "\n\n" . 'If you requested this verification, visit the following URL to change your password:';
 345  $s_reset_request_in_progress_msg = 'If you supplied the correct username and email address for your account, we will now have sent a confirmation message to that email address. Once the message has been received, follow the instructions provided to change the password on your account.';
 346  
 347  $s_email_notification_title_for_status_bug_new = 'The following issue is now in status NEW (again)';
 348  $s_email_notification_title_for_status_bug_feedback = 'The following issue requires your FEEDBACK.';
 349  $s_email_notification_title_for_status_bug_acknowledged = 'The following issue has been ACKNOWLEDGED.';
 350  $s_email_notification_title_for_status_bug_confirmed = 'The following issue has been CONFIRMED.';
 351  $s_email_notification_title_for_status_bug_assigned = 'The following issue has been ASSIGNED.';
 352  $s_email_notification_title_for_status_bug_resolved = 'The following issue has been RESOLVED.';
 353  $s_email_notification_title_for_status_bug_closed = 'The following issue has been CLOSED';
 354  
 355  $s_email_notification_title_for_action_bug_submitted = 'The following issue has been SUBMITTED.';
 356  $s_email_notification_title_for_action_bug_assigned = 'The following issue has been ASSIGNED.';
 357  $s_email_notification_title_for_action_bug_reopened = 'The following issue has been REOPENED.';
 358  $s_email_notification_title_for_action_bug_deleted = 'The following issue has been DELETED.';
 359  $s_email_notification_title_for_action_bug_updated = 'The following issue has been UPDATED.';
 360  $s_email_notification_title_for_action_sponsorship_added = 'The following issue has been SPONSORED.';
 361  $s_email_notification_title_for_action_sponsorship_updated = 'A sponsorship of the following issue was modified.';
 362  $s_email_notification_title_for_action_sponsorship_deleted = 'A sponsorship of the following issue was withdrawn.';
 363  
 364  $s_email_notification_title_for_action_bugnote_submitted = 'A NOTE has been added to this issue.';
 365  $s_email_notification_title_for_action_duplicate_of_relationship_added = "The following issue has been set as DUPLICATE OF issue %s.";
 366  $s_email_notification_title_for_action_has_duplicate_relationship_added = "The issue %s has been set as DUPLICATE OF the following issue.";
 367  $s_email_notification_title_for_action_related_to_relationship_added = "The following issue has been set as RELATED TO issue %s.";
 368  $s_email_notification_title_for_action_dependant_on_relationship_added = "The following issue has been set PARENT OF issue %s.";
 369  $s_email_notification_title_for_action_blocks_relationship_added = "The following issue has been set CHILD OF issue %s.";
 370  $s_email_notification_title_for_action_duplicate_of_relationship_deleted = "The following issue has been UNset as DUPLICATE OF issue %s.";
 371  $s_email_notification_title_for_action_has_duplicate_relationship_deleted = "The issue %s has been removed as a DUPLICATE OF the following issue.";
 372  $s_email_notification_title_for_action_related_to_relationship_deleted = "The following issue has been marked as UNRELATED TO issue %s.";
 373  $s_email_notification_title_for_action_dependant_on_relationship_deleted = "The following issue has been removed as the PARENT OF issue %s.";
 374  $s_email_notification_title_for_action_blocks_relationship_deleted = "The following issue has been removed as the CHILD OF issue %s.";
 375  $s_email_notification_title_for_action_relationship_child_resolved = "The RELATED issue %s has been RESOLVED.";
 376  $s_email_notification_title_for_action_relationship_child_closed = "The RELATED issue %s has been CLOSED.";
 377  
 378  $s_email_reporter = 'Reported By';
 379  $s_email_handler = 'Assigned To';
 380  $s_email_project = 'Project';
 381  $s_email_bug = 'Issue ID';
 382  $s_email_category = 'Category';
 383  $s_email_reproducibility = 'Reproducibility';
 384  $s_email_severity = 'Severity';
 385  $s_email_priority = 'Priority';
 386  $s_email_status = 'Status';
 387  $s_email_resolution = 'Resolution';
 388  $s_email_duplicate = 'Duplicate';
 389  $s_email_fixed_in_version = 'Fixed in Version';
 390  $s_email_target_version = 'Target Version';
 391  $s_email_date_submitted = 'Date Submitted';
 392  $s_email_last_modified = 'Last Modified';
 393  $s_email_summary = 'Summary';
 394  $s_email_description = 'Description';
 395  
 396  # account_delete.php
 397  $s_account_protected_msg = 'Account protected. Cannot change settings...';
 398  $s_account_removed_msg = 'Your account has been removed...';
 399  
 400  # account_delete_page.php
 401  $s_confirm_delete_msg = 'Are you sure you wish to delete your account?';
 402  $s_delete_account_button = 'Delete Account';
 403  
 404  # account_page.php
 405  $s_manage_profiles_link = 'Profiles';
 406  $s_change_preferences_link = 'Preferences';
 407  $s_edit_account_title = 'Edit Account';
 408  $s_username = 'Username';
 409  $s_realname = 'Real Name';
 410  $s_email = 'Email';
 411  $s_password = 'Password';
 412  $s_no_password_change = 'The password is controlled by another system, hence cannot be edited here.';
 413  $s_confirm_password = 'Confirm Password';
 414  $s_access_level = 'Access Level';
 415  $s_update_user_button = 'Update User';
 416  $s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.';
 417  $s_verify_change_password = 'You must set a password here to allow you to log in again.';
 418  
 419  # account_prefs_page.php
 420  $s_default_account_preferences_title = 'Account Preferences';
 421  $s_default_project = 'Default Project';
 422  $s_advanced_report = 'Advanced Report';
 423  $s_advanced_view = 'Advanced View';
 424  $s_advanced_update = 'Advanced Update';
 425  $s_refresh_delay = 'Refresh Delay';
 426  $s_redirect_delay = 'Redirect Delay';
 427  $s_with_minimum_severity = 'With Minimum Severity of';
 428  $s_bugnote_order = 'Notes Sort Order';
 429  $s_bugnote_order_asc = 'Ascending';
 430  $s_bugnote_order_desc = 'Descending';
 431  $s_email_on_new = 'Email on New';
 432  $s_email_on_assigned = 'Email on Change of Handler';
 433  $s_email_on_feedback = 'Email on Feedback';
 434  $s_email_on_resolved = 'Email on Resolved';
 435  $s_email_on_closed = 'Email on Closed';
 436  $s_email_on_reopened = 'Email on Reopened';
 437  $s_email_on_bugnote_added = 'Email on note Added';
 438  $s_email_on_status_change = 'Email on Status Change';
 439  $s_email_on_priority_change = 'Email on Priority Change';
 440  $s_email_bugnote_limit = 'Email Notes Limit';
 441  $s_language = 'Language';
 442  $s_update_prefs_button = 'Update Prefs';
 443  $s_reset_prefs_button = 'Reset Prefs';
 444  
 445  # account_prefs_reset.php
 446  $s_prefs_reset_msg = 'Preferences have been reset...';
 447  
 448  # account_prefs_update.php
 449  $s_prefs_updated_msg = 'Preferences have been updated...';
 450  
 451  # account_profile_add.php
 452  $s_profile_added_msg = 'Profile added...';
 453  
 454  # account_profile_delete.php
 455  $s_profile_deleted_msg = 'Deleted profile...';
 456  
 457  # account_profile_edit_page.php
 458  $s_edit_profile_title = 'Edit Profile';
 459  $s_platform = 'Platform';
 460  $s_operating_system = 'Operating System';
 461  $s_additional_description = 'Additional Description';
 462  $s_update_profile_button = 'Update Profile';
 463  
 464  # account_profile_make_default.php
 465  $s_profile_defaulted_msg = 'Default profile updated...';
 466  
 467  # account_profile_manage_page.php
 468  $s_add_profile_title = 'Add Profile';
 469  $s_add_profile_button = 'Add Profile';
 470  $s_edit_or_delete_profiles_title = 'Edit or Delete Profiles';
 471  $s_edit_profile = 'Edit Profile';
 472  $s_make_default = 'Make Default';
 473  $s_delete_profile = 'Delete Profile';
 474  $s_select_profile = 'Select Profile';
 475  $s_submit_button = 'Submit';
 476  
 477  # account_profile_update.php
 478  $s_profile_updated_msg = 'Profile updated...';
 479  
 480  # account_sponsor_page.php
 481  $s_my_sponsorship = 'My Sponsorships';
 482  $s_update_sponsorship_button = 'Change Payment Status';
 483  $s_no_sponsored = 'No sponsored issues Assigned To yourself were found.';
 484  $s_own_sponsored = 'Issues You have Sponsored:';
 485  $s_issues_handled = 'Sponsored Issues You Have Been Assigned To:';
 486  $s_no_own_sponsored = 'You have not sponsored any issues.';
 487  $s_sponsor = 'Sponsor';        # like in 'The sponsor of...'
 488  $s_sponsor_verb = 'Sponsor';    # like in 'Sponsor it!'
 489  $s_amount = 'Amount';
 490  $s_total_owing = 'Total Owing';
 491  $s_total_paid = 'Total Paid';
 492  $s_sponsor_hide = 'Hide Resolved and Paid';
 493  $s_sponsor_show = 'Show All';
 494  
 495  # account_sponsor_update.php
 496  $s_payment_updated = 'Payment information updated.';
 497  
 498  # account_update.php
 499  $s_account_updated_msg = 'Your account has been successfully updated...';
 500  $s_email_updated = 'Email address successfully updated';
 501  $s_realname_duplicated = 'Real name is used by another user';
 502  $s_realname_updated = 'Real name successfully updated';
 503  $s_password_updated = 'Password successfully updated';
 504  
 505  # adm_permission_report.php
 506  
 507  # bug_action_group_page
 508  $s_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.';
 509  
 510  # bug_assign.php
 511  $s_bug_assign_msg = 'Issue has been successfully assigned...';
 512  
 513  # bug_change_status_page.php
 514  $s_new_bug_title = 'New Issue';
 515  $s_feedback_bug_title = 'Request Feedback on Issue';
 516  $s_acknowledged_bug_title = 'Acknowledge Issue';
 517  $s_confirmed_bug_title = 'Confirm Issue';
 518  $s_assigned_bug_title = 'Assign Issue';
 519  $s_new_bug_button = 'New Issue';
 520  $s_feedback_bug_button = 'Request Feedback';
 521  $s_acknowledged_bug_button = 'Acknowledge Issue';
 522  $s_confirmed_bug_button = 'Confirm Issue';
 523  $s_assigned_bug_button = 'Assign Issue';
 524  
 525  # bug_close.php
 526  $s_bug_close_msg = 'Issue has been closed...';
 527  $s_close_immediately = 'Close immediately:';
 528  
 529  # bug_close_page.php
 530  $s_closed_bug_title = 'Close Issue';
 531  
 532  # bug_delete.php
 533  $s_bug_deleted_msg = 'Issue has been deleted...';
 534  
 535  # bug_delete_page.php
 536  $s_delete_bug_sure_msg = 'Are you sure you wish to delete this issue?';
 537  $s_delete_bug_button = 'Delete Issue';
 538  
 539  # bug_monitor.php
 540  $s_monitor_bug_button = 'Monitor Issue';
 541  $s_unmonitor_bug_button = 'End Monitoring';
 542  
 543  # bug_file_add.php
 544  $s_file_upload_msg = 'File upload successful';
 545  
 546  # bug_file_upload_inc.php
 547  $s_upload_file = 'Upload File';
 548  $s_select_file = 'Select File';
 549  $s_upload_file_button = 'Upload File';
 550  $s_max_file_size = 'Max size';
 551  
 552  # bug_reopen.php
 553  $s_bug_reopened_msg = 'Issue has been reopened...';
 554  $s_reopen_add_bugnote_title = 'Add Note Reason For Reopening Issue';
 555  $s_bugnote_add_reopen_button = 'Add Note and Reopen Issue';
 556  
 557  # bug_resolve_page.php
 558  $s_resolved_bug_title = 'Resolve Issue';
 559  $s_resolved_bug_button = 'Resolve Issue';
 560  
 561  # bug_resolve_page2.php
 562  $s_bug_resolved_msg = 'Issue has been resolved. Enter note below...';
 563  $s_resolve_add_bugnote_title = 'Add Note Reason For Resolving Issue';
 564  $s_bugnote_add_resolve_button = 'Add Note';
 565  
 566  # bug_reminder_page.php
 567  $s_from = 'From';
 568  $s_to = 'To';
 569  $s_on = 'On';
 570  $s_sent_you_this_reminder_about = 'sent you this reminder about';
 571  $s_bug_reminder = 'Send a reminder';
 572  $s_reminder_sent_to = 'Reminder sent to';
 573  $s_bug_send_button = 'Send';
 574  $s_reminder = 'Reminder';
 575  $s_reminder_explain = 'This note will be sent to the recipients listed requesting feedback on this issue.';
 576  $s_reminder_monitor = 'These recipients will also begin monitoring the issue. They can unsubscribe using the Unmonitor button.';
 577  $s_reminder_store = 'This note will be stored with the issue.';
 578  
 579  # bug_set_sponsorship.php
 580  $s_confirm_sponsorship = 'Please confirm you want to sponsor issue %d for %s.';
 581  
 582  # bug_update.php
 583  $s_bug_updated_msg = 'Issue has been successfully updated...';
 584  
 585  # bug_update_advanced_page.php
 586  $s_back_to_bug_link = 'Back To Issue';
 587  $s_update_simple_link = 'Update Simple';
 588  $s_updating_bug_advanced_title = 'Updating Issue Information';
 589  $s_id = 'ID';
 590  $s_category = 'Category';
 591  $s_severity = 'Severity';
 592  $s_reproducibility = 'Reproducibility';
 593  $s_date_submitted = 'Date Submitted';
 594  $s_last_update = 'Last Update';
 595  $s_reporter = 'Reporter';
 596  $s_assigned_to = 'Assigned To';
 597  $s_priority = 'Priority';
 598  $s_resolution = 'Resolution';
 599  $s_status = 'Status';
 600  $s_duplicate_id = 'Duplicate ID';
 601  $s_os = 'OS';
 602  $s_projection = 'Projection';
 603  $s_os_version = 'OS Version';
 604  $s_eta = 'ETA';
 605  $s_product_version = 'Product Version';
 606  $s_build = 'Build';
 607  $s_fixed_in_version = 'Fixed in Version';
 608  $s_target_version = 'Target Version';
 609  $s_votes = 'Votes';
 610  $s_summary = 'Summary';
 611  $s_description = 'Description';
 612  $s_steps_to_reproduce = 'Steps To Reproduce';
 613  $s_update_information_button = 'Update Information';
 614  $s_sticky_issue = 'Sticky Issue';
 615  $s_profile = 'Profile';
 616  
 617  # bug_update_page.php
 618  $s_update_advanced_link = 'Update Advanced';
 619  $s_updating_bug_simple_title = 'Updating Issue Information';
 620  
 621  # bug_vote_add.php
 622  $s_vote_added_msg = 'Vote has been added...';
 623  
 624  # bugnote_add.php
 625  $s_bugnote_added_msg = 'Note added...';
 626  
 627  # bugnote_delete.php
 628  $s_bugnote_deleted_msg = 'Note has been successfully deleted...';
 629  $s_bug_notes_title = 'Notes';
 630  
 631  # bugnote_edit_page.php
 632  $s_edit_bugnote_title = 'Edit Note';
 633  
 634  # bugnote_inc.php
 635  $s_no_bugnotes_msg = 'There are no notes attached to this issue.';
 636  $s_delete_link = 'Delete';
 637  $s_add_bugnote_title = 'Add Note';
 638  $s_add_bugnote_button = 'Add Note';
 639  $s_bugnote_edit_link = 'Edit';
 640  $s_closed_bug_button = 'Close Issue';
 641  
 642  # bugnote_update.php
 643  $s_bugnote_updated_msg = 'Note has been successfully updated...';
 644  $s_edited_on = 'edited on: ';
 645  
 646  # file_api.php
 647  $s_hide_content ='Hide Content';
 648  $s_show_content ='Show Content';
 649  
 650  # index.php
 651  $s_click_to_login = 'Click here to login';
 652  
 653  # login.php
 654  
 655  # login_page.php
 656  #@@@ should the following string be related to $g_window_title?
 657  $s_login_page_info = 'Welcome to the Issue Tracker.';
 658  $s_login_title = 'Login';
 659  $s_save_login = 'Save Login';
 660  $s_choose_project = 'Choose Project';
 661  $s_login_button = 'Login';
 662  $s_signup_link = 'Signup for a new account';
 663  $s_lost_password_link = 'Lost your password?';
 664  
 665  # login_select_proj_page.php
 666  $s_select_project_button = 'Select Project';
 667  
 668  # logout_page.php
 669  $s_logged_out_title = 'Logged Out...';
 670  $s_redirecting = '...Redirecting';
 671  $s_here = 'Here';
 672  
 673  # lost_pwd_page.php
 674  $s_lost_password_title = "Password Reset";
 675  $s_lost_password_done_title = "Password Message Sent";
 676  $s_lost_password_subject = "Password Reset";
 677  $s_lost_password_info = "To reinstate your lost password, please supply the name and email address for the account.<br/><br/>If the data corresponds to a valid account, you will be sent a special URL via email that contains a validation code for your account. Please follow this link to change your password.";
 678  $s_lost_password_confirm_hash_OK = "Your confirmation has been accepted. Please update your password.";
 679  
 680  # main_page.php
 681  $s_open_and_assigned_to_me = 'Open and assigned to me';
 682  $s_open_and_reported_to_me = 'Open and reported by me';
 683  $s_newer_news_link = 'Newer News';
 684  $s_older_news_link = 'Older News';
 685  $s_archives = 'Archives';
 686  $s_rss = 'RSS';
 687  
 688  # manage_create_new_user.php
 689  $s_created_user_part1 = 'Created user';
 690  $s_created_user_part2 = 'with an access level of';
 691  
 692  # manage_create_user_page.php
 693  $s_create_new_account_title = 'Create New Account';
 694  $s_verify_password = 'Verify Password';
 695  $s_enabled = 'Enabled';
 696  $s_protected = 'Protected';
 697  $s_create_user_button = 'Create User';
 698  
 699  # manage_page.php
 700  $s_hide_disabled = 'Hide Disabled';
 701  $s_filter_button = 'Apply Filter';
 702  $s_create_filter_link = 'Create Permalink';    # Permalink = Permenant Link
 703  $s_create_short_link = 'Create Short Link';
 704  $s_filter_permalink = 'Following is a permanent link to the currently configured filter:';
 705  $s_manage_users_link = 'Manage Users';
 706  $s_manage_projects_link = 'Manage Projects';
 707  $s_manage_custom_field_link = 'Manage Custom Fields';
 708  $s_manage_global_profiles_link = 'Manage Global Profiles';
 709  $s_permissions_summary_report = 'Permissions Report';
 710  $s_manage_config_link = 'Manage Configuration';
 711  $s_manage_threshold_config = 'Workflow Thresholds';
 712  $s_manage_email_config = 'Email Notifications';
 713  $s_manage_workflow_config = 'Workflow Transitions';
 714  $s_create_new_account_link = 'Create New Account';
 715  $s_projects_link = 'Projects';
 716  $s_documentation_link = 'Documentation';
 717  $s_new_accounts_title = 'New Accounts';
 718  $s_1_week_title = '1 Week';
 719  $s_never_logged_in_title = 'Never Logged In';
 720  $s_prune_accounts = 'Prune Accounts';
 721  $s_hide_inactive = 'Hide Inactive';
 722  $s_manage_accounts_title = 'Manage Accounts';
 723  $s_p = 'p';
 724  $s_date_created = 'Date Created';
 725  $s_last_visit = 'Last Visit';
 726  $s_edit_user_link = 'Edit User';
 727  
 728  # manage_config_email_page
 729  $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS, unless overridden at the project level.';
 730  $s_config_project = 'Note: These configurations affect only the %s project.';
 731  $s_colour_coding = 'In the table below, the following color code applies:';
 732  $s_colour_project = 'Project setting overrides others.';
 733  $s_colour_global = 'All Project settings override default configuration.';
 734  $s_issue_reporter = 'User who reported issue';
 735  $s_issue_handler = 'User who is handling the issue';
 736  $s_users_added_bugnote = 'Users who added Bugnotes';
 737  $s_change_configuration = 'Update Configuration';
 738  $s_message = 'Message';
 739  $s_default_notify = 'Setting default notification flags to';
 740  $s_action_notify = 'Setting action notification flags to';
 741  $s_notify_defaults_change_access = 'Who can change notification defaults';
 742  $s_notify_actions_change_access = 'Who can change notifications';
 743  $s_revert_to_system = "Delete All Projects Settings";
 744  $s_revert_to_all_project = "Delete Project Specific Settings";
 745  
 746  # manage_config_workflow_page
 747  $s_non_existent = 'non-existent';
 748  $s_current_status = 'Current Status';
 749  $s_next_status = 'Next Status';
 750  $s_workflow = 'Workflow';
 751  $s_workflow_thresholds = 'Thresholds that Affect Workflow';
 752  $s_threshold = 'Threshold';
 753  $s_status_level = 'Status';
 754  $s_alter_level = 'Who can alter this value';
 755  $s_validation = 'Workflow Validation';
 756  $s_comment = 'Validation Comment';
 757  $s_superfluous = 'Arc from status to itself is implied, and need not be given explicitly';
 758  $s_unreachable = 'You cannot move an issue into this status';
 759  $s_no_exit = 'You cannot move an issue out of this status';
 760  $s_access_levels = 'Access Levels';
 761  $s_access_change = 'Minimum Access Level to Change to this Status';
 762  $s_desc_bug_submit_status = 'Status to which a new issue is set';
 763  $s_desc_bug_reopen_status = 'Status to which reopened issues are set';
 764  $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered resolved';
 765  $s_workflow_change_access = 'Who can change workflow';
 766  $s_access_change_access = 'Who can change access levels';
 767  
 768  # manage_config_workflow_set
 769  $s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored';
 770  
 771  # manage_config_work_threshold_page
 772  $s_assign_issue = 'Assign an issue';
 773  $s_allow_close_immediate = 'Allow issue to be closed on Resolve';
 774  $s_allow_reporter_close = 'Allow Reporter to close Issue';
 775  $s_allow_reporter_reopen = 'Allow Reporter to re-open Issue';
 776  $s_set_status_assigned = 'Set status on assignment of Handler';
 777  $s_allow_user_edit = 'Allow user to edit their own bugnotes';
 778  $s_limit_access = 'Limit reporter\'s access to their own issues';
 779  $s_submit_status = 'Status to which a new issue is set';
 780  $s_assigned_status = 'Status to set auto-assigned issues to';
 781  $s_resolved_status = 'Status where an issue is considered resolved';
 782  $s_readonly_status = 'Status where an issue becomes read only';
 783  $s_reopen_status = 'Status to which a reopened issue is set';
 784  $s_reopen_resolution = 'Resolution to which a reopened issue is set';
 785  
 786  # manage_config_revert_page
 787  $s_config_delete_sure = 'Are you sure you want to delete the settings for';
 788  $s_in_project = 'in project';
 789  $s_delete_config_button = 'Delete Settings';
 790  
 791  # adm_config_report.php
 792  $s_configuration_report = 'Configuration Report';
 793  $s_database_configuration = 'Database Configuration';
 794  $s_configuration_option = 'Configuration Option';
 795  $s_configuration_option_type = 'Type';
 796  $s_configuration_option_value = 'Value';
 797  $s_all_users = 'All Users';
 798  $s_set_configuration_option = 'Set Configuration Option';
 799  $s_delete_config_sure_msg = 'Are you sure you wish to delete this configuration option?';
 800  
 801  # manage_proj_add.php
 802  $s_project_added_msg = 'Project has been successfully added...';
 803  
 804  # manage_proj_category_add.php
 805  $s_category_added_msg = 'Category has been successfully added...';
 806  
 807  # manage_proj_category_delete.php
 808  $s_category_deleted_msg = 'Category has been successfully deleted...';
 809  
 810  # manage_proj_category_delete_page.php
 811  $s_category_delete_sure_msg = 'Are you sure you want to delete this category?';
 812  $s_delete_category_button = 'Delete Category';
 813  
 814  # manage_proj_category_edit_page.php
 815  $s_edit_project_category_title = 'Edit Project Category';
 816  $s_update_category_button = 'Update Category';
 817  
 818  # manage_proj_category_update.php
 819  $s_category_updated_msg = 'Category has been successfully updated...';
 820  
 821  # manage_proj_create_page.php
 822  $s_add_subproject_title = 'Add Subproject';
 823  
 824  # manage_proj_delete.php
 825  $s_project_deleted_msg = 'Project successfully removed...';
 826  
 827  # manage_proj_delete_page.php
 828  $s_project_delete_msg = 'Are you sure you want to delete this project and all attached issue reports?';
 829  $s_project_delete_button = 'Delete Project';
 830  
 831  # manage_proj_edit_page.php
 832  $s_edit_project_title = 'Edit Project';
 833  $s_project_name = 'Project Name';
 834  $s_view_status = 'View Status';
 835  $s_public = 'public';
 836  $s_private = 'private';
 837  $s_update_project_button = 'Update Project';
 838  $s_delete_project_button = 'Delete Project';
 839  $s_copy_from = 'Copy From';
 840  $s_copy_to = 'Copy To';
 841  $s_categories_and_version_title = 'Categories and Versions';
 842  $s_categories = 'Categories';
 843  $s_add_category_button = 'Add Category';
 844  $s_versions = 'Versions';
 845  $s_add_version_button = 'Add Version';
 846  $s_add_and_edit_version_button = 'Add and Edit Version';
 847  $s_edit_link = 'Edit';
 848  $s_actions = 'Actions';
 849  $s_version = 'Version';
 850  $s_timestamp = 'Timestamp';
 851  $s_update = 'Update';
 852  $s_subprojects = 'Subprojects';
 853  $s_add_subproject = 'Add as Subproject';
 854  $s_create_new_subproject_link = 'Create New Subproject';
 855  $s_unlink_link = 'Unlink';
 856  
 857  # manage_proj_menu_page.php
 858  $s_add_project_title = 'Add Project';
 859  $s_upload_file_path = 'Upload File Path';
 860  $s_add_project_button = 'Add Project';
 861  $s_projects_title = 'Projects';
 862  $s_name = 'Name';
 863  
 864  # manage_proj_update.php
 865  $s_project_updated_msg = 'Project has been successfully updated...';
 866  
 867  # manage_proj_version_add.php
 868  $s_version_added_msg = 'Version has been successfully added...';
 869  
 870  # manage_proj_version_delete.php
 871  $s_version_deleted_msg = 'Version has been successfully deleted...';
 872  
 873  # manage_proj_version_delete_page.php
 874  $s_version_delete_sure = 'Are you sure you want to delete this version?';
 875  $s_delete_version_button = 'Delete Version';
 876  
 877  # manage_proj_version_edit_page.php
 878  $s_edit_project_version_title = 'Edit Project Version';
 879  $s_update_version_button = 'Update Version';
 880  $s_released = 'Released';
 881  
 882  # manage_proj_version_update.php
 883  $s_version_updated_msg = 'Version has been successfully updated...';
 884  
 885  # manage_user_delete.php
 886  $s_account_delete_protected_msg = 'Account protected. Cannot delete this account.';
 887  $s_account_deleted_msg = 'Account deleted...';
 888  
 889  # manage_user_delete_page.php
 890  $s_delete_account_sure_msg = 'Are you sure you wish to delete this account?';
 891  
 892  # manage_user_prune.php
 893  $s_accounts_pruned_msg = 'All accounts that have never logged in and are older than 1 week have been removed';
 894  $s_prune_accounts_button = 'Prune';
 895  $s_confirm_account_pruning = 'Are you sure you want to delete old accounts that have never logged in?';
 896  
 897  # manage_user_page.php
 898  $s_edit_user_title = 'Edit User';
 899  $s_reset_password_button = 'Reset Password';
 900  $s_delete_user_button = 'Delete User';
 901  $s_reset_password_msg = 'Reset Password sends the confirmation URL via email.';
 902  $s_reset_password_msg2 = 'Reset Password resets the password to be blank.';
 903  $s_show_all_users = 'ALL';
 904  
 905  # manage_user_reset.php
 906  $s_account_reset_protected_msg = 'Account protected. Cannot reset the password.';
 907  $s_account_reset_msg = 'A confirmation request has been sent to the selected user\'s email address. Using this, the user will be able to change their password.';
 908  $s_account_reset_msg2 = 'Account password has been set to blank...';
 909  
 910  # manage_user_update.php
 911  $s_manage_user_protected_msg = 'Account protected. Access level and enabled protected. Otherwise, account has been updated...';
 912  $s_manage_user_updated_msg = 'Account successfully updated...';
 913  
 914  # menu_inc.php
 915  $s_main_link = 'Main';
 916  $s_view_bugs_link = 'View Issues';
 917  $s_report_bug_link = 'Report Issue';
 918  $s_changelog_link = 'Change Log';
 919  $s_roadmap_link = 'Roadmap';
 920  $s_summary_link = 'Summary';
 921  $s_account_link = 'My Account';
 922  $s_users_link = 'Users';
 923  $s_manage_link = 'Manage';
 924  $s_edit_news_link = 'Edit News';
 925  $s_docs_link = 'Docs';
 926  $s_logout_link = 'Logout';
 927  $s_my_view_link = 'My View';
 928  
 929  # meta_inc.php
 930  
 931  # my_view_page.php
 932  $s_my_view_title_unassigned = 'Unassigned';
 933  $s_my_view_title_recent_mod = 'Recently Modified';
 934  $s_my_view_title_reported = 'Reported by Me';
 935  $s_my_view_title_assigned = 'Assigned to Me (Unresolved)';
 936  $s_my_view_title_resolved = 'Resolved';
 937  $s_my_view_title_monitored = 'Monitored by Me';
 938  $s_my_view_title_feedback = 'Awaiting Feedback from Me';
 939  $s_my_view_title_verify = 'Awaiting Confirmation of Resolution from Me';
 940  
 941  # news_add.php
 942  $s_news_added_msg = 'News item added...';
 943  
 944  # news_delete.php
 945  $s_news_deleted_msg = 'Deleted news item...';
 946  
 947  # news_delete_page.php
 948  $s_delete_news_sure_msg = 'Are you sure you wish to delete this news item?';
 949  $s_delete_news_item_button = 'Delete News Item';
 950  
 951  # news_edit_page.php
 952  $s_edit_news_title = 'Edit News';
 953  $s_headline = 'Headline';
 954  $s_body = 'Body';
 955  $s_update_news_button = 'Update News';
 956  
 957  # news_menu_page.php
 958  $s_add_news_title = 'Add News';
 959  $s_post_to = 'Post to';
 960  $s_post_news_button = 'Post News';
 961  $s_edit_or_delete_news_title = 'Edit or Delete News';
 962  $s_edit_post = 'Edit Post';
 963  $s_delete_post = 'Delete Post';
 964  $s_select_post = 'Select Post';
 965  
 966  # news_update.php
 967  $s_news_updated_msg = 'News item updated...';
 968  
 969  # news_view_page.php
 970  $s_back_link = 'Back';
 971  
 972  # proj_doc_add.php
 973  $s_file_uploaded_msg = 'File upload successful';
 974  
 975  # proj_doc_add_page.php
 976  $s_upload_file_title = 'Upload File';
 977  $s_title = 'Title';
 978  
 979  # proj_doc_delete.php
 980  $s_project_file_deleted_msg = 'Project file deleted';
 981  
 982  # proj_doc_delete_page.php
 983  $s_confirm_file_delete_msg = 'Are you sure you wish to delete this file?';
 984  
 985  # proj_doc_edit_page.php
 986  $s_filename = 'Filename';
 987  $s_file_update_button = 'Update File';
 988  $s_file_delete_button = 'Delete File';
 989  
 990  # proj_doc_page.php
 991  $s_project_documentation_title = 'Project Documentation';
 992  $s_user_documentation = 'User Documentation';
 993  $s_project_documentation = 'Project Documentation';
 994  $s_add_file = 'Add File';
 995  
 996  # proj_doc_update.php
 997  $s_project_document_updated = 'Project update successful';
 998  
 999  # proj_user_add.php
1000  $s_project_user_added_msg = 'Successfully added user to project';
1001  
1002  # proj_user_delete.php
1003  $s_project_removed_user_msg = 'Successfully removed user from project';
1004  
1005  # proj_user_delete_page.php
1006  $s_remove_user_sure_msg = 'Are you sure you wish to remove this user?';
1007  $s_remove_user_button = 'Remove User';
1008  $s_remove_all_users_sure_msg = 'Are you sure you wish to remove all the users of this project?';
1009  $s_remove_all_users_button = 'Remove All Users';
1010  
1011  # proj_user_menu_page.php
1012  $s_add_user_title = 'Add user to project';
1013  $s_add_user_button = 'Add User';
1014  $s_project_selection_title = 'Project Selection';
1015  $s_remove_link = 'Remove';
1016  $s_remove_all_link = 'Remove all';
1017  
1018  # proj_user_update.php
1019  $s_updated_user_msg = 'Successfully updated user';
1020  
1021  # report_add.php
1022  $s_must_enter_category = 'You must select a category';
1023  $s_must_enter_severity = 'You must select a severity';
1024  $s_must_enter_reproducibility = 'You must select a reproducibility';
1025  $s_must_enter_summary = 'You must enter a summary';
1026  $s_must_enter_description = 'You must enter a description';
1027  $s_report_more_bugs = 'Report More Issues';
1028  $s_submission_thanks_msg = 'Thank you for your submission';
1029  
1030  # report_bug_advanced_page.php
1031  $s_simple_report_link = 'Simple Report';
1032  $s_enter_report_details_title = 'Enter Report Details';
1033  $s_required = 'required';
1034  $s_select_category = 'Select Category';
1035  $s_select_reproducibility = 'Select Reproducibility';
1036  $s_select_severity = 'Select Severity';
1037  $s_or_fill_in = 'OR Fill In';
1038  $s_assign_to = 'Assign To';
1039  $s_additional_information = 'Additional Information';
1040  $s_submit_report_button = 'Submit Report';
1041  $s_check_report_more_bugs = 'check to report more issues';
1042  
1043  # report_bug_page.php
1044  $s_advanced_report_link = 'Advanced Report';
1045  $s_report_stay = 'Report Stay';
1046  
1047  # set_project.php
1048  $s_selected_project = 'Selected project';
1049  $s_valid_project_msg = 'You must choose a valid project';
1050  
1051  # signup.php
1052  $s_signup_done_title = 'Account registration processed';
1053  $s_password_emailed_msg = 'Congratulations. You have registered successfully. You are now being sent a confirmation email to verify your email address. Visiting the link sent to you in this email will activate your account.';
1054  $s_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.';
1055  
1056  # signup_page.php
1057  $s_signup_captcha_request = 'Enter the code as it is shown in the box on the right';
1058  $s_signup_info = 'On completion of this form and verification of your answers, you will be sent a confirmation email to the email address you specified.<br/>Using the confirmation email, 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 email address in order to receive the account confirmation email.';
1059  $s_signup_title = 'Signup';
1060  $s_signup_button = 'Signup';
1061  $s_no_password_request = 'Your password is managed by another system. Please contact your system administrator.';
1062  
1063  # site_settings_edit_page.php
1064  $s_edit_site_settings_title = 'Edit Site Settings';
1065  $s_save_settings_button = 'Save Settings';
1066  
1067  # site_settings_page.php
1068  $s_site_settings_title = 'Site Settings';
1069  $s_system_info_link = 'System Info';
1070  $s_site_settings_link = 'Site Settings';
1071  
1072  # site_settings_update.php
1073  $s_site_settings_updated_msg = 'Site settings have been updated';
1074  
1075  # summary_page.php
1076  $s_summary_title = 'Summary';
1077  $s_summary_jpgraph_link = 'Advanced summary';
1078  $s_by_project = 'By Project';
1079  $s_by_status = 'By Status';
1080  $s_by_date = 'By Date (days)';
1081  $s_by_severity = 'By Severity';
1082  $s_by_resolution = 'By Resolution';
1083  $s_by_category = 'By Category';
1084  $s_by_priority = 'By Priority';
1085  $s_by_developer = 'By Developer';
1086  $s_by_reporter = 'By Reporter';
1087  $s_reporter_by_resolution = 'Reporter By Resolution';
1088  $s_reporter_effectiveness = 'Reporter Effectiveness';
1089  $s_developer_by_resolution = 'Developer By Resolution';
1090  $s_percentage_fixed = '% Fixed';
1091  $s_percentage_errors = '% False';
1092  $s_errors = 'False';
1093  $s_total = 'Total';
1094  $s_balance = 'Balance';
1095  $s_most_active = 'Most Active';
1096  $s_score = 'Score';
1097  $s_days = 'Days';
1098  $s_time_stats = 'Time Stats For Resolved Issues (days)';
1099  $s_longest_open_bug = 'Longest open issue';
1100  $s_longest_open = 'Longest open';
1101  $s_average_time = 'Average time';
1102  $s_total_time = 'Total time';
1103  $s_developer_stats = 'Developer Stats';
1104  $s_reporter_stats = 'Reporter Stats';
1105  $s_orct = '(open/resolved/closed/total)';
1106  
1107  # view_all_bug_page.php
1108  $s_any = 'any';
1109  $s_all = 'all';
1110  $s_show = 'Show';
1111  $s_changed = 'Changed(hrs)';
1112  $s_viewing_bugs_title = 'Viewing Issues';
1113  $s_updated = 'Updated';
1114  $s_sticky = 'Show Sticky Issues';
1115  $s_sort = 'Sort by';
1116  $s_issue_id = 'Issue #';
1117  $s_recently_visited = 'Recently Visited';
1118  $s_priority_abbreviation = 'P';
1119  
1120  # view_all_inc.php
1121  $s_none = 'none';
1122  $s_current = 'current';
1123  $s_search = 'Search';
1124  $s_view_prev_link = 'View Prev';
1125  $s_view_next_link = 'View Next';
1126  $s_prev = 'Prev';
1127  $s_next = 'Next';
1128  $s_first = 'First';
1129  $s_last = 'Last';
1130  $s_start_date = 'Start Date';
1131  $s_end_date = 'End Date';
1132  $s_use_date_filters = 'Use Date Filters';
1133  $s_yes = 'Yes';
1134  $s_no = 'No';
1135  $s_open_filters = 'Change Filter';
1136  $s_or_unassigned = 'Or Unassigned';
1137  $s_ok = 'OK';
1138  $s_select_all = 'Select All';
1139  
1140  # stored query strings
1141  $s_use_query = 'Use Filter';
1142  $s_delete_query = 'Delete Filter';
1143  $s_query_deleted = 'Filter Deleted';
1144  $s_save_query = 'Save Current Filter';
1145  $s_reset_query = 'Reset Filter';
1146  $s_query_name = 'Filter Name';
1147  $s_query_exists = 'This particular query appears to already exist.';
1148  $s_query_dupe_name = 'Another query already has this name. Please choose a different name for this query.';
1149  $s_query_blank_name = 'You cannot store a filter without a name. Please give this filter a name before saving it.';
1150  $s_query_store_error = 'There was an error saving this query.';
1151  $s_open_queries = 'Manage Filters';
1152  $s_query_delete_msg = 'Are you sure you wish to delete this query?';
1153  
1154  # view_bug_advanced_page.php
1155  $s_view_simple_link = 'View Simple';
1156  $s_viewing_bug_advanced_details_title = 'Viewing Issue Advanced Details';
1157  $s_product_build = 'Product Build';
1158  $s_system_profile = 'System Description';
1159  $s_update_bug_button = 'Update Issue';
1160  $s_bug_assign_to_button = 'Assign To:';
1161  $s_bug_status_to_button = 'Change Status To:';
1162  $s_reopen_bug_button = 'Reopen Issue';
1163  $s_move_bug_button = 'Move Issue';
1164  $s_attached_files = 'Attached Files';
1165  $s_publish = 'Publish';
1166  $s_cached = 'Cached';
1167  
1168  # view_bug_inc.php
1169  
1170  # view_bug_page.php
1171  $s_view_advanced_link = 'View Advanced';
1172  $s_viewing_bug_simple_details_title = 'Viewing Issue Simple Details';
1173  
1174  # bug_monitor_list_view_inc.php
1175  $s_no_users_monitoring_bug = 'There are no users monitoring this issue.';
1176  $s_users_monitoring_bug = 'Users monitoring this issue';
1177  $s_monitoring_user_list = 'User List';
1178  
1179  # bug_sponsorship_list_view_inc.php
1180  $s_no_users_sponsoring_bug = 'There are no users sponsoring this issue.';
1181  $s_users_sponsoring_bug = 'Users sponsoring this issue';
1182  $s_sponsors_list = 'Sponsors List';
1183  $s_total_sponsorship_amount = 'Total Sponsorship = %s';
1184  
1185  # custom field strings
1186  $s_add_custom_field_button = 'New Custom Field';
1187  $s_delete_custom_field_button = 'Delete Custom Field';
1188  $s_delete_custom_field_everywhere = 'Delete Custom Field Everywhere';
1189  $s_update_custom_field_button = 'Update Custom Field';
1190  $s_add_existing_custom_field = 'Add This Existing Custom Field';
1191  $s_edit_custom_field_title = 'Edit custom field';
1192  $s_custom_field = 'Field';
1193  $s_custom_fields_setup = 'Custom Fields';
1194  $s_custom_field_name = 'Name';
1195  $s_custom_field_project_count = 'Project Count';
1196  $s_custom_field_type = 'Type';
1197  $s_custom_field_possible_values = 'Possible Values';
1198  $s_custom_field_default_value = 'Default Value';
1199  $s_custom_field_valid_regexp = 'Regular Expression';
1200  $s_custom_field_access_level_r = 'Read Access';
1201  $s_custom_field_access_level_rw = 'Write Access';
1202  $s_custom_field_length_min = 'Min. Length';
1203  $s_custom_field_length_max = 'Max. Length';
1204  $s_custom_field_advanced = 'Display Only On Advanced Page';
1205  $s_custom_field_display_report = 'Display When Reporting Issues';
1206  $s_custom_field_display_update = 'Display When Updating Issues';
1207  $s_custom_field_display_resolved = 'Display When Resolving Issues';
1208  $s_custom_field_display_closed = 'Display When Closing Issues';
1209  $s_custom_field_require_report = 'Required On Report';
1210  $s_custom_field_require_update = 'Required On Update';
1211  $s_custom_field_require_resolved = 'Required On Resolve';
1212  $s_custom_field_require_closed = 'Required On Close';
1213  $s_link_custom_field_to_project_title = 'Link custom field to project';
1214  $s_link_custom_field_to_project_button = 'Link Custom Field';
1215  $s_linked_projects = 'Linked Projects';
1216  
1217  $s_custom_field_sequence = 'Sequence';
1218  $s_custom_field_type_enum_string = '0:String,1:Numeric,2:Float,3:Enumeration,4:Email,5:Checkbox,6:List,7:Multiselection list,8:Date';
1219  
1220  $s_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';
1221  $s_confirm_custom_field_deletion = 'Are you sure you want to delete this custom field and all associated values?';
1222  $s_field_delete_button = 'Delete Field';
1223  
1224  $s_confirm_custom_field_unlinking = 'Are you sure you want to remove (unlink) this custom field from the project and delete all associated values?';
1225  $s_field_remove_button = 'Remove Field';
1226  
1227  $s_hide_status = 'Hide Status';
1228  $s_filter_closed = "Closed";
1229  $s_filter_resolved = "Resolved";
1230  $s_hide_closed = "Hide Closed";
1231  $s_hide_resolved = "Hide Resolved";
1232  $s_and_above = 'And Above';
1233  $s_advanced_filters = 'Advanced Filters';
1234  $s_simple_filters = 'Simple Filters';
1235  $s_monitored_by = 'Monitored By';
1236  
1237  $s_attachments = "attachment(s)";
1238  $s_attachment_alt = "A";
1239  
1240  # PHPMailer
1241  $s_phpmailer_language = 'en';
1242  
1243  # Sponsorship Strings
1244  $s_sponsors = '%d sponsor(s)';
1245  $s_sponsorship_added = 'Sponsorship Added';
1246  $s_sponsorship_updated = 'Sponsorship Updated';
1247  $s_sponsorship_deleted = 'Sponsorship Deleted';
1248  $s_sponsorship_paid = 'Sponsorship Paid';
1249  $s_sponsorship_more_info = 'More information about sponsorship';
1250  $s_sponsorship_total = 'Sponsorship Total';
1251  
1252  # URL explaining the process of sponsoring an issue.  This is defined here rather than
1253  # in the config to allow for a URL per language.  This can be set to an empty string if there
1254  # is not need to provide such process information.
1255  $s_sponsorship_process_url = '';
1256  
1257  # Changelog
1258  $s_changelog = 'Change Log';
1259  $s_changelog_empty = 'No Change Log information available';
1260  
1261  # Roadmap
1262  $s_roadmap = 'Roadmap';
1263  $s_resolved_progress = '%d of %d issue(s) resolved.  Progress (%d%%).';
1264  
1265  # Http auth
1266  $s_http_auth_realm = "Mantis Login";
1267  
1268  $s_bug = "issue";
1269  $s_add_new_relationship = "New relationship";
1270  $s_add_new_relationship_button = "Add";
1271  $s_this_bug = "Current issue";
1272  $s_relationship_added = "Relationship added";
1273  $s_relationship_deleted = "Relationship deleted";
1274  $s_no_relationship = "no relationship";
1275  $s_relationship_replaced = "Relationship replaced";
1276  $s_replace_relationship_button = "Replace";
1277  $s_replace_relationship_sure_msg = "There is already a relationship between the two issues. Are you sure you want to replace it?";
1278  $s_relationship_with_parent = "Relationship with the parent issue";
1279  $s_delete_relationship_button = "Delete";
1280  $s_delete_relationship_sure_msg = "Are you sure you wish to delete this relationship?";
1281  $s_relationship_warning_blocking_bugs_not_resolved = "Not all the children of this issue are yet resolved or closed.";
1282  $s_relationship_warning_blocking_bugs_not_resolved_2 = "<b>ATTENTION</b>. Not all the children of this issue are yet resolved or closed.<br />Before <b>resolving/closing</b> a parent issue, all the issues related as child with this one should be resolved or closed.";
1283  $s_create_child_bug_button = "Create Clone";
1284  $s_bug_cloned_to = "Issue cloned";
1285  $s_bug_created_from = "Issue generated from";
1286  
1287  # Relationship Graphs
1288  $s_viewing_bug_relationship_graph_title = "Relationship Graph";
1289  $s_viewing_bug_dependency_graph_title = "Dependency Graph";
1290  $s_relation_graph = "Relation Graph";
1291  $s_dependency_graph = "Dependency Graph";
1292  $s_vertical = "Vertical";
1293  $s_horizontal = "Horizontal";
1294  $s_view_issue = "View Issue";
1295  
1296  # Source Control Integration
1297  $s_checkin = 'Checkin';
1298  
1299  # Pemissions report
1300  $s_perm_rpt_capability = 'Capability';
1301  $s_view = 'View';
1302  $s_issues = 'ISSUES';
1303  $s_report_issue = 'Report an issue';
1304  $s_update_issue = 'Update an issue';
1305  $s_monitor_issue = 'Monitor an issue';
1306  $s_handle_issue = 'Handle an issue';
1307  $s_move_issue = 'Move an issue';
1308  $s_delete_issue = 'Delete an issue';
1309  $s_reopen_issue = 'Reopen an issue';
1310  $s_view_private_issues = 'View private issues';
1311  $s_update_readonly_issues = 'Update readonly issues';
1312  $s_update_issue_status = 'Update issue status';
1313  $s_set_view_status = 'Set view status (public vs private)';
1314  $s_update_view_status = 'Update view status (public vs private)';
1315  $s_show_list_of_users_monitoring_issue = 'Show list of users monitoring issue';
1316  $s_notes = 'NOTES';
1317  $s_add_notes = 'Add notes';
1318  $s_update_notes = 'Update notes';
1319  $s_delete_note = 'Delete note';
1320  $s_view_private_notes = 'View private notes';
1321  $s_news = 'NEWS';
1322  $s_view_private_news = 'View private news';
1323  $s_manage_news = 'Manage news';
1324  $s_view_list_of_attachments = 'View list of attachments';
1325  $s_download_attachments = 'Download attachments';
1326  $s_delete_attachments = 'Delete attachments';
1327  $s_delete_attachment_button = "Delete";
1328  $s_delete_attachment_sure_msg = "Are you sure you wish to delete this attachment?";
1329  $s_upload_issue_attachments = 'Upload issue attachments';
1330  $s_filters = 'filters';
1331  $s_save_filters = 'Save filters';
1332  $s_save_filters_as_shared = 'Save filters as shared';
1333  $s_use_saved_filters = 'Use saved filters';
1334  $s_create_project = 'Create project';
1335  $s_delete_project = 'Delete project';
1336  $s_manage_project = 'Manage project';
1337  $s_manage_user_access_to_project = 'Manage user access to a project';
1338  $s_automatically_included_in_private_projects = 'Automatically included in private projects';
1339  $s_project_documents = 'PROJECT DOCUMENTS';
1340  $s_view_project_documents = 'View project documents';
1341  $s_upload_project_documents = 'Upload project documents';
1342  $s_link_custom_fields_to_projects = 'Link custom fields to projects';
1343  $s_sponsorships = 'SPONSORSHIPS';
1344  $s_view_sponsorship_details = 'View sponsorship details';
1345  $s_view_sponsorship_total = 'View sponsorship total';
1346  $s_sponsor_issue = 'Sponsor issue';
1347  $s_assign_sponsored_issue = 'Assign sponsored issue';
1348  $s_handle_sponsored_issue = 'Handle sponsored issue';
1349  $s_others = 'OTHERS';
1350  $s_see_email_addresses_of_other_users = 'See email addresses of other users';
1351  $s_send_reminders = 'Send reminders';
1352  $s_add_profiles = 'Add profiles';
1353  $s_notify_of_new_user_created = 'Notify of new user created';
1354  $s_email_notification = 'EMAIL NOTIFICATION';
1355  $s_status_changed_to = 'Status changes to';
1356  $s_email_on_deleted = 'Email on Deleted';
1357  $s_email_on_sponsorship_changed = 'Email on Sponsorship changed';
1358  $s_email_on_relationship_changed = 'Email on Relationship changed';
1359  
1360  # DHTML filters
1361  $s_loading = 'Loading...';
1362  
1363  # filter_api.php
1364  $s_between = 'Between' ;
1365  $s_on_or_before = 'On Or Before' ;
1366  $s_before = 'Before' ;
1367  $s_after = 'After' ;
1368  $s_on_or_after = 'On Or After' ;
1369  
1370  # wiki related strings
1371  $s_wiki = 'Wiki';
1372  
1373  # Tagging
1374  $s_tags = 'Tags';
1375  $s_tag_details = 'Tag Details: %s';
1376  $s_tag_id = 'Tag ID';
1377  $s_tag_name = 'Name';
1378  $s_tag_creator = 'Creator';
1379  $s_tag_created = 'Date Created';
1380  $s_tag_updated = 'Last Updated';
1381  $s_tag_description = 'Tag Description';
1382  $s_tag_statistics = 'Usage Statistics';
1383  $s_tag_update = 'Update Tag: %s';
1384  $s_tag_update_return = 'Back to Tag';
1385  $s_tag_update_button = 'Update Tag';
1386  $s_tag_delete_button = 'Delete Tag';
1387  $s_tag_delete_message = 'Are you sure you wish to delete this tag?';
1388  $s_tag_existing = 'Existing tags';
1389  $s_tag_none_attached = 'No tags attached.';
1390  $s_tag_attach = 'Attach';
1391  $s_tag_attach_long = 'Attach Tags';
1392  $s_tag_attach_failed = 'Tag attachment failed.';
1393  $s_tag_detach = 'Detach \'%s\'';
1394  $s_tag_separate_by = "(Separate by '%s')";
1395  $s_tag_invalid_name = 'Invalid tag name.';
1396  $s_tag_create_denied = 'Create permission denied.';
1397  $s_tag_filter_default = 'Attached Issues (%s)';
1398  $s_tag_history_attached = 'Tag Attached';
1399  $s_tag_history_detached = 'Tag Detached';
1400  $s_tag_history_renamed = 'Tag Renamed';
1401  $s_tag_related = 'Related Tags';
1402  $s_tag_related_issues = 'Shared Issues (%s)';
1403  $s_tag_stats_attached = 'Issues attached: %s';
1404  
1405  # Time Tracking
1406  $s_time_tracking_billing_link = 'Billing';
1407  $s_time_tracking = 'Time tracking';
1408  $s_time_tracking_get_info_button = 'Get Time Tracking Information';
1409  $s_time_tracking_cost_per_hour = 'Cost / Hour';
1410  $s_time_tracking_cost = 'Cost';
1411  $s_total_time_for_issue = 'Total time for issue = %s';
1412  $s_from_date = 'From';
1413  $s_to_date = 'To';
1414  
1415  $s_access_denied = $MANTIS_ERROR[ERROR_ACCESS_DENIED];
1416  
1417  # Twitter Integration
1418  $s_twitter_resolved = "%d: [%s] %s (resolved by %s in %s)";
1419  $s_twitter_resolved_no_version = "%d: [%s] %s (resolved by %s)";
1420  
1421  # Project Page
1422  $s_development_team = 'Development Team';
1423  
1424  # bug_graph pages
1425  $s_all_dates = 'All Dates';
1426  $s_period_none = 'None';
1427  $s_period_this_week = 'This Week';
1428  $s_period_last_week = 'Last Week';
1429  $s_period_two_weeks = 'Last Two Weeks';
1430  $s_period_this_month = 'This Month';
1431  $s_period_last_month = 'Last Month';
1432  $s_period_this_quarter = 'This Quarter';
1433  $s_period_last_quarter = 'Last Quarter';
1434  $s_period_year_to_date = 'Year to Date';
1435  $s_period_select = "Arbitrary Dates";
1436  $s_period_last_year = 'Last Year';
1437  $s_select = 'Please Select';
1438  $s_select_bystatus = 'by Status';
1439  $s_select_summbystatus = 'Summary by Status';
1440  $s_select_bycat = "Summary by Category";
1441  $s_select_both = "Summary by Status and Category";
1442  $s_show_as_graph = 'Show as Graph';
1443  $s_show_as_table = 'Show as Table';
1444  $s_show_graph = 'Show Graph';
1445  $s_graph_page = 'Graph Bug History';
1446  $s_graph_bug_page_link = 'Graph';
1447  
1448  ?>


Généré le : Thu Nov 29 09:42:17 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics