comparison config/locales/en-GB.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
30 datetime: 30 datetime:
31 distance_in_words: 31 distance_in_words:
32 half_a_minute: "half a minute" 32 half_a_minute: "half a minute"
33 less_than_x_seconds: 33 less_than_x_seconds:
34 one: "less than 1 second" 34 one: "less than 1 second"
35 other: "less than {{count}} seconds" 35 other: "less than %{count} seconds"
36 x_seconds: 36 x_seconds:
37 one: "1 second" 37 one: "1 second"
38 other: "{{count}} seconds" 38 other: "%{count} seconds"
39 less_than_x_minutes: 39 less_than_x_minutes:
40 one: "less than a minute" 40 one: "less than a minute"
41 other: "less than {{count}} minutes" 41 other: "less than %{count} minutes"
42 x_minutes: 42 x_minutes:
43 one: "1 minute" 43 one: "1 minute"
44 other: "{{count}} minutes" 44 other: "%{count} minutes"
45 about_x_hours: 45 about_x_hours:
46 one: "about 1 hour" 46 one: "about 1 hour"
47 other: "about {{count}} hours" 47 other: "about %{count} hours"
48 x_days: 48 x_days:
49 one: "1 day" 49 one: "1 day"
50 other: "{{count}} days" 50 other: "%{count} days"
51 about_x_months: 51 about_x_months:
52 one: "about 1 month" 52 one: "about 1 month"
53 other: "about {{count}} months" 53 other: "about %{count} months"
54 x_months: 54 x_months:
55 one: "1 month" 55 one: "1 month"
56 other: "{{count}} months" 56 other: "%{count} months"
57 about_x_years: 57 about_x_years:
58 one: "about 1 year" 58 one: "about 1 year"
59 other: "about {{count}} years" 59 other: "about %{count} years"
60 over_x_years: 60 over_x_years:
61 one: "over 1 year" 61 one: "over 1 year"
62 other: "over {{count}} years" 62 other: "over %{count} years"
63 almost_x_years: 63 almost_x_years:
64 one: "almost 1 year" 64 one: "almost 1 year"
65 other: "almost {{count}} years" 65 other: "almost %{count} years"
66 66
67 number: 67 number:
68 format: 68 format:
69 separator: "." 69 separator: "."
70 delimiter: " " 70 delimiter: " "
96 sentence_connector: "and" 96 sentence_connector: "and"
97 skip_last_comma: false 97 skip_last_comma: false
98 98
99 activerecord: 99 activerecord:
100 errors: 100 errors:
101 template:
102 header:
103 one: "1 error prohibited this %{model} from being saved"
104 other: "%{count} errors prohibited this %{model} from being saved"
101 messages: 105 messages:
102 inclusion: "is not included in the list" 106 inclusion: "is not included in the list"
103 exclusion: "is reserved" 107 exclusion: "is reserved"
104 invalid: "is invalid" 108 invalid: "is invalid"
105 confirmation: "doesn't match confirmation" 109 confirmation: "doesn't match confirmation"
106 accepted: "must be accepted" 110 accepted: "must be accepted"
107 empty: "can't be empty" 111 empty: "can't be empty"
108 blank: "can't be blank" 112 blank: "can't be blank"
109 too_long: "is too long (maximum is {{count}} characters)" 113 too_long: "is too long (maximum is %{count} characters)"
110 too_short: "is too short (minimum is {{count}} characters)" 114 too_short: "is too short (minimum is %{count} characters)"
111 wrong_length: "is the wrong length (should be {{count}} characters)" 115 wrong_length: "is the wrong length (should be %{count} characters)"
112 taken: "has already been taken" 116 taken: "has already been taken"
113 not_a_number: "is not a number" 117 not_a_number: "is not a number"
114 not_a_date: "is not a valid date" 118 not_a_date: "is not a valid date"
115 greater_than: "must be greater than {{count}}" 119 greater_than: "must be greater than %{count}"
116 greater_than_or_equal_to: "must be greater than or equal to {{count}}" 120 greater_than_or_equal_to: "must be greater than or equal to %{count}"
117 equal_to: "must be equal to {{count}}" 121 equal_to: "must be equal to %{count}"
118 less_than: "must be less than {{count}}" 122 less_than: "must be less than %{count}"
119 less_than_or_equal_to: "must be less than or equal to {{count}}" 123 less_than_or_equal_to: "must be less than or equal to %{count}"
120 odd: "must be odd" 124 odd: "must be odd"
121 even: "must be even" 125 even: "must be even"
122 greater_than_start_date: "must be greater than start date" 126 greater_than_start_date: "must be greater than start date"
123 not_same_project: "doesn't belong to the same project" 127 not_same_project: "doesn't belong to the same project"
124 circular_dependency: "This relation would create a circular dependency" 128 circular_dependency: "This relation would create a circular dependency"
151 notice_successful_delete: Successful deletion. 155 notice_successful_delete: Successful deletion.
152 notice_successful_connection: Successful connection. 156 notice_successful_connection: Successful connection.
153 notice_file_not_found: The page you were trying to access doesn't exist or has been removed. 157 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
154 notice_locking_conflict: Data has been updated by another user. 158 notice_locking_conflict: Data has been updated by another user.
155 notice_not_authorized: You are not authorised to access this page. 159 notice_not_authorized: You are not authorised to access this page.
156 notice_email_sent: "An email was sent to {{value}}" 160 notice_email_sent: "An email was sent to %{value}"
157 notice_email_error: "An error occurred while sending mail ({{value}})" 161 notice_email_error: "An error occurred while sending mail (%{value})"
158 notice_feeds_access_key_reseted: Your RSS access key was reset. 162 notice_feeds_access_key_reseted: Your RSS access key was reset.
159 notice_api_access_key_reseted: Your API access key was reset. 163 notice_api_access_key_reseted: Your API access key was reset.
160 notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}." 164 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
161 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." 165 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
162 notice_account_pending: "Your account was created and is now pending administrator approval." 166 notice_account_pending: "Your account was created and is now pending administrator approval."
163 notice_default_data_loaded: Default configuration successfully loaded. 167 notice_default_data_loaded: Default configuration successfully loaded.
164 notice_unable_delete_version: Unable to delete version. 168 notice_unable_delete_version: Unable to delete version.
165 notice_issue_done_ratios_updated: Issue done ratios updated. 169 notice_issue_done_ratios_updated: Issue done ratios updated.
166 170
167 error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}" 171 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." 172 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}}" 173 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." 174 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' 175 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.' 176 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").' 177 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
174 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened' 178 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened'
175 error_can_not_archive_project: This project can not be archived 179 error_can_not_archive_project: This project can not be archived
176 error_issue_done_ratios_not_updated: "Issue done ratios not updated." 180 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
177 error_workflow_copy_source: 'Please select a source tracker or role' 181 error_workflow_copy_source: 'Please select a source tracker or role'
178 error_workflow_copy_target: 'Please select target tracker(s) and role(s)' 182 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
179 183
180 warning_attachments_not_saved: "{{count}} file(s) could not be saved." 184 warning_attachments_not_saved: "%{count} file(s) could not be saved."
181 185
182 mail_subject_lost_password: "Your {{value}} password" 186 mail_subject_lost_password: "Your %{value} password"
183 mail_body_lost_password: 'To change your password, click on the following link:' 187 mail_body_lost_password: 'To change your password, click on the following link:'
184 mail_subject_register: "Your {{value}} account activation" 188 mail_subject_register: "Your %{value} account activation"
185 mail_body_register: 'To activate your account, click on the following link:' 189 mail_body_register: 'To activate your account, click on the following link:'
186 mail_body_account_information_external: "You can use your {{value}} account to log in." 190 mail_body_account_information_external: "You can use your %{value} account to log in."
187 mail_body_account_information: Your account information 191 mail_body_account_information: Your account information
188 mail_subject_account_activation_request: "{{value}} account activation request" 192 mail_subject_account_activation_request: "%{value} account activation request"
189 mail_body_account_activation_request: "A new user ({{value}}) has registered. The account is pending your approval:" 193 mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:"
190 mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days" 194 mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
191 mail_body_reminder: "{{count}} issue(s) that are assigned to you are 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:"
192 mail_subject_wiki_content_added: "'{{id}}' wiki page has been added" 196 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
193 mail_body_wiki_content_added: "The '{{id}}' wiki page has been added by {{author}}." 197 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
194 mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated" 198 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
195 mail_body_wiki_content_updated: "The '{{id}}' wiki page has been updated by {{author}}." 199 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
196 200
197 gui_validation_error: 1 error 201 gui_validation_error: 1 error
198 gui_validation_error_plural: "{{count}} errors" 202 gui_validation_error_plural: "%{count} errors"
199 203
200 field_name: Name 204 field_name: Name
201 field_description: Description 205 field_description: Description
202 field_summary: Summary 206 field_summary: Summary
203 field_is_required: Required 207 field_is_required: Required
414 label_project_new: New project 418 label_project_new: New project
415 label_project_plural: Projects 419 label_project_plural: Projects
416 label_x_projects: 420 label_x_projects:
417 zero: no projects 421 zero: no projects
418 one: 1 project 422 one: 1 project
419 other: "{{count}} projects" 423 other: "%{count} projects"
420 label_project_all: All Projects 424 label_project_all: All Projects
421 label_project_latest: Latest projects 425 label_project_latest: Latest projects
422 label_issue: Issue 426 label_issue: Issue
423 label_issue_new: New issue 427 label_issue_new: New issue
424 label_issue_plural: Issues 428 label_issue_plural: Issues
425 label_issue_view_all: View all issues 429 label_issue_view_all: View all issues
426 label_issues_by: "Issues by {{value}}" 430 label_issues_by: "Issues by %{value}"
427 label_issue_added: Issue added 431 label_issue_added: Issue added
428 label_issue_updated: Issue updated 432 label_issue_updated: Issue updated
429 label_document: Document 433 label_document: Document
430 label_document_new: New document 434 label_document_new: New document
431 label_document_plural: Documents 435 label_document_plural: Documents
470 label_assigned_to_me_issues: Issues assigned to me 474 label_assigned_to_me_issues: Issues assigned to me
471 label_last_login: Last connection 475 label_last_login: Last connection
472 label_registered_on: Registered on 476 label_registered_on: Registered on
473 label_activity: Activity 477 label_activity: Activity
474 label_overall_activity: Overall activity 478 label_overall_activity: Overall activity
475 label_user_activity: "{{value}}'s activity" 479 label_user_activity: "%{value}'s activity"
476 label_new: New 480 label_new: New
477 label_logged_as: Logged in as 481 label_logged_as: Logged in as
478 label_environment: Environment 482 label_environment: Environment
479 label_authentication: Authentication 483 label_authentication: Authentication
480 label_auth_source: Authentication mode 484 label_auth_source: Authentication mode
481 label_auth_source_new: New authentication mode 485 label_auth_source_new: New authentication mode
482 label_auth_source_plural: Authentication modes 486 label_auth_source_plural: Authentication modes
483 label_subproject_plural: Subprojects 487 label_subproject_plural: Subprojects
484 label_subproject_new: New subproject 488 label_subproject_new: New subproject
485 label_and_its_subprojects: "{{value}} and its subprojects" 489 label_and_its_subprojects: "%{value} and its subprojects"
486 label_min_max_length: Min - Max length 490 label_min_max_length: Min - Max length
487 label_list: List 491 label_list: List
488 label_date: Date 492 label_date: Date
489 label_integer: Integer 493 label_integer: Integer
490 label_float: Float 494 label_float: Float
491 label_boolean: Boolean 495 label_boolean: Boolean
492 label_string: Text 496 label_string: Text
493 label_text: Long text 497 label_text: Long text
494 label_attribute: Attribute 498 label_attribute: Attribute
495 label_attribute_plural: Attributes 499 label_attribute_plural: Attributes
496 label_download: "{{count}} Download" 500 label_download: "%{count} Download"
497 label_download_plural: "{{count}} Downloads" 501 label_download_plural: "%{count} Downloads"
498 label_no_data: No data to display 502 label_no_data: No data to display
499 label_change_status: Change status 503 label_change_status: Change status
500 label_history: History 504 label_history: History
501 label_attachment: File 505 label_attachment: File
502 label_attachment_new: New file 506 label_attachment_new: New file
524 label_open_issues: open 528 label_open_issues: open
525 label_open_issues_plural: open 529 label_open_issues_plural: open
526 label_closed_issues: closed 530 label_closed_issues: closed
527 label_closed_issues_plural: closed 531 label_closed_issues_plural: closed
528 label_x_open_issues_abbr_on_total: 532 label_x_open_issues_abbr_on_total:
529 zero: 0 open / {{total}} 533 zero: 0 open / %{total}
530 one: 1 open / {{total}} 534 one: 1 open / %{total}
531 other: "{{count}} open / {{total}}" 535 other: "%{count} open / %{total}"
532 label_x_open_issues_abbr: 536 label_x_open_issues_abbr:
533 zero: 0 open 537 zero: 0 open
534 one: 1 open 538 one: 1 open
535 other: "{{count}} open" 539 other: "%{count} open"
536 label_x_closed_issues_abbr: 540 label_x_closed_issues_abbr:
537 zero: 0 closed 541 zero: 0 closed
538 one: 1 closed 542 one: 1 closed
539 other: "{{count}} closed" 543 other: "%{count} closed"
540 label_total: Total 544 label_total: Total
541 label_permissions: Permissions 545 label_permissions: Permissions
542 label_current_status: Current status 546 label_current_status: Current status
543 label_new_statuses_allowed: New statuses allowed 547 label_new_statuses_allowed: New statuses allowed
544 label_all: all 548 label_all: all
552 label_per_page: Per page 556 label_per_page: Per page
553 label_calendar: Calendar 557 label_calendar: Calendar
554 label_months_from: months from 558 label_months_from: months from
555 label_gantt: Gantt 559 label_gantt: Gantt
556 label_internal: Internal 560 label_internal: Internal
557 label_last_changes: "last {{count}} changes" 561 label_last_changes: "last %{count} changes"
558 label_change_view_all: View all changes 562 label_change_view_all: View all changes
559 label_personalize_page: Personalise this page 563 label_personalize_page: Personalise this page
560 label_comment: Comment 564 label_comment: Comment
561 label_comment_plural: Comments 565 label_comment_plural: Comments
562 label_x_comments: 566 label_x_comments:
563 zero: no comments 567 zero: no comments
564 one: 1 comment 568 one: 1 comment
565 other: "{{count}} comments" 569 other: "%{count} comments"
566 label_comment_add: Add a comment 570 label_comment_add: Add a comment
567 label_comment_added: Comment added 571 label_comment_added: Comment added
568 label_comment_delete: Delete comments 572 label_comment_delete: Delete comments
569 label_query: Custom query 573 label_query: Custom query
570 label_query_plural: Custom queries 574 label_query_plural: Custom queries
581 label_today: today 585 label_today: today
582 label_all_time: all time 586 label_all_time: all time
583 label_yesterday: yesterday 587 label_yesterday: yesterday
584 label_this_week: this week 588 label_this_week: this week
585 label_last_week: last week 589 label_last_week: last week
586 label_last_n_days: "last {{count}} days" 590 label_last_n_days: "last %{count} days"
587 label_this_month: this month 591 label_this_month: this month
588 label_last_month: last month 592 label_last_month: last month
589 label_this_year: this year 593 label_this_year: this year
590 label_date_range: Date range 594 label_date_range: Date range
591 label_less_than_ago: less than days ago 595 label_less_than_ago: less than days ago
595 label_not_contains: doesn't contain 599 label_not_contains: doesn't contain
596 label_day_plural: days 600 label_day_plural: days
597 label_repository: Repository 601 label_repository: Repository
598 label_repository_plural: Repositories 602 label_repository_plural: Repositories
599 label_browse: Browse 603 label_browse: Browse
600 label_modification: "{{count}} change" 604 label_modification: "%{count} change"
601 label_modification_plural: "{{count}} changes" 605 label_modification_plural: "%{count} changes"
602 label_branch: Branch 606 label_branch: Branch
603 label_tag: Tag 607 label_tag: Tag
604 label_revision: Revision 608 label_revision: Revision
605 label_revision_plural: Revisions 609 label_revision_plural: Revisions
606 label_revision_id: "Revision {{value}}" 610 label_revision_id: "Revision %{value}"
607 label_associated_revisions: Associated revisions 611 label_associated_revisions: Associated revisions
608 label_added: added 612 label_added: added
609 label_modified: modified 613 label_modified: modified
610 label_copied: copied 614 label_copied: copied
611 label_renamed: renamed 615 label_renamed: renamed
618 label_sort_highest: Move to top 622 label_sort_highest: Move to top
619 label_sort_higher: Move up 623 label_sort_higher: Move up
620 label_sort_lower: Move down 624 label_sort_lower: Move down
621 label_sort_lowest: Move to bottom 625 label_sort_lowest: Move to bottom
622 label_roadmap: Roadmap 626 label_roadmap: Roadmap
623 label_roadmap_due_in: "Due in {{value}}" 627 label_roadmap_due_in: "Due in %{value}"
624 label_roadmap_overdue: "{{value}} late" 628 label_roadmap_overdue: "%{value} late"
625 label_roadmap_no_issues: No issues for this version 629 label_roadmap_no_issues: No issues for this version
626 label_search: Search 630 label_search: Search
627 label_result_plural: Results 631 label_result_plural: Results
628 label_all_words: All words 632 label_all_words: All words
629 label_wiki: Wiki 633 label_wiki: Wiki
637 label_preview: Preview 641 label_preview: Preview
638 label_feed_plural: Feeds 642 label_feed_plural: Feeds
639 label_changes_details: Details of all changes 643 label_changes_details: Details of all changes
640 label_issue_tracking: Issue tracking 644 label_issue_tracking: Issue tracking
641 label_spent_time: Spent time 645 label_spent_time: Spent time
642 label_f_hour: "{{value}} hour" 646 label_f_hour: "%{value} hour"
643 label_f_hour_plural: "{{value}} hours" 647 label_f_hour_plural: "%{value} hours"
644 label_time_tracking: Time tracking 648 label_time_tracking: Time tracking
645 label_change_plural: Changes 649 label_change_plural: Changes
646 label_statistics: Statistics 650 label_statistics: Statistics
647 label_commits_per_month: Commits per month 651 label_commits_per_month: Commits per month
648 label_commits_per_author: Commits per author 652 label_commits_per_author: Commits per author
689 label_month: Month 693 label_month: Month
690 label_week: Week 694 label_week: Week
691 label_date_from: From 695 label_date_from: From
692 label_date_to: To 696 label_date_to: To
693 label_language_based: Based on user's language 697 label_language_based: Based on user's language
694 label_sort_by: "Sort by {{value}}" 698 label_sort_by: "Sort by %{value}"
695 label_send_test_email: Send a test email 699 label_send_test_email: Send a test email
696 label_feeds_access_key: RSS access key 700 label_feeds_access_key: RSS access key
697 label_missing_feeds_access_key: Missing a RSS access key 701 label_missing_feeds_access_key: Missing a RSS access key
698 label_feeds_access_key_created_on: "RSS access key created {{value}} ago" 702 label_feeds_access_key_created_on: "RSS access key created %{value} ago"
699 label_module_plural: Modules 703 label_module_plural: Modules
700 label_added_time_by: "Added by {{author}} {{age}} ago" 704 label_added_time_by: "Added by %{author} %{age} ago"
701 label_updated_time_by: "Updated by {{author}} {{age}} ago" 705 label_updated_time_by: "Updated by %{author} %{age} ago"
702 label_updated_time: "Updated {{value}} ago" 706 label_updated_time: "Updated %{value} ago"
703 label_jump_to_a_project: Jump to a project... 707 label_jump_to_a_project: Jump to a project...
704 label_file_plural: Files 708 label_file_plural: Files
705 label_changeset_plural: Changesets 709 label_changeset_plural: Changesets
706 label_default_columns: Default columns 710 label_default_columns: Default columns
707 label_no_change_option: (No change) 711 label_no_change_option: (No change)
714 label_user_mail_option_none: "No events" 718 label_user_mail_option_none: "No events"
715 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" 719 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
716 label_registration_activation_by_email: account activation by email 720 label_registration_activation_by_email: account activation by email
717 label_registration_manual_activation: manual account activation 721 label_registration_manual_activation: manual account activation
718 label_registration_automatic_activation: automatic account activation 722 label_registration_automatic_activation: automatic account activation
719 label_display_per_page: "Per page: {{value}}" 723 label_display_per_page: "Per page: %{value}"
720 label_age: Age 724 label_age: Age
721 label_change_properties: Change properties 725 label_change_properties: Change properties
722 label_general: General 726 label_general: General
723 label_more: More 727 label_more: More
724 label_scm: SCM 728 label_scm: SCM
737 label_example: Example 741 label_example: Example
738 label_display: Display 742 label_display: Display
739 label_sort: Sort 743 label_sort: Sort
740 label_ascending: Ascending 744 label_ascending: Ascending
741 label_descending: Descending 745 label_descending: Descending
742 label_date_from_to: From {{start}} to {{end}} 746 label_date_from_to: From %{start} to %{end}
743 label_wiki_content_added: Wiki page added 747 label_wiki_content_added: Wiki page added
744 label_wiki_content_updated: Wiki page updated 748 label_wiki_content_updated: Wiki page updated
745 label_group: Group 749 label_group: Group
746 label_group_plural: Groups 750 label_group_plural: Groups
747 label_group_new: New group 751 label_group_new: New group
756 label_copy_target: Target 760 label_copy_target: Target
757 label_copy_same_as_target: Same as target 761 label_copy_same_as_target: Same as target
758 label_display_used_statuses_only: Only display statuses that are used by this tracker 762 label_display_used_statuses_only: Only display statuses that are used by this tracker
759 label_api_access_key: API access key 763 label_api_access_key: API access key
760 label_missing_api_access_key: Missing an API access key 764 label_missing_api_access_key: Missing an API access key
761 label_api_access_key_created_on: "API access key created {{value}} ago" 765 label_api_access_key_created_on: "API access key created %{value} ago"
762 766
763 button_login: Login 767 button_login: Login
764 button_submit: Submit 768 button_submit: Submit
765 button_save: Save 769 button_save: Save
766 button_check_all: Check all 770 button_check_all: Check all
816 820
817 text_select_mail_notifications: Select actions for which email notifications should be sent. 821 text_select_mail_notifications: Select actions for which email notifications should be sent.
818 text_regexp_info: eg. ^[A-Z0-9]+$ 822 text_regexp_info: eg. ^[A-Z0-9]+$
819 text_min_max_length_info: 0 means no restriction 823 text_min_max_length_info: 0 means no restriction
820 text_project_destroy_confirmation: Are you sure you want to delete this project and related data? 824 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
821 text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted." 825 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
822 text_workflow_edit: Select a role and a tracker to edit the workflow 826 text_workflow_edit: Select a role and a tracker to edit the workflow
823 text_are_you_sure: Are you sure? 827 text_are_you_sure: Are you sure?
824 text_journal_changed: "{{label}} changed from {{old}} to {{new}}" 828 text_journal_changed: "%{label} changed from %{old} to %{new}"
825 text_journal_set_to: "{{label}} set to {{value}}" 829 text_journal_set_to: "%{label} set to %{value}"
826 text_journal_deleted: "{{label}} deleted ({{old}})" 830 text_journal_deleted: "%{label} deleted (%{old})"
827 text_journal_added: "{{label}} {{value}} added" 831 text_journal_added: "%{label} %{value} added"
828 text_tip_issue_begin_day: task beginning this day 832 text_tip_issue_begin_day: task beginning this day
829 text_tip_issue_end_day: task ending this day 833 text_tip_issue_end_day: task ending this day
830 text_tip_issue_begin_end_day: task beginning and ending this day 834 text_tip_issue_begin_end_day: task beginning and ending this day
831 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.' 835 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.'
832 text_caracters_maximum: "{{count}} characters maximum." 836 text_caracters_maximum: "%{count} characters maximum."
833 text_caracters_minimum: "Must be at least {{count}} characters long." 837 text_caracters_minimum: "Must be at least %{count} characters long."
834 text_length_between: "Length between {{min}} and {{max}} characters." 838 text_length_between: "Length between %{min} and %{max} characters."
835 text_tracker_no_workflow: No workflow defined for this tracker 839 text_tracker_no_workflow: No workflow defined for this tracker
836 text_unallowed_characters: Unallowed characters 840 text_unallowed_characters: Unallowed characters
837 text_comma_separated: Multiple values allowed (comma separated). 841 text_comma_separated: Multiple values allowed (comma separated).
838 text_line_separated: Multiple values allowed (one line for each value). 842 text_line_separated: Multiple values allowed (one line for each value).
839 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages 843 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
840 text_issue_added: "Issue {{id}} has been reported by {{author}}." 844 text_issue_added: "Issue %{id} has been reported by %{author}."
841 text_issue_updated: "Issue {{id}} has been updated by {{author}}." 845 text_issue_updated: "Issue %{id} has been updated by %{author}."
842 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content? 846 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content?
843 text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do?" 847 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?"
844 text_issue_category_destroy_assignments: Remove category assignments 848 text_issue_category_destroy_assignments: Remove category assignments
845 text_issue_category_reassign_to: Reassign issues to this category 849 text_issue_category_reassign_to: Reassign issues to this category
846 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)." 850 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)."
847 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." 851 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."
848 text_load_default_configuration: Load the default configuration 852 text_load_default_configuration: Load the default configuration
849 text_status_changed_by_changeset: "Applied in changeset {{value}}." 853 text_status_changed_by_changeset: "Applied in changeset %{value}."
850 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' 854 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
851 text_select_project_modules: 'Select modules to enable for this project:' 855 text_select_project_modules: 'Select modules to enable for this project:'
852 text_default_administrator_account_changed: Default administrator account changed 856 text_default_administrator_account_changed: Default administrator account changed
853 text_file_repository_writable: Attachments directory writable 857 text_file_repository_writable: Attachments directory writable
854 text_plugin_assets_writable: Plugin assets directory writable 858 text_plugin_assets_writable: Plugin assets directory writable
855 text_rmagick_available: RMagick available (optional) 859 text_rmagick_available: RMagick available (optional)
856 text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do?" 860 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?"
857 text_destroy_time_entries: Delete reported hours 861 text_destroy_time_entries: Delete reported hours
858 text_assign_time_entries_to_project: Assign reported hours to the project 862 text_assign_time_entries_to_project: Assign reported hours to the project
859 text_reassign_time_entries: 'Reassign reported hours to this issue:' 863 text_reassign_time_entries: 'Reassign reported hours to this issue:'
860 text_user_wrote: "{{value}} wrote:" 864 text_user_wrote: "%{value} wrote:"
861 text_enumeration_destroy_question: "{{count}} objects are assigned to this value." 865 text_enumeration_destroy_question: "%{count} objects are assigned to this value."
862 text_enumeration_category_reassign_to: 'Reassign them to this value:' 866 text_enumeration_category_reassign_to: 'Reassign them to this value:'
863 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." 867 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."
864 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." 868 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."
865 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' 869 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
866 text_custom_field_possible_values_info: 'One line for each value' 870 text_custom_field_possible_values_info: 'One line for each value'
867 text_wiki_page_destroy_question: "This page has {{descendants}} child page(s) and descendant(s). What do you want to do?" 871 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
868 text_wiki_page_nullify_children: "Keep child pages as root pages" 872 text_wiki_page_nullify_children: "Keep child pages as root pages"
869 text_wiki_page_destroy_children: "Delete child pages and all their descendants" 873 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
870 text_wiki_page_reassign_children: "Reassign child pages to this parent page" 874 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
871 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?" 875 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?"
872 876
899 903
900 notice_unable_delete_time_entry: Unable to delete time log entry. 904 notice_unable_delete_time_entry: Unable to delete time log entry.
901 error_can_not_delete_custom_field: Unable to delete custom field 905 error_can_not_delete_custom_field: Unable to delete custom field
902 permission_manage_subtasks: Manage subtasks 906 permission_manage_subtasks: Manage subtasks
903 label_profile: Profile 907 label_profile: Profile
904 error_unable_to_connect: Unable to connect ({{value}}) 908 error_unable_to_connect: Unable to connect (%{value})
905 label_overall_spent_time: Overall spent time 909 label_overall_spent_time: Overall spent time
906 error_can_not_remove_role: This role is in use and can not be deleted. 910 error_can_not_remove_role: This role is in use and can not be deleted.
907 field_principal: Principal 911 field_principal: Principal
908 field_parent_issue: Parent task 912 field_parent_issue: Parent task
909 label_my_page_block: My page block 913 label_my_page_block: My page block
910 text_zoom_out: Zoom out 914 text_zoom_out: Zoom out
911 text_zoom_in: Zoom in 915 text_zoom_in: Zoom in
912 error_unable_delete_issue_status: Unable to delete issue status 916 error_unable_delete_issue_status: Unable to delete issue status
913 label_subtask_plural: Subtasks 917 label_subtask_plural: Subtasks
914 error_can_not_delete_tracker: This tracker contains issues and can't be deleted. 918 error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
915 notice_failed_to_save_members: "Failed to save member(s): {{errors}}." 919 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
916 label_project_copy_notifications: Send email notifications during the project copy 920 label_project_copy_notifications: Send email notifications during the project copy
917 field_time_entries: Log time 921 field_time_entries: Log time
918 project_module_gantt: Gantt 922 project_module_gantt: Gantt
919 project_module_calendar: Calendar 923 project_module_calendar: Calendar
920 field_member_of_group: Member of Group 924 field_member_of_group: Member of Group
921 field_assigned_to_role: Member of Role 925 field_assigned_to_role: Member of Role
922 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" 926 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
923 text_are_you_sure_with_children: Delete issue and all child issues? 927 text_are_you_sure_with_children: Delete issue and all child issues?
924 field_text: Text field 928 field_text: Text field
925 label_user_mail_option_only_owner: Only for things I am the owner of 929 label_user_mail_option_only_owner: Only for things I am the owner of
926 setting_default_notification_option: Default notification option 930 setting_default_notification_option: Default notification option
927 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in 931 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
929 notice_not_authorized_archived_project: The project you're trying to access has been archived. 933 notice_not_authorized_archived_project: The project you're trying to access has been archived.
930 label_principal_search: "Search for user or group:" 934 label_principal_search: "Search for user or group:"
931 label_user_search: "Search for user:" 935 label_user_search: "Search for user:"
932 field_visible: Visible 936 field_visible: Visible
933 setting_emails_header: Emails header 937 setting_emails_header: Emails header
938 setting_commit_logtime_activity_id: Activity for logged time
939 text_time_logged_by_changeset: Applied in changeset %{value}.
940 setting_commit_logtime_enabled: Enable time logging
941 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
942 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart