Skip to content

Commit

Permalink
Sync language files in preparation for 0.19.0a1
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2649 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jul 7, 2004
1 parent b88c721 commit d63d576
Show file tree
Hide file tree
Showing 29 changed files with 2,717 additions and 486 deletions.
132 changes: 107 additions & 25 deletions lang/strings_chinese_simplified.txt

Large diffs are not rendered by default.

122 changes: 102 additions & 20 deletions lang/strings_chinese_traditional.txt
Expand Up @@ -7,11 +7,11 @@

# Chinese_Traditional: Pao-Hsi Huang, doggy8088@mail2000.com.tw
# -------------------------------------------------
# $Revision: 1.55 $
# $Author: jlatour $
# $Date: 2004-03-14 20:10:40 $
# $Revision: 1.56 $
# $Author: vboctor $
# $Date: 2004-07-07 12:48:57 $
#
# $Id: strings_chinese_traditional.txt,v 1.55 2004-03-14 20:10:40 jlatour Exp $
# $Id: strings_chinese_traditional.txt,v 1.56 2004-07-07 12:48:57 vboctor Exp $
###########################################################################
?>
<?php
Expand All @@ -20,12 +20,15 @@ $s_charset = 'big5';

# Group commands menuitems
$s_actiongroup_menu_move = 'Move';
$s_actiongroup_menu_copy = 'Copy';
$s_actiongroup_menu_assign = 'Assign';
$s_actiongroup_menu_close = 'Close';
$s_actiongroup_menu_delete = 'Delete';
$s_actiongroup_menu_resolve = 'Resolve';
$s_actiongroup_menu_update_priority = 'Update Priority';
$s_actiongroup_menu_update_status = 'Update Status';
$s_actiongroup_menu_update_view_status = 'Update View Status';
$s_actiongroup_bugs = 'Selected Issues';

# new strings:
$s_all_projects = 'All Projects';
Expand Down Expand Up @@ -96,17 +99,21 @@ $s_bug_actiongroup_failed = 'You did not have appropriate permissions to perform
$s_close_bugs_conf_msg = 'Are you sure you wish to close these bugs ?';
$s_delete_bugs_conf_msg = 'Are you sure you wish to delete these bugs ?';
$s_move_bugs_conf_msg = 'Move bugs to';
$s_copy_bugs_conf_msg = 'Copy issues to';
$s_assign_bugs_conf_msg = 'Assign bugs to';
$s_resolve_bugs_conf_msg = 'Choose bugs resolution';
$s_priority_bugs_conf_msg = 'Choose bugs priority';
$s_status_bugs_conf_msg = 'Choose bugs status';
$s_view_status_bugs_conf_msg = 'Choose issues view status';
$s_close_group_bugs_button = 'Close Bugs' ;
$s_delete_group_bugs_button = 'Delete Bugs' ;
$s_move_group_bugs_button = 'Move Bugs' ;
$s_copy_group_bugs_button = 'Copy Issues' ;
$s_assign_group_bugs_button = 'Assign Bugs' ;
$s_resolve_group_bugs_button = 'Resolve Bugs' ;
$s_priority_group_bugs_button = 'Update Priority' ;
$s_status_group_bugs_button = 'Update Status' ;
$s_view_status_group_bugs_button = 'Update View Status';

