comparison config/locales/en.yml @ 1464:261b3d9a4903 redmine-2.4

Update to Redmine 2.4 branch rev 12663
author Chris Cannam
date Tue, 14 Jan 2014 14:37:42 +0000
parents 433d4f72a19b
children 51364c0cd58f dffacf8a6908
comparison
equal deleted inserted replaced
1296:038ba2d95de8 1464:261b3d9a4903
127 even: "must be even" 127 even: "must be even"
128 greater_than_start_date: "must be greater than start date" 128 greater_than_start_date: "must be greater than start date"
129 not_same_project: "doesn't belong to the same project" 129 not_same_project: "doesn't belong to the same project"
130 circular_dependency: "This relation would create a circular dependency" 130 circular_dependency: "This relation would create a circular dependency"
131 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" 131 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
132 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
132 133
133 actionview_instancetag_blank_option: Please select 134 actionview_instancetag_blank_option: Please select
134 135
135 general_text_No: 'No' 136 general_text_No: 'No'
136 general_text_Yes: 'Yes' 137 general_text_Yes: 'Yes'
145 146
146 notice_account_updated: Account was successfully updated. 147 notice_account_updated: Account was successfully updated.
147 notice_account_invalid_creditentials: Invalid user or password 148 notice_account_invalid_creditentials: Invalid user or password
148 notice_account_password_updated: Password was successfully updated. 149 notice_account_password_updated: Password was successfully updated.
149 notice_account_wrong_password: Wrong password 150 notice_account_wrong_password: Wrong password
150 notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you. 151 notice_account_register_done: Account was successfully created. An email containing the instructions to activate your account was sent to %{email}.
151 notice_account_unknown_email: Unknown user. 152 notice_account_unknown_email: Unknown user.
153 notice_account_not_activated_yet: You haven't activated your account yet. If you want to receive a new activation email, please <a href="%{url}">click this link</a>.
154 notice_account_locked: Your account is locked.
152 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. 155 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
153 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. 156 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
154 notice_account_activated: Your account has been activated. You can now log in. 157 notice_account_activated: Your account has been activated. You can now log in.
155 notice_successful_create: Successful creation. 158 notice_successful_create: Successful creation.
156 notice_successful_update: Successful update. 159 notice_successful_update: Successful update.
160 notice_locking_conflict: Data has been updated by another user. 163 notice_locking_conflict: Data has been updated by another user.
161 notice_not_authorized: You are not authorized to access this page. 164 notice_not_authorized: You are not authorized to access this page.
162 notice_not_authorized_archived_project: The project you're trying to access has been archived. 165 notice_not_authorized_archived_project: The project you're trying to access has been archived.
163 notice_email_sent: "An email was sent to %{value}" 166 notice_email_sent: "An email was sent to %{value}"
164 notice_email_error: "An error occurred while sending mail (%{value})" 167 notice_email_error: "An error occurred while sending mail (%{value})"
165 notice_feeds_access_key_reseted: Your RSS access key was reset. 168 notice_feeds_access_key_reseted: Your Atom access key was reset.
166 notice_api_access_key_reseted: Your API access key was reset. 169 notice_api_access_key_reseted: Your API access key was reset.
167 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." 170 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
168 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." 171 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
169 notice_failed_to_save_members: "Failed to save member(s): %{errors}." 172 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
170 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." 173 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
176 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" 179 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
177 notice_issue_successful_create: "Issue %{id} created." 180 notice_issue_successful_create: "Issue %{id} created."
178 notice_issue_update_conflict: "The issue has been updated by an other user while you were editing it." 181 notice_issue_update_conflict: "The issue has been updated by an other user while you were editing it."
179 notice_account_deleted: "Your account has been permanently deleted." 182 notice_account_deleted: "Your account has been permanently deleted."
180 notice_user_successful_create: "User %{id} created." 183 notice_user_successful_create: "User %{id} created."
184 notice_new_password_must_be_different: The new password must be different from the current password
181 185
182 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" 186 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
183 error_scm_not_found: "The entry or revision was not found in the repository." 187 error_scm_not_found: "The entry or revision was not found in the repository."
184 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" 188 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
185 error_scm_annotate: "The entry does not exist or cannot be annotated." 189 error_scm_annotate: "The entry does not exist or cannot be annotated."
214 mail_subject_wiki_content_added: "'%{id}' wiki page has been added" 218 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
215 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." 219 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
216 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" 220 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
217 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." 221 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
218 222
219 gui_validation_error: 1 error
220 gui_validation_error_plural: "%{count} errors"
221
222 field_name: Name 223 field_name: Name
223 field_description: Description 224 field_description: Description
224 field_summary: Summary 225 field_summary: Summary
225 field_is_required: Required 226 field_is_required: Required
226 field_firstname: First name 227 field_firstname: First name
230 field_filesize: Size 231 field_filesize: Size
231 field_downloads: Downloads 232 field_downloads: Downloads
232 field_author: Author 233 field_author: Author
233 field_created_on: Created 234 field_created_on: Created
234 field_updated_on: Updated 235 field_updated_on: Updated
236 field_closed_on: Closed
235 field_field_format: Format 237 field_field_format: Format
236 field_is_for_all: For all projects 238 field_is_for_all: For all projects
237 field_possible_values: Possible values 239 field_possible_values: Possible values
238 field_regexp: Regular expression 240 field_regexp: Regular expression
239 field_min_length: Minimum length 241 field_min_length: Minimum length
330 field_auth_source_ldap_filter: LDAP filter 332 field_auth_source_ldap_filter: LDAP filter
331 field_core_fields: Standard fields 333 field_core_fields: Standard fields
332 field_timeout: "Timeout (in seconds)" 334 field_timeout: "Timeout (in seconds)"
333 field_board_parent: Parent forum 335 field_board_parent: Parent forum
334 field_private_notes: Private notes 336 field_private_notes: Private notes
337 field_inherit_members: Inherit members
338 field_generate_password: Generate password
339 field_must_change_passwd: Must change password at next logon
335 340
336 setting_app_title: Application title 341 setting_app_title: Application title
337 setting_app_subtitle: Application subtitle 342 setting_app_subtitle: Application subtitle
338 setting_welcome_text: Welcome text 343 setting_welcome_text: Welcome text
339 setting_default_language: Default language 344 setting_default_language: Default language
358 setting_time_format: Time format 363 setting_time_format: Time format
359 setting_cross_project_issue_relations: Allow cross-project issue relations 364 setting_cross_project_issue_relations: Allow cross-project issue relations
360 setting_cross_project_subtasks: Allow cross-project subtasks 365 setting_cross_project_subtasks: Allow cross-project subtasks
361 setting_issue_list_default_columns: Default columns displayed on the issue list 366 setting_issue_list_default_columns: Default columns displayed on the issue list
362 setting_repositories_encodings: Attachments and repositories encodings 367 setting_repositories_encodings: Attachments and repositories encodings
363 setting_emails_header: Emails header 368 setting_emails_header: Email header
364 setting_emails_footer: Emails footer 369 setting_emails_footer: Email footer
365 setting_protocol: Protocol 370 setting_protocol: Protocol
366 setting_per_page_options: Objects per page options 371 setting_per_page_options: Objects per page options
367 setting_user_format: Users display format 372 setting_user_format: Users display format
368 setting_activity_days_default: Days displayed on project activity 373 setting_activity_days_default: Days displayed on project activity
369 setting_display_subprojects_issues: Display subprojects issues on main projects by default 374 setting_display_subprojects_issues: Display subprojects issues on main projects by default
398 setting_session_lifetime: Session maximum lifetime 403 setting_session_lifetime: Session maximum lifetime
399 setting_session_timeout: Session inactivity timeout 404 setting_session_timeout: Session inactivity timeout
400 setting_thumbnails_enabled: Display attachment thumbnails 405 setting_thumbnails_enabled: Display attachment thumbnails
401 setting_thumbnails_size: Thumbnails size (in pixels) 406 setting_thumbnails_size: Thumbnails size (in pixels)
402 setting_non_working_week_days: Non-working days 407 setting_non_working_week_days: Non-working days
408 setting_jsonp_enabled: Enable JSONP support
409 setting_default_projects_tracker_ids: Default trackers for new projects
410 setting_mail_handler_excluded_filenames: Exclude attachments by name
403 411
404 permission_add_project: Create project 412 permission_add_project: Create project
405 permission_add_subprojects: Create subprojects 413 permission_add_subprojects: Create subprojects
406 permission_edit_project: Edit project 414 permission_edit_project: Edit project
407 permission_close_project: Close / reopen the project 415 permission_close_project: Close / reopen the project
434 permission_view_time_entries: View spent time 442 permission_view_time_entries: View spent time
435 permission_edit_time_entries: Edit time logs 443 permission_edit_time_entries: Edit time logs
436 permission_edit_own_time_entries: Edit own time logs 444 permission_edit_own_time_entries: Edit own time logs
437 permission_manage_news: Manage news 445 permission_manage_news: Manage news
438 permission_comment_news: Comment news 446 permission_comment_news: Comment news
439 permission_manage_documents: Manage documents
440 permission_view_documents: View documents 447 permission_view_documents: View documents
448 permission_add_documents: Add documents
449 permission_edit_documents: Edit documents
450 permission_delete_documents: Delete documents
441 permission_manage_files: Manage files 451 permission_manage_files: Manage files
442 permission_view_files: View files 452 permission_view_files: View files
443 permission_manage_wiki: Manage wiki 453 permission_manage_wiki: Manage wiki
444 permission_rename_wiki_pages: Rename wiki pages 454 permission_rename_wiki_pages: Rename wiki pages
445 permission_delete_wiki_pages: Delete wiki pages 455 permission_delete_wiki_pages: Delete wiki pages
565 label_boolean: Boolean 575 label_boolean: Boolean
566 label_string: Text 576 label_string: Text
567 label_text: Long text 577 label_text: Long text
568 label_attribute: Attribute 578 label_attribute: Attribute
569 label_attribute_plural: Attributes 579 label_attribute_plural: Attributes
570 label_download: "%{count} Download"
571 label_download_plural: "%{count} Downloads"
572 label_no_data: No data to display 580 label_no_data: No data to display
573 label_change_status: Change status 581 label_change_status: Change status
574 label_history: History 582 label_history: History
575 label_attachment: File 583 label_attachment: File
576 label_attachment_new: New file 584 label_attachment_new: New file
615 label_x_issues: 623 label_x_issues:
616 zero: 0 issues 624 zero: 0 issues
617 one: 1 issue 625 one: 1 issue
618 other: "%{count} issues" 626 other: "%{count} issues"
619 label_total: Total 627 label_total: Total
628 label_total_time: Total time
620 label_permissions: Permissions 629 label_permissions: Permissions
621 label_current_status: Current status 630 label_current_status: Current status
622 label_new_statuses_allowed: New statuses allowed 631 label_new_statuses_allowed: New statuses allowed
623 label_all: all 632 label_all: all
624 label_any: any 633 label_any: any
684 label_day_plural: days 693 label_day_plural: days
685 label_repository: Repository 694 label_repository: Repository
686 label_repository_new: New repository 695 label_repository_new: New repository
687 label_repository_plural: Repositories 696 label_repository_plural: Repositories
688 label_browse: Browse 697 label_browse: Browse
689 label_modification: "%{count} change"
690 label_modification_plural: "%{count} changes"
691 label_branch: Branch 698 label_branch: Branch
692 label_tag: Tag 699 label_tag: Tag
693 label_revision: Revision 700 label_revision: Revision
694 label_revision_plural: Revisions 701 label_revision_plural: Revisions
695 label_revision_id: "Revision %{value}" 702 label_revision_id: "Revision %{value}"
784 label_date_from: From 791 label_date_from: From
785 label_date_to: To 792 label_date_to: To
786 label_language_based: Based on user's language 793 label_language_based: Based on user's language
787 label_sort_by: "Sort by %{value}" 794 label_sort_by: "Sort by %{value}"
788 label_send_test_email: Send a test email 795 label_send_test_email: Send a test email
789 label_feeds_access_key: RSS access key 796 label_feeds_access_key: Atom access key
790 label_missing_feeds_access_key: Missing a RSS access key 797 label_missing_feeds_access_key: Missing a Atom access key
791 label_feeds_access_key_created_on: "RSS access key created %{value} ago" 798 label_feeds_access_key_created_on: "Atom access key created %{value} ago"
792 label_module_plural: Modules 799 label_module_plural: Modules
793 label_added_time_by: "Added by %{author} %{age} ago" 800 label_added_time_by: "Added by %{author} %{age} ago"
794 label_updated_time_by: "Updated by %{author} %{age} ago" 801 label_updated_time_by: "Updated by %{author} %{age} ago"
795 label_updated_time: "Updated %{value} ago" 802 label_updated_time: "Updated %{value} ago"
796 label_jump_to_a_project: Jump to a project... 803 label_jump_to_a_project: Jump to a project...
879 label_show_closed_projects: View closed projects 886 label_show_closed_projects: View closed projects
880 label_status_transitions: Status transitions 887 label_status_transitions: Status transitions
881 label_fields_permissions: Fields permissions 888 label_fields_permissions: Fields permissions
882 label_readonly: Read-only 889 label_readonly: Read-only
883 label_required: Required 890 label_required: Required
891 label_hidden: Hidden
884 label_attribute_of_project: "Project's %{name}" 892 label_attribute_of_project: "Project's %{name}"
893 label_attribute_of_issue: "Issue's %{name}"
885 label_attribute_of_author: "Author's %{name}" 894 label_attribute_of_author: "Author's %{name}"
886 label_attribute_of_assigned_to: "Assignee's %{name}" 895 label_attribute_of_assigned_to: "Assignee's %{name}"
896 label_attribute_of_user: "User's %{name}"
887 label_attribute_of_fixed_version: "Target version's %{name}" 897 label_attribute_of_fixed_version: "Target version's %{name}"
888 label_cross_project_descendants: With subprojects 898 label_cross_project_descendants: With subprojects
889 label_cross_project_tree: With project tree 899 label_cross_project_tree: With project tree
890 label_cross_project_hierarchy: With project hierarchy 900 label_cross_project_hierarchy: With project hierarchy
891 label_cross_project_system: With all projects 901 label_cross_project_system: With all projects
902 label_gantt_progress_line: Progress line
903 label_visibility_private: to me only
904 label_visibility_roles: to these roles only
905 label_visibility_public: to any users
892 906
893 button_login: Login 907 button_login: Login
894 button_submit: Submit 908 button_submit: Submit
895 button_save: Save 909 button_save: Save
896 button_check_all: Check all 910 button_check_all: Check all
970 text_journal_deleted: "%{label} deleted (%{old})" 984 text_journal_deleted: "%{label} deleted (%{old})"
971 text_journal_added: "%{label} %{value} added" 985 text_journal_added: "%{label} %{value} added"
972 text_tip_issue_begin_day: issue beginning this day 986 text_tip_issue_begin_day: issue beginning this day
973 text_tip_issue_end_day: issue ending this day 987 text_tip_issue_end_day: issue ending this day
974 text_tip_issue_begin_end_day: issue beginning and ending this day 988 text_tip_issue_begin_end_day: issue beginning and ending this day
975 text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.' 989 text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.'
976 text_caracters_maximum: "%{count} characters maximum." 990 text_caracters_maximum: "%{count} characters maximum."
977 text_caracters_minimum: "Must be at least %{count} characters long." 991 text_caracters_minimum: "Must be at least %{count} characters long."
978 text_length_between: "Length between %{min} and %{max} characters." 992 text_length_between: "Length between %{min} and %{max} characters."
979 text_tracker_no_workflow: No workflow defined for this tracker 993 text_tracker_no_workflow: No workflow defined for this tracker
980 text_unallowed_characters: Unallowed characters 994 text_unallowed_characters: Unallowed characters
998 text_select_project_modules: 'Select modules to enable for this project:' 1012 text_select_project_modules: 'Select modules to enable for this project:'
999 text_default_administrator_account_changed: Default administrator account changed 1013 text_default_administrator_account_changed: Default administrator account changed
1000 text_file_repository_writable: Attachments directory writable 1014 text_file_repository_writable: Attachments directory writable
1001 text_plugin_assets_writable: Plugin assets directory writable 1015 text_plugin_assets_writable: Plugin assets directory writable
1002 text_rmagick_available: RMagick available (optional) 1016 text_rmagick_available: RMagick available (optional)
1017 text_convert_available: ImageMagick convert available (optional)
1003 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?" 1018 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?"
1004 text_destroy_time_entries: Delete reported hours 1019 text_destroy_time_entries: Delete reported hours
1005 text_assign_time_entries_to_project: Assign reported hours to the project 1020 text_assign_time_entries_to_project: Assign reported hours to the project
1006 text_reassign_time_entries: 'Reassign reported hours to this issue:' 1021 text_reassign_time_entries: 'Reassign reported hours to this issue:'
1007 text_user_wrote: "%{value} wrote:" 1022 text_user_wrote: "%{value} wrote:"
1022 text_scm_path_encoding_note: "Default: UTF-8" 1037 text_scm_path_encoding_note: "Default: UTF-8"
1023 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) 1038 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
1024 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) 1039 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1025 text_scm_command: Command 1040 text_scm_command: Command
1026 text_scm_command_version: Version 1041 text_scm_command_version: Version
1027 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. 1042 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
1028 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. 1043 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
1029 text_issue_conflict_resolution_overwrite: "Apply my changes anyway (previous notes will be kept but some changes may be overwritten)" 1044 text_issue_conflict_resolution_overwrite: "Apply my changes anyway (previous notes will be kept but some changes may be overwritten)"
1030 text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes" 1045 text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes"
1031 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}" 1046 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}"
1032 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it." 1047 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it."
1033 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." 1048 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1034 text_project_closed: This project is closed and read-only. 1049 text_project_closed: This project is closed and read-only.
1050 text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item."
1035 1051
1036 default_role_manager: Manager 1052 default_role_manager: Manager
1037 default_role_developer: Developer 1053 default_role_developer: Developer
1038 default_role_reporter: Reporter 1054 default_role_reporter: Reporter
1039 default_tracker_bug: Bug 1055 default_tracker_bug: Bug