comparison config/locales/en.yml @ 119:8661b858af72

* Update to Redmine trunk rev 4705
author Chris Cannam
date Thu, 13 Jan 2011 14:12:06 +0000
parents 94944d00e43c
children b859cc0c4fa1 0579821a129a
comparison
equal deleted inserted replaced
39:150ceac17a8d 119:8661b858af72
31 datetime: 31 datetime:
32 distance_in_words: 32 distance_in_words:
33 half_a_minute: "half a minute" 33 half_a_minute: "half a minute"
34 less_than_x_seconds: 34 less_than_x_seconds:
35 one: "less than 1 second" 35 one: "less than 1 second"
36 other: "less than {{count}} seconds" 36 other: "less than %{count} seconds"
37 x_seconds: 37 x_seconds:
38 one: "1 second" 38 one: "1 second"
39 other: "{{count}} seconds" 39 other: "%{count} seconds"
40 less_than_x_minutes: 40 less_than_x_minutes:
41 one: "less than a minute" 41 one: "less than a minute"
42 other: "less than {{count}} minutes" 42 other: "less than %{count} minutes"
43 x_minutes: 43 x_minutes:
44 one: "1 minute" 44 one: "1 minute"
45 other: "{{count}} minutes" 45 other: "%{count} minutes"
46 about_x_hours: 46 about_x_hours:
47 one: "about 1 hour" 47 one: "about 1 hour"
48 other: "about {{count}} hours" 48 other: "about %{count} hours"
49 x_days: 49 x_days:
50 one: "1 day" 50 one: "1 day"
51 other: "{{count}} days" 51 other: "%{count} days"
52 about_x_months: 52 about_x_months:
53 one: "about 1 month" 53 one: "about 1 month"
54 other: "about {{count}} months" 54 other: "about %{count} months"
55 x_months: 55 x_months:
56 one: "1 month" 56 one: "1 month"
57 other: "{{count}} months" 57 other: "%{count} months"
58 about_x_years: 58 about_x_years:
59 one: "about 1 year" 59 one: "about 1 year"
60 other: "about {{count}} years" 60 other: "about %{count} years"
61 over_x_years: 61 over_x_years:
62 one: "over 1 year" 62 one: "over 1 year"
63 other: "over {{count}} years" 63 other: "over %{count} years"
64 almost_x_years: 64 almost_x_years:
65 one: "almost 1 year" 65 one: "almost 1 year"
66 other: "almost {{count}} years" 66 other: "almost %{count} years"
67 67
68 number: 68 number:
69 # Default format for numbers 69 # Default format for numbers
70 format: 70 format:
71 separator: "." 71 separator: "."
93 sentence_connector: "and" 93 sentence_connector: "and"
94 skip_last_comma: false 94 skip_last_comma: false
95 95
96 activerecord: 96 activerecord:
97 errors: 97 errors:
98 template:
99 header:
100 one: "1 error prohibited this %{model} from being saved"
101 other: "%{count} errors prohibited this %{model} from being saved"
98 messages: 102 messages:
99 inclusion: "is not included in the list" 103 inclusion: "is not included in the list"
100 exclusion: "is reserved" 104 exclusion: "is reserved"
101 invalid: "is invalid" 105 invalid: "is invalid"
102 confirmation: "doesn't match confirmation" 106 confirmation: "doesn't match confirmation"
103 accepted: "must be accepted" 107 accepted: "must be accepted"
104 empty: "can't be empty" 108 empty: "can't be empty"
105 blank: "can't be blank" 109 blank: "can't be blank"
106 too_long: "is too long (maximum is {{count}} characters)" 110 too_long: "is too long (maximum is %{count} characters)"
107 too_short: "is too short (minimum is {{count}} characters)" 111 too_short: "is too short (minimum is %{count} characters)"
108 wrong_length: "is the wrong length (should be {{count}} characters)" 112 wrong_length: "is the wrong length (should be %{count} characters)"
109 taken: "has already been taken" 113 taken: "has already been taken"
110 not_a_number: "is not a number" 114 not_a_number: "is not a number"
111 not_a_date: "is not a valid date" 115 not_a_date: "is not a valid date"
112 greater_than: "must be greater than {{count}}" 116 greater_than: "must be greater than %{count}"
113 greater_than_or_equal_to: "must be greater than or equal to {{count}}" 117 greater_than_or_equal_to: "must be greater than or equal to %{count}"
114 equal_to: "must be equal to {{count}}" 118 equal_to: "must be equal to %{count}"
115 less_than: "must be less than {{count}}" 119 less_than: "must be less than %{count}"
116 less_than_or_equal_to: "must be less than or equal to {{count}}" 120 less_than_or_equal_to: "must be less than or equal to %{count}"
117 odd: "must be odd" 121 odd: "must be odd"
118 even: "must be even" 122 even: "must be even"
119 greater_than_start_date: "must be greater than start date" 123 greater_than_start_date: "must be greater than start date"
120 not_same_project: "doesn't belong to the same project" 124 not_same_project: "doesn't belong to the same project"
121 circular_dependency: "This relation would create a circular dependency" 125 circular_dependency: "This relation would create a circular dependency"
149 notice_successful_connection: Successful connection. 153 notice_successful_connection: Successful connection.
150 notice_file_not_found: The page you were trying to access doesn't exist or has been removed. 154 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
151 notice_locking_conflict: Data has been updated by another user. 155 notice_locking_conflict: Data has been updated by another user.
152 notice_not_authorized: You are not authorized to access this page. 156 notice_not_authorized: You are not authorized to access this page.
153 notice_not_authorized_archived_project: The project you're trying to access has been archived. 157 notice_not_authorized_archived_project: The project you're trying to access has been archived.
154 notice_email_sent: "An email was sent to {{value}}" 158 notice_email_sent: "An email was sent to %{value}"
155 notice_email_error: "An error occurred while sending mail ({{value}})" 159 notice_email_error: "An error occurred while sending mail (%{value})"
156 notice_feeds_access_key_reseted: Your RSS access key was reset. 160 notice_feeds_access_key_reseted: Your RSS access key was reset.
157 notice_api_access_key_reseted: Your API access key was reset. 161 notice_api_access_key_reseted: Your API access key was reset.
158 notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}." 162 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
159 notice_failed_to_save_members: "Failed to save member(s): {{errors}}." 163 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
160 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." 164 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
161 notice_account_pending: "Your account was created and is now pending administrator approval." 165 notice_account_pending: "Your account was created and is now pending administrator approval."
162 notice_default_data_loaded: Default configuration successfully loaded. 166 notice_default_data_loaded: Default configuration successfully loaded.
163 notice_unable_delete_version: Unable to delete version. 167 notice_unable_delete_version: Unable to delete version.
164 notice_unable_delete_time_entry: Unable to delete time log entry. 168 notice_unable_delete_time_entry: Unable to delete time log entry.
165 notice_issue_done_ratios_updated: Issue done ratios updated. 169 notice_issue_done_ratios_updated: Issue done ratios updated.
166 170 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
167 error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}" 171
172 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
168 error_scm_not_found: "The entry or revision was not found in the repository." 173 error_scm_not_found: "The entry or revision was not found in the repository."
169 error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}" 174 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
170 error_scm_annotate: "The entry does not exist or can not be annotated." 175 error_scm_annotate: "The entry does not exist or can not be annotated."
171 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' 176 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
172 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' 177 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
173 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' 178 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
174 error_can_not_delete_custom_field: Unable to delete custom field 179 error_can_not_delete_custom_field: Unable to delete custom field
178 error_can_not_archive_project: This project can not be archived 183 error_can_not_archive_project: This project can not be archived
179 error_issue_done_ratios_not_updated: "Issue done ratios not updated." 184 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
180 error_workflow_copy_source: 'Please select a source tracker or role' 185 error_workflow_copy_source: 'Please select a source tracker or role'
181 error_workflow_copy_target: 'Please select target tracker(s) and role(s)' 186 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
182 error_unable_delete_issue_status: 'Unable to delete issue status' 187 error_unable_delete_issue_status: 'Unable to delete issue status'
183 error_unable_to_connect: "Unable to connect ({{value}})" 188 error_unable_to_connect: "Unable to connect (%{value})"
184 warning_attachments_not_saved: "{{count}} file(s) could not be saved." 189 warning_attachments_not_saved: "%{count} file(s) could not be saved."
185 190
186 mail_subject_lost_password: "Your {{value}} password" 191 mail_subject_lost_password: "Your %{value} password"
187 mail_body_lost_password: 'To change your password, click on the following link:' 192 mail_body_lost_password: 'To change your password, click on the following link:'
188 mail_subject_register: "Your {{value}} account activation" 193 mail_subject_register: "Your %{value} account activation"
189 mail_body_register: 'To activate your account, click on the following link:' 194 mail_body_register: 'To activate your account, click on the following link:'
190 mail_body_account_information_external: "You can use your {{value}} account to log in." 195 mail_body_account_information_external: "You can use your %{value} account to log in."
191 mail_body_account_information: Your account information 196 mail_body_account_information: Your account information
192 mail_subject_account_activation_request: "{{value}} account activation request" 197 mail_subject_account_activation_request: "%{value} account activation request"
193 mail_body_account_activation_request: "A new user ({{value}}) has registered. The account is pending your approval:" 198 mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:"
194 mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days" 199 mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
195 mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:" 200 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
196 mail_subject_wiki_content_added: "'{{id}}' wiki page has been added" 201 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
197 mail_body_wiki_content_added: "The '{{id}}' wiki page has been added by {{author}}." 202 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
198 mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated" 203 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
199 mail_body_wiki_content_updated: "The '{{id}}' wiki page has been updated by {{author}}." 204 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
200 205
201 gui_validation_error: 1 error 206 gui_validation_error: 1 error
202 gui_validation_error_plural: "{{count}} errors" 207 gui_validation_error_plural: "%{count} errors"
203 208
204 field_name: Name 209 field_name: Name
205 field_description: Description 210 field_description: Description
206 field_summary: Summary 211 field_summary: Summary
207 field_is_required: Required 212 field_is_required: Required
352 setting_issue_done_ratio_issue_status: Use the issue status 357 setting_issue_done_ratio_issue_status: Use the issue status
353 setting_start_of_week: Start calendars on 358 setting_start_of_week: Start calendars on
354 setting_rest_api_enabled: Enable REST web service 359 setting_rest_api_enabled: Enable REST web service
355 setting_cache_formatted_text: Cache formatted text 360 setting_cache_formatted_text: Cache formatted text
356 setting_default_notification_option: Default notification option 361 setting_default_notification_option: Default notification option
362 setting_commit_logtime_enabled: Enable time logging
363 setting_commit_logtime_activity_id: Activity for logged time
364 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
357 365
358 permission_add_project: Create project 366 permission_add_project: Create project
359 permission_add_subprojects: Create subprojects 367 permission_add_subprojects: Create subprojects
360 permission_edit_project: Edit project 368 permission_edit_project: Edit project
361 permission_select_project_modules: Select project modules 369 permission_select_project_modules: Select project modules
430 label_project_new: New project 438 label_project_new: New project
431 label_project_plural: Projects 439 label_project_plural: Projects
432 label_x_projects: 440 label_x_projects:
433 zero: no projects 441 zero: no projects
434 one: 1 project 442 one: 1 project
435 other: "{{count}} projects" 443 other: "%{count} projects"
436 label_project_all: All Projects 444 label_project_all: All Projects
437 label_project_latest: Latest projects 445 label_project_latest: Latest projects
438 label_issue: Issue 446 label_issue: Issue
439 label_issue_new: New issue 447 label_issue_new: New issue
440 label_issue_plural: Issues 448 label_issue_plural: Issues
441 label_issue_view_all: View all issues 449 label_issue_view_all: View all issues
442 label_issues_by: "Issues by {{value}}" 450 label_issues_by: "Issues by %{value}"
443 label_issue_added: Issue added 451 label_issue_added: Issue added
444 label_issue_updated: Issue updated 452 label_issue_updated: Issue updated
445 label_document: Document 453 label_document: Document
446 label_document_new: New document 454 label_document_new: New document
447 label_document_plural: Documents 455 label_document_plural: Documents
487 label_assigned_to_me_issues: Issues assigned to me 495 label_assigned_to_me_issues: Issues assigned to me
488 label_last_login: Last connection 496 label_last_login: Last connection
489 label_registered_on: Registered on 497 label_registered_on: Registered on
490 label_activity: Activity 498 label_activity: Activity
491 label_overall_activity: Overall activity 499 label_overall_activity: Overall activity
492 label_user_activity: "{{value}}'s activity" 500 label_user_activity: "%{value}'s activity"
493 label_new: New 501 label_new: New
494 label_logged_as: Logged in as 502 label_logged_as: Logged in as
495 label_environment: Environment 503 label_environment: Environment
496 label_authentication: Authentication 504 label_authentication: Authentication
497 label_auth_source: Authentication mode 505 label_auth_source: Authentication mode
498 label_auth_source_new: New authentication mode 506 label_auth_source_new: New authentication mode
499 label_auth_source_plural: Authentication modes 507 label_auth_source_plural: Authentication modes
500 label_subproject_plural: Subprojects 508 label_subproject_plural: Subprojects
501 label_subproject_new: New subproject 509 label_subproject_new: New subproject
502 label_and_its_subprojects: "{{value}} and its subprojects" 510 label_and_its_subprojects: "%{value} and its subprojects"
503 label_min_max_length: Min - Max length 511 label_min_max_length: Min - Max length
504 label_list: List 512 label_list: List
505 label_date: Date 513 label_date: Date
506 label_integer: Integer 514 label_integer: Integer
507 label_float: Float 515 label_float: Float
508 label_boolean: Boolean 516 label_boolean: Boolean
509 label_string: Text 517 label_string: Text
510 label_text: Long text 518 label_text: Long text
511 label_attribute: Attribute 519 label_attribute: Attribute
512 label_attribute_plural: Attributes 520 label_attribute_plural: Attributes
513 label_download: "{{count}} Download" 521 label_download: "%{count} Download"
514 label_download_plural: "{{count}} Downloads" 522 label_download_plural: "%{count} Downloads"
515 label_no_data: No data to display 523 label_no_data: No data to display
516 label_change_status: Change status 524 label_change_status: Change status
517 label_history: History 525 label_history: History
518 label_attachment: File 526 label_attachment: File
519 label_attachment_new: New file 527 label_attachment_new: New file
541 label_open_issues: open 549 label_open_issues: open
542 label_open_issues_plural: open 550 label_open_issues_plural: open
543 label_closed_issues: closed 551 label_closed_issues: closed
544 label_closed_issues_plural: closed 552 label_closed_issues_plural: closed
545 label_x_open_issues_abbr_on_total: 553 label_x_open_issues_abbr_on_total:
546 zero: 0 open / {{total}} 554 zero: 0 open / %{total}
547 one: 1 open / {{total}} 555 one: 1 open / %{total}
548 other: "{{count}} open / {{total}}" 556 other: "%{count} open / %{total}"
549 label_x_open_issues_abbr: 557 label_x_open_issues_abbr:
550 zero: 0 open 558 zero: 0 open
551 one: 1 open 559 one: 1 open
552 other: "{{count}} open" 560 other: "%{count} open"
553 label_x_closed_issues_abbr: 561 label_x_closed_issues_abbr:
554 zero: 0 closed 562 zero: 0 closed
555 one: 1 closed 563 one: 1 closed
556 other: "{{count}} closed" 564 other: "%{count} closed"
557 label_total: Total 565 label_total: Total
558 label_permissions: Permissions 566 label_permissions: Permissions
559 label_current_status: Current status 567 label_current_status: Current status
560 label_new_statuses_allowed: New statuses allowed 568 label_new_statuses_allowed: New statuses allowed
561 label_all: all 569 label_all: all
569 label_per_page: Per page 577 label_per_page: Per page
570 label_calendar: Calendar 578 label_calendar: Calendar
571 label_months_from: months from 579 label_months_from: months from
572 label_gantt: Gantt 580 label_gantt: Gantt
573 label_internal: Internal 581 label_internal: Internal
574 label_last_changes: "last {{count}} changes" 582 label_last_changes: "last %{count} changes"
575 label_change_view_all: View all changes 583 label_change_view_all: View all changes
576 label_personalize_page: Personalize this page 584 label_personalize_page: Personalize this page
577 label_comment: Comment 585 label_comment: Comment
578 label_comment_plural: Comments 586 label_comment_plural: Comments
579 label_x_comments: 587 label_x_comments:
580 zero: no comments 588 zero: no comments
581 one: 1 comment 589 one: 1 comment
582 other: "{{count}} comments" 590 other: "%{count} comments"
583 label_comment_add: Add a comment 591 label_comment_add: Add a comment
584 label_comment_added: Comment added 592 label_comment_added: Comment added
585 label_comment_delete: Delete comments 593 label_comment_delete: Delete comments
586 label_query: Custom query 594 label_query: Custom query
587 label_query_plural: Custom queries 595 label_query_plural: Custom queries
598 label_today: today 606 label_today: today
599 label_all_time: all time 607 label_all_time: all time
600 label_yesterday: yesterday 608 label_yesterday: yesterday
601 label_this_week: this week 609 label_this_week: this week
602 label_last_week: last week 610 label_last_week: last week
603 label_last_n_days: "last {{count}} days" 611 label_last_n_days: "last %{count} days"
604 label_this_month: this month 612 label_this_month: this month
605 label_last_month: last month 613 label_last_month: last month
606 label_this_year: this year 614 label_this_year: this year
607 label_date_range: Date range 615 label_date_range: Date range
608 label_less_than_ago: less than days ago 616 label_less_than_ago: less than days ago
612 label_not_contains: doesn't contain 620 label_not_contains: doesn't contain
613 label_day_plural: days 621 label_day_plural: days
614 label_repository: Repository 622 label_repository: Repository
615 label_repository_plural: Repositories 623 label_repository_plural: Repositories
616 label_browse: Browse 624 label_browse: Browse
617 label_modification: "{{count}} change" 625 label_modification: "%{count} change"
618 label_modification_plural: "{{count}} changes" 626 label_modification_plural: "%{count} changes"
619 label_branch: Branch 627 label_branch: Branch
620 label_tag: Tag 628 label_tag: Tag
621 label_revision: Revision 629 label_revision: Revision
622 label_revision_plural: Revisions 630 label_revision_plural: Revisions
623 label_revision_id: "Revision {{value}}" 631 label_revision_id: "Revision %{value}"
624 label_associated_revisions: Associated revisions 632 label_associated_revisions: Associated revisions
625 label_added: added 633 label_added: added
626 label_modified: modified 634 label_modified: modified
627 label_copied: copied 635 label_copied: copied
628 label_renamed: renamed 636 label_renamed: renamed
635 label_sort_highest: Move to top 643 label_sort_highest: Move to top
636 label_sort_higher: Move up 644 label_sort_higher: Move up
637 label_sort_lower: Move down 645 label_sort_lower: Move down
638 label_sort_lowest: Move to bottom 646 label_sort_lowest: Move to bottom
639 label_roadmap: Roadmap 647 label_roadmap: Roadmap
640 label_roadmap_due_in: "Due in {{value}}" 648 label_roadmap_due_in: "Due in %{value}"
641 label_roadmap_overdue: "{{value}} late" 649 label_roadmap_overdue: "%{value} late"
642 label_roadmap_no_issues: No issues for this version 650 label_roadmap_no_issues: No issues for this version
643 label_search: Search 651 label_search: Search
644 label_result_plural: Results 652 label_result_plural: Results
645 label_all_words: All words 653 label_all_words: All words
646 label_wiki: Wiki 654 label_wiki: Wiki
655 label_feed_plural: Feeds 663 label_feed_plural: Feeds
656 label_changes_details: Details of all changes 664 label_changes_details: Details of all changes
657 label_issue_tracking: Issue tracking 665 label_issue_tracking: Issue tracking
658 label_spent_time: Spent time 666 label_spent_time: Spent time
659 label_overall_spent_time: Overall spent time 667 label_overall_spent_time: Overall spent time
660 label_f_hour: "{{value}} hour" 668 label_f_hour: "%{value} hour"
661 label_f_hour_plural: "{{value}} hours" 669 label_f_hour_plural: "%{value} hours"
662 label_time_tracking: Time tracking 670 label_time_tracking: Time tracking
663 label_change_plural: Changes 671 label_change_plural: Changes
664 label_statistics: Statistics 672 label_statistics: Statistics
665 label_commits_per_month: Commits per month 673 label_commits_per_month: Commits per month
666 label_commits_per_author: Commits per author 674 label_commits_per_author: Commits per author
707 label_month: Month 715 label_month: Month
708 label_week: Week 716 label_week: Week
709 label_date_from: From 717 label_date_from: From
710 label_date_to: To 718 label_date_to: To
711 label_language_based: Based on user's language 719 label_language_based: Based on user's language
712 label_sort_by: "Sort by {{value}}" 720 label_sort_by: "Sort by %{value}"
713 label_send_test_email: Send a test email 721 label_send_test_email: Send a test email
714 label_feeds_access_key: RSS access key 722 label_feeds_access_key: RSS access key
715 label_missing_feeds_access_key: Missing a RSS access key 723 label_missing_feeds_access_key: Missing a RSS access key
716 label_feeds_access_key_created_on: "RSS access key created {{value}} ago" 724 label_feeds_access_key_created_on: "RSS access key created %{value} ago"
717 label_module_plural: Modules 725 label_module_plural: Modules
718 label_added_time_by: "Added by {{author}} {{age}} ago" 726 label_added_time_by: "Added by %{author} %{age} ago"
719 label_updated_time_by: "Updated by {{author}} {{age}} ago" 727 label_updated_time_by: "Updated by %{author} %{age} ago"
720 label_updated_time: "Updated {{value}} ago" 728 label_updated_time: "Updated %{value} ago"
721 label_jump_to_a_project: Jump to a project... 729 label_jump_to_a_project: Jump to a project...
722 label_file_plural: Files 730 label_file_plural: Files
723 label_changeset_plural: Changesets 731 label_changeset_plural: Changesets
724 label_default_columns: Default columns 732 label_default_columns: Default columns
725 label_no_change_option: (No change) 733 label_no_change_option: (No change)
735 label_user_mail_option_only_owner: "Only for things I am the owner of" 743 label_user_mail_option_only_owner: "Only for things I am the owner of"
736 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" 744 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
737 label_registration_activation_by_email: account activation by email 745 label_registration_activation_by_email: account activation by email
738 label_registration_manual_activation: manual account activation 746 label_registration_manual_activation: manual account activation
739 label_registration_automatic_activation: automatic account activation 747 label_registration_automatic_activation: automatic account activation
740 label_display_per_page: "Per page: {{value}}" 748 label_display_per_page: "Per page: %{value}"
741 label_age: Age 749 label_age: Age
742 label_change_properties: Change properties 750 label_change_properties: Change properties
743 label_general: General 751 label_general: General
744 label_more: More 752 label_more: More
745 label_scm: SCM 753 label_scm: SCM
758 label_example: Example 766 label_example: Example
759 label_display: Display 767 label_display: Display
760 label_sort: Sort 768 label_sort: Sort
761 label_ascending: Ascending 769 label_ascending: Ascending
762 label_descending: Descending 770 label_descending: Descending
763 label_date_from_to: From {{start}} to {{end}} 771 label_date_from_to: From %{start} to %{end}
764 label_wiki_content_added: Wiki page added 772 label_wiki_content_added: Wiki page added
765 label_wiki_content_updated: Wiki page updated 773 label_wiki_content_updated: Wiki page updated
766 label_group: Group 774 label_group: Group
767 label_group_plural: Groups 775 label_group_plural: Groups
768 label_group_new: New group 776 label_group_new: New group
777 label_copy_target: Target 785 label_copy_target: Target
778 label_copy_same_as_target: Same as target 786 label_copy_same_as_target: Same as target
779 label_display_used_statuses_only: Only display statuses that are used by this tracker 787 label_display_used_statuses_only: Only display statuses that are used by this tracker
780 label_api_access_key: API access key 788 label_api_access_key: API access key
781 label_missing_api_access_key: Missing an API access key 789 label_missing_api_access_key: Missing an API access key
782 label_api_access_key_created_on: "API access key created {{value}} ago" 790 label_api_access_key_created_on: "API access key created %{value} ago"
783 label_profile: Profile 791 label_profile: Profile
784 label_subtask_plural: Subtasks 792 label_subtask_plural: Subtasks
785 label_project_copy_notifications: Send email notifications during the project copy 793 label_project_copy_notifications: Send email notifications during the project copy
786 label_principal_search: "Search for user or group:" 794 label_principal_search: "Search for user or group:"
787 label_user_search: "Search for user:" 795 label_user_search: "Search for user:"
794 button_delete: Delete 802 button_delete: Delete
795 button_create: Create 803 button_create: Create
796 button_create_and_continue: Create and continue 804 button_create_and_continue: Create and continue
797 button_test: Test 805 button_test: Test
798 button_edit: Edit 806 button_edit: Edit
799 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" 807 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
800 button_add: Add 808 button_add: Add
801 button_change: Change 809 button_change: Change
802 button_apply: Apply 810 button_apply: Apply
803 button_clear: Clear 811 button_clear: Clear
804 button_lock: Lock 812 button_lock: Lock
843 851
844 text_select_mail_notifications: Select actions for which email notifications should be sent. 852 text_select_mail_notifications: Select actions for which email notifications should be sent.
845 text_regexp_info: eg. ^[A-Z0-9]+$ 853 text_regexp_info: eg. ^[A-Z0-9]+$
846 text_min_max_length_info: 0 means no restriction 854 text_min_max_length_info: 0 means no restriction
847 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ? 855 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ?
848 text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted." 856 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
849 text_workflow_edit: Select a role and a tracker to edit the workflow 857 text_workflow_edit: Select a role and a tracker to edit the workflow
850 text_are_you_sure: Are you sure ? 858 text_are_you_sure: Are you sure ?
851 text_are_you_sure_with_children: "Delete issue and all child issues?" 859 text_are_you_sure_with_children: "Delete issue and all child issues?"
852 text_journal_changed: "{{label}} changed from {{old}} to {{new}}" 860 text_journal_changed: "%{label} changed from %{old} to %{new}"
853 text_journal_set_to: "{{label}} set to {{value}}" 861 text_journal_set_to: "%{label} set to %{value}"
854 text_journal_deleted: "{{label}} deleted ({{old}})" 862 text_journal_deleted: "%{label} deleted (%{old})"
855 text_journal_added: "{{label}} {{value}} added" 863 text_journal_added: "%{label} %{value} added"
856 text_tip_issue_begin_day: issue beginning this day 864 text_tip_issue_begin_day: issue beginning this day
857 text_tip_issue_end_day: issue ending this day 865 text_tip_issue_end_day: issue ending this day
858 text_tip_issue_begin_end_day: issue beginning and ending this day 866 text_tip_issue_begin_end_day: issue beginning and ending this day
859 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.' 867 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.'
860 text_caracters_maximum: "{{count}} characters maximum." 868 text_caracters_maximum: "%{count} characters maximum."
861 text_caracters_minimum: "Must be at least {{count}} characters long." 869 text_caracters_minimum: "Must be at least %{count} characters long."
862 text_length_between: "Length between {{min}} and {{max}} characters." 870 text_length_between: "Length between %{min} and %{max} characters."
863 text_tracker_no_workflow: No workflow defined for this tracker 871 text_tracker_no_workflow: No workflow defined for this tracker
864 text_unallowed_characters: Unallowed characters 872 text_unallowed_characters: Unallowed characters
865 text_comma_separated: Multiple values allowed (comma separated). 873 text_comma_separated: Multiple values allowed (comma separated).
866 text_line_separated: Multiple values allowed (one line for each value). 874 text_line_separated: Multiple values allowed (one line for each value).
867 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages 875 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
868 text_issue_added: "Issue {{id}} has been reported by {{author}}." 876 text_issue_added: "Issue %{id} has been reported by %{author}."
869 text_issue_updated: "Issue {{id}} has been updated by {{author}}." 877 text_issue_updated: "Issue %{id} has been updated by %{author}."
870 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? 878 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
871 text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do ?" 879 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do ?"
872 text_issue_category_destroy_assignments: Remove category assignments 880 text_issue_category_destroy_assignments: Remove category assignments
873 text_issue_category_reassign_to: Reassign issues to this category 881 text_issue_category_reassign_to: Reassign issues to this category
874 text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." 882 text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)."
875 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." 883 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
876 text_load_default_configuration: Load the default configuration 884 text_load_default_configuration: Load the default configuration
877 text_status_changed_by_changeset: "Applied in changeset {{value}}." 885 text_status_changed_by_changeset: "Applied in changeset %{value}."
886 text_time_logged_by_changeset: "Applied in changeset %{value}."
878 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' 887 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
879 text_select_project_modules: 'Select modules to enable for this project:' 888 text_select_project_modules: 'Select modules to enable for this project:'
880 text_default_administrator_account_changed: Default administrator account changed 889 text_default_administrator_account_changed: Default administrator account changed
881 text_file_repository_writable: Attachments directory writable 890 text_file_repository_writable: Attachments directory writable
882 text_plugin_assets_writable: Plugin assets directory writable 891 text_plugin_assets_writable: Plugin assets directory writable
883 text_rmagick_available: RMagick available (optional) 892 text_rmagick_available: RMagick available (optional)
884 text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?" 893 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?"
885 text_destroy_time_entries: Delete reported hours 894 text_destroy_time_entries: Delete reported hours
886 text_assign_time_entries_to_project: Assign reported hours to the project 895 text_assign_time_entries_to_project: Assign reported hours to the project
887 text_reassign_time_entries: 'Reassign reported hours to this issue:' 896 text_reassign_time_entries: 'Reassign reported hours to this issue:'
888 text_user_wrote: "{{value}} wrote:" 897 text_user_wrote: "%{value} wrote:"
889 text_enumeration_destroy_question: "{{count}} objects are assigned to this value." 898 text_enumeration_destroy_question: "%{count} objects are assigned to this value."
890 text_enumeration_category_reassign_to: 'Reassign them to this value:' 899 text_enumeration_category_reassign_to: 'Reassign them to this value:'
891 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." 900 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
892 text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." 901 text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
893 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' 902 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
894 text_custom_field_possible_values_info: 'One line for each value' 903 text_custom_field_possible_values_info: 'One line for each value'
895 text_wiki_page_destroy_question: "This page has {{descendants}} child page(s) and descendant(s). What do you want to do?" 904 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
896 text_wiki_page_nullify_children: "Keep child pages as root pages" 905 text_wiki_page_nullify_children: "Keep child pages as root pages"
897 text_wiki_page_destroy_children: "Delete child pages and all their descendants" 906 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
898 text_wiki_page_reassign_children: "Reassign child pages to this parent page" 907 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
899 text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?" 908 text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?"
900 text_zoom_in: Zoom in 909 text_zoom_in: Zoom in