# improved JPgraphs strings
$s_graph_imp_status_title = 'Synthesis graphs by status' ;
Expand Down Expand Up @@ -158,39 +165,38 @@ $MANTIS_ERROR[ERROR_ACCESS_DENIED] = 'ERROR: Access Denied.';
$MANTIS_ERROR[ERROR_UPLOAD_FAILURE] = 'ERROR: File upload failed. Ask your admin to run the admin_check script to debug this problem.';
$MANTIS_ERROR[ERROR_FILE_TOO_BIG] = 'ERROR: File upload failed. This is likely because the filesize was larger than is currently allowed by this PHP installation.';
$MANTIS_ERROR[ERROR_GPC_VAR_NOT_FOUND] = 'ERROR: A required parameter to this page was not found.';
$MANTIS_ERROR[ERROR_USER_NAME_NOT_UNIQUE]= 'ERROR: That username is already being used. Please go back and select another one.';
$MANTIS_ERROR[ERROR_CONFIG_OPT_NOT_FOUND]='ERROR: Configuration option not found.';
$MANTIS_ERROR[ERROR_LANG_STRING_NOT_FOUND]='ERROR: String not found.';
$MANTIS_ERROR[ERROR_USER_NAME_NOT_UNIQUE] = 'That username is already being used. Please go back and select another one.';
$MANTIS_ERROR[ERROR_CONFIG_OPT_NOT_FOUND] = 'Configuration option \'%s\' not found.';
$MANTIS_ERROR[ERROR_LANG_STRING_NOT_FOUND] = 'String \'%s\' not found.';
$MANTIS_ERROR[ERROR_BUGNOTE_NOT_FOUND] = 'ERROR: Bugnote not found.';
$MANTIS_ERROR[ERROR_PROJECT_NOT_FOUND] = 'ERROR: Project not found.';
$MANTIS_ERROR[ERROR_DB_FIELD_NOT_FOUND] = 'ERROR: Database field not found.';
$MANTIS_ERROR[ERROR_FTP_CONNECT_ERROR] = 'ERROR: Unable to connect to FTP server.';
$MANTIS_ERROR[ERROR_PROJECT_NAME_NOT_UNIQUE] = 'ERROR: A project with that name already exists. Please go back and enter a different name.';
$MANTIS_ERROR[ERROR_PROJECT_NAME_INVALID]='ERROR: Invalid project name specified. Project names cannot be blank.';
$MANTIS_ERROR[ERROR_PROJECT_NAME_INVALID] = 'Invalid project name specified. Project names cannot be blank.';
$MANTIS_ERROR[ERROR_USER_NOT_FOUND] = 'ERROR: User not found.';
$MANTIS_ERROR[ERROR_AUTH_INVALID_COOKIE]= 'ERROR: The login information stored by your browser is invalid. Perhaps your account was deleted?';
$MANTIS_ERROR[ERROR_USER_PREFS_NOT_FOUND]='ERROR: Preferences could not be found for this user.';
$MANTIS_ERROR[ERROR_AUTH_INVALID_COOKIE] = 'The login information stored by your browser is invalid. Perhaps your account was deleted?';
$MANTIS_ERROR[ERROR_USER_PREFS_NOT_FOUND] = 'Preferences could not be found for this user.';
$MANTIS_ERROR[ERROR_NEWS_NOT_FOUND] = 'ERROR: News item not found.';
$MANTIS_ERROR[ERROR_USER_CREATE_PASSWORD_MISMATCH]='ERROR: Password does not match verification.';
$MANTIS_ERROR[ERROR_USER_CREATE_PASSWORD_MISMATCH] = 'Password does not match verification.';
$MANTIS_ERROR[ERROR_GPC_ARRAY_EXPECTED] = 'ERROR: An array was expected but a string was received.';
$MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED]='ERROR: A string was expected but an array was received.';
$MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED] = 'A string was expected but an array was received.';
$MANTIS_ERROR[ERROR_BUG_NOT_FOUND] = 'ERROR: Bug not found.';
$MANTIS_ERROR[ERROR_EMAIL_INVALID] = 'ERROR: Invalid email.';
$MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND]= 'ERROR: Profile not found.';
$MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND] = 'Profile not found.';
$MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED] = 'ERROR: File type not allowed for uploads.';
$MANTIS_ERROR[ERROR_FILE_DUPLICATE] = 'ERROR: This is a duplicate file. Please delete the file first.';
$MANTIS_ERROR[ERROR_FILE_INVALID_UPLOAD_PATH] = 'ERROR: Invalid upload path. Directory either does not exist or not writable to webserver';
$MANTIS_ERROR[ERROR_BUG_DUPLICATE_SELF] = 'ERROR: You cannot set a bug as a duplicate of itself.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_NOT_FOUND]= 'ERROR: Custom field not found';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE]= 'ERROR: This is a duplicate name.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_IN_USE]= 'ERROR: At least one project still uses this field.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_NOT_FOUND] = 'Custom field not found';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE] = 'This is a duplicate name.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_IN_USE] = 'At least one project still uses this field.';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_VALUE] = 'ERROR: Invalid value for field';
$MANTIS_ERROR[ERROR_CUSTOM_FIELD_INVALID_DEFINITION] = 'Invalid custom field definition';
$MANTIS_ERROR[ERROR_LDAP_AUTH_FAILED] = 'ERROR: LDAP Authentication Failed';
$MANTIS_ERROR[ERROR_LDAP_SERVER_CONNECT_FAILED]= 'ERROR: LDAP Server Connection Failed';
$MANTIS_ERROR[ERROR_LDAP_SERVER_CONNECT_FAILED] = 'LDAP Server Connection Failed';
$MANTIS_ERROR[ERROR_LDAP_UPDATE_FAILED] = 'ERROR: LDAP Record Update has failed.';
$MANTIS_ERROR[ERROR_LDAP_USER_NOT_FOUND]= 'ERROR: LDAP User Record Not Found.';
$MANTIS_ERROR[ERROR_BUG_RESOLVED_ACTION_DENIED]= 'ERROR: The action cannot be performed because the bug has been resolved';
$MANTIS_ERROR[ERROR_LDAP_USER_NOT_FOUND] = 'LDAP User Record Not Found.';
$MANTIS_ERROR[ERROR_DB_CONNECT_FAILED] = 'ERROR: Database connection failed.';
$MANTIS_ERROR[ERROR_DB_QUERY_FAILED] = 'ERROR: Database query failed.';
$MANTIS_ERROR[ERROR_DB_SELECT_FAILED] = 'ERROR: Database selection failed.';
Expand All @@ -201,6 +207,13 @@ $MANTIS_ERROR[ERROR_VERSION_DUPLICATE] = 'ERROR: This is a duplicate version.';
$MANTIS_ERROR[ERROR_VERSION_NOT_FOUND] = 'ERROR: Version not found.';
$MANTIS_ERROR[ERROR_USER_NAME_INVALID] = 'ERROR: The username is invalid.';
$MANTIS_ERROR[ERROR_USER_DOES_NOT_HAVE_REQ_ACCESS] = 'User does not have required access level';
$MANTIS_ERROR[ERROR_SPONSORSHIP_NOT_ENABLED] = 'Sponsorship support not enabled.';
$MANTIS_ERROR[ERROR_SPONSORSHIP_NOT_FOUND] = 'Sponsorship %d not found.';
$MANTIS_ERROR[ERROR_SPONSORSHIP_AMOUNT_TOO_LOW] = 'Sponsorship (%s) is below minimum amount (%s).';
$MANTIS_ERROR[ERROR_SPONSORSHIP_HANDLER_ACCESS_LEVEL_TOO_LOW] = 'Handler does not have the required access level to handle sponsored issues.';
$MANTIS_ERROR[ERROR_SPONSORSHIP_ASSIGNER_ACCESS_LEVEL_TOO_LOW] = 'Access Denied: Assigning sponsored issues requires higher access level.';
$MANTIS_ERROR[ERROR_CONFIG_OPT_INVALID] = 'Configuration option \'%s\' has invalid value \'%s\'';
$MANTIS_ERROR[ERROR_BUG_READ_ONLY_ACTION_DENIED] = 'The action cannot be performed because issue \'%d\' is read-only';

$s_login_error = 'ERROR: your account may be disabled or the username/password you entered is incorrect.';
$s_login_cookies_disabled = 'ERROR: Your browser either doesn\'t know how to handle cookies, or refuses to handle them.';
Expand Down Expand Up @@ -255,6 +268,9 @@ $s_email_notification_title_for_action_bug_submitted = 'The following bug has be
$s_email_notification_title_for_action_bug_assigned = 'The following bug has been ASSIGNED.';
$s_email_notification_title_for_action_bug_reopened = 'The following bug has been REOPENED.';
$s_email_notification_title_for_action_bug_deleted = 'The following bug has been DELETED.';
$s_email_notification_title_for_action_sponsorship_added = 'The following issue has been SPONSORED.';
$s_email_notification_title_for_action_sponsorship_updated = 'A sponsorship of the following issue was modified.';
$s_email_notification_title_for_action_sponsorship_deleted = 'A sponsorship of the following issue was withdrawn.';

$s_email_notification_title_for_action_bugnote_submitted = 'A BUGNOTE has been added to this bug.';

Expand All @@ -269,6 +285,7 @@ $s_email_priority = '
$s_email_status = '���A';
$s_email_resolution = '�ѪR��';
$s_email_duplicate = '�ƻs';
$s_email_fixed_in_version = 'Fixed in Version';
$s_email_date_submitted = '�^�����';
$s_email_last_modified = '�W����s';
$s_email_summary = '�K�n';
Expand All @@ -287,6 +304,7 @@ $s_manage_profiles_link = '
$s_change_preferences_link = '�ܧ�ߦn�]�w';
$s_edit_account_title = '�s��b��';
$s_username = '�b��';
$s_realname = 'Real Name';
$s_email = 'Email';
$s_password = '�K�X';
$s_confirm_password = '�T�{�K�X';
Expand All @@ -301,6 +319,7 @@ $s_advanced_view = '
$s_advanced_update = 'Advanced Update';
$s_refresh_delay = 'Refresh Delay';
$s_redirect_delay = 'Redirect Delay';
$s_with_minimum_severity = 'With Mimimum Severity of';
$s_email_on_new = 'Email on New';
$s_email_on_assigned = 'Email on Assigned';
$s_email_on_feedback = 'Email on Feedback';
Expand Down Expand Up @@ -352,6 +371,7 @@ $s_profile_updated_msg = '
# account_update.php
$s_account_updated_msg = '�A���b��w�g���\��s...';
$s_email_updated = 'Email address successfully updated';
$s_realname_updated = 'Real name successfully updated';
$s_password_updated = 'Password successfully updated';

# bug_assign.php
Expand Down Expand Up @@ -433,6 +453,7 @@ $s_os_version = '
$s_eta = 'ETA';
$s_product_version = '���~����';
$s_build = '�إ�';
$s_fixed_in_version = 'Fixed in Version';
$s_votes = '�벼';
$s_summary = '�K�n';
$s_description = '����';
Expand Down Expand Up @@ -636,16 +657,26 @@ $s_manage_user_updated_msg = '
$s_main_link = '����';
$s_view_bugs_link = '�˵�����';
$s_report_bug_link = '�^������';
$s_changelog_link = 'Change Log';
$s_summary_link = '�K�n';
$s_account_link = '�ӤH�b��';
$s_users_link = 'Users';
$s_manage_link = '�޲z';
$s_edit_news_link = '�s��s�D';
$s_docs_link = '�ϥλ���';
$s_logout_link = '�n�X';
$s_my_view_link = 'My View';

# meta_inc.php

# my_view_page.php
$s_my_view_title_unassigned = 'Unassigned';
$s_my_view_title_recent_mod = 'Recently Modified';
$s_my_view_title_reported = 'Reported by Me';
$s_my_view_title_assigned = 'Assigned to Me (Unresolved)';
$s_my_view_title_resolved = 'Resolved';
$s_my_view_title_monitored = 'Monitored by Me';

# news_add.php
$s_news_added_msg = '�s�D���ؤw�s�W...';

Expand Down Expand Up @@ -828,6 +859,21 @@ $s_yes = 'Yes';
$s_no = 'No';
$s_open_filters = 'Change Filter';
$s_or_unassigned = 'Or Unassigned';
$s_ok = 'OK';

# stored query strings
$s_use_query = 'Use Filter';
$s_delete_query = 'Delete Filter';
$s_query_deleted = 'Filter Deleted';
$s_save_query = 'Save Current Filter';
$s_reset_query = 'Reset Filter';
$s_query_name = 'Filter Name';
$s_query_exists = 'This particular query appears to already exist.';
$s_query_dupe_name = 'Another query already has this name. Please choose a different name for this query.';
$s_query_blank_name = 'You cannot store a filter without a name. Please give this filter a name before saving it.';
$s_query_store_error = 'There was an error saving this query.';
$s_open_queries = 'Manage Filters';
$s_query_delete_msg = 'Are you sure you wish to delete this query?';

# view_bug_advanced_page.php
$s_view_simple_link = '²���˵�';
Expand All @@ -837,6 +883,7 @@ $s_system_profile = '
$s_update_bug_button = '��s����';
$s_bug_assign_to_button = 'Assign To:';
$s_reopen_bug_button = '���}����';
$s_move_bug_button = 'Move Issue';
$s_attached_files = 'Attached Files';
$s_publish = 'Publish';
$s_cached = 'Cached';
Expand All @@ -852,6 +899,13 @@ $s_no_users_monitoring_bug = 'There are no users monitoring this bug.';
$s_users_monitoring_bug = 'Users monitoring this bug';
$s_monitoring_user_list = 'User List';

# bug_sponsorship_list_view_inc.php
$s_no_users_sponsoring_bug = 'There are no users sponsoring this issue.';
$s_users_sponsoring_bug = 'Users sponsoring this issue';
$s_sponsors_list = 'Sponsors List';
$s_total_sponsorship_amount = 'Total Sponsorship = %s';
$s_sponsor_issue = 'Sponsor Issue';

# custom field strings
$s_add_custom_field_button = 'New Custom Field';
$s_delete_custom_field_button = 'Delete Custom Field';
Expand All @@ -872,6 +926,13 @@ $s_custom_field_access_level_rw = 'Write Access';
$s_custom_field_length_min = 'Min. Length';
$s_custom_field_length_max = 'Max. Length';
$s_custom_field_advanced = 'Advanced';
$s_custom_field_display_resolve = 'Display When Resolving Issues';
$s_custom_field_display_close = 'Display When Closing Issues';
$s_custom_field_require_report = 'Required On Report';
$s_custom_field_require_update = 'Required On Update';
$s_custom_field_require_resolve = 'Required On Resolve';
$s_custom_field_require_close = 'Required On Close';

$s_custom_field_sequence = 'Sequence';
$s_custom_field_type_enum_string = '0:String,1:Numeric,2:Float,3:Enumeration,4:Email';

Expand All @@ -884,10 +945,31 @@ $s_filter_closed = "Closed";
$s_filter_resolved = "Resolved";
$s_hide_closed = "Hide Closed";
$s_hide_resolved = "Hide Resolved";
$s_and_above = 'And Above';
$s_advanced_filters = 'Advanced Filters';
$s_simple_filters = 'Simple Filters';

$s_attachments = "attachment(s)";
$s_attachment_alt = "A";

# PHPMailer
$s_phpmailer_language = 'en';
?>

# Sponsorship Strings
$s_sponsors = '%d sponsor(s)';
$s_sponsorship_added = 'Sponsorship Added';
$s_sponsorship_updated = 'Sponsorship Updated';
$s_sponsorship_deleted = 'Sponsorship Deleted';
$s_sponsorship_more_info = 'More information about sponsorship';

# URL explaining the process of sponsoring an issue. This is defined here rather than
# in the config to allow for a URL per language. This can be set to an empty string if there
# is not need to provide such process information.
$s_sponsorship_process_url = '';

# Changelog
$s_changelog = 'Change Log';

# Http auth
$s_http_auth_realm = "Mantis Login";
?>

0 comments on commit d63d576

Please sign in to comment.