Mercurial > hg > soundsoftware-site
comparison config/locales/en.yml @ 118:b859cc0c4fa1 cannam
Merge from branch "redmine-1.1"
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 13:21:03 +0000 |
parents | 1412841d48a3 af80e5618e9b |
children | cd2282d2aa55 |
comparison
equal
deleted
inserted
replaced
114:8a205cc048de | 118:b859cc0c4fa1 |
---|---|
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_ssamr_user_detail: | 209 field_ssamr_user_detail: |
205 description: User Description | 210 description: User Description |
206 field_name: Name | 211 field_name: Name |
207 field_description: Description | 212 field_description: Description |
357 setting_issue_done_ratio_issue_status: Use the issue status | 362 setting_issue_done_ratio_issue_status: Use the issue status |
358 setting_start_of_week: Start calendars on | 363 setting_start_of_week: Start calendars on |
359 setting_rest_api_enabled: Enable REST web service | 364 setting_rest_api_enabled: Enable REST web service |
360 setting_cache_formatted_text: Cache formatted text | 365 setting_cache_formatted_text: Cache formatted text |
361 setting_default_notification_option: Default notification option | 366 setting_default_notification_option: Default notification option |
367 setting_commit_logtime_enabled: Enable time logging | |
368 setting_commit_logtime_activity_id: Activity for logged time | |
369 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | |
362 | 370 |
363 permission_add_project: Create project | 371 permission_add_project: Create project |
364 permission_add_subprojects: Create subprojects | 372 permission_add_subprojects: Create subprojects |
365 permission_edit_project: Edit project | 373 permission_edit_project: Edit project |
366 permission_select_project_modules: Select project modules | 374 permission_select_project_modules: Select project modules |
439 label_my_project_plural: My Projects | 447 label_my_project_plural: My Projects |
440 label_other_project_plural: "Everyone Else's Projects" | 448 label_other_project_plural: "Everyone Else's Projects" |
441 label_x_projects: | 449 label_x_projects: |
442 zero: no projects | 450 zero: no projects |
443 one: 1 project | 451 one: 1 project |
444 other: "{{count}} projects" | 452 other: "%{count} projects" |
445 label_project_all: All Projects | 453 label_project_all: All Projects |
446 label_project_latest: Latest projects | 454 label_project_latest: Latest projects |
447 label_issue: Issue | 455 label_issue: Issue |
448 label_issue_new: New issue | 456 label_issue_new: New issue |
449 label_issue_plural: Issues | 457 label_issue_plural: Issues |
450 label_issue_view_all: View all issues | 458 label_issue_view_all: View all issues |
451 label_issues_by: "Issues by {{value}}" | 459 label_issues_by: "Issues by %{value}" |
452 label_issue_added: Issue added | 460 label_issue_added: Issue added |
453 label_issue_updated: Issue updated | 461 label_issue_updated: Issue updated |
454 label_document: Document | 462 label_document: Document |
455 label_document_new: New document | 463 label_document_new: New document |
456 label_document_plural: Documents | 464 label_document_plural: Documents |
497 label_assigned_to_me_issues: Issues assigned to me | 505 label_assigned_to_me_issues: Issues assigned to me |
498 label_last_login: Last connection | 506 label_last_login: Last connection |
499 label_registered_on: Registered on | 507 label_registered_on: Registered on |
500 label_activity: Activity | 508 label_activity: Activity |
501 label_overall_activity: Overall activity | 509 label_overall_activity: Overall activity |
502 label_user_activity: "{{value}}'s activity" | 510 label_user_activity: "%{value}'s activity" |
503 label_new: New | 511 label_new: New |
504 label_logged_as: Logged in as | 512 label_logged_as: Logged in as |
505 label_environment: Environment | 513 label_environment: Environment |
506 label_authentication: Authentication | 514 label_authentication: Authentication |
507 label_auth_source: Authentication mode | 515 label_auth_source: Authentication mode |
508 label_auth_source_new: New authentication mode | 516 label_auth_source_new: New authentication mode |
509 label_auth_source_plural: Authentication modes | 517 label_auth_source_plural: Authentication modes |
510 label_subproject_plural: Subprojects | 518 label_subproject_plural: Subprojects |
511 label_subproject_new: New subproject | 519 label_subproject_new: New subproject |
512 label_and_its_subprojects: "{{value}} and its subprojects" | 520 label_and_its_subprojects: "%{value} and its subprojects" |
513 label_min_max_length: Min - Max length | 521 label_min_max_length: Min - Max length |
514 label_list: List | 522 label_list: List |
515 label_date: Date | 523 label_date: Date |
516 label_integer: Integer | 524 label_integer: Integer |
517 label_float: Float | 525 label_float: Float |
518 label_boolean: Boolean | 526 label_boolean: Boolean |
519 label_string: Text | 527 label_string: Text |
520 label_text: Long text | 528 label_text: Long text |
521 label_attribute: Attribute | 529 label_attribute: Attribute |
522 label_attribute_plural: Attributes | 530 label_attribute_plural: Attributes |
523 label_download: "{{count}} Download" | 531 label_download: "%{count} Download" |
524 label_download_plural: "{{count}} Downloads" | 532 label_download_plural: "%{count} Downloads" |
525 label_no_data: No data to display | 533 label_no_data: No data to display |
526 label_change_status: Change status | 534 label_change_status: Change status |
527 label_history: History | 535 label_history: History |
528 label_attachment: File | 536 label_attachment: File |
529 label_attachment_new: New file | 537 label_attachment_new: New file |
551 label_open_issues: open | 559 label_open_issues: open |
552 label_open_issues_plural: open | 560 label_open_issues_plural: open |
553 label_closed_issues: closed | 561 label_closed_issues: closed |
554 label_closed_issues_plural: closed | 562 label_closed_issues_plural: closed |
555 label_x_open_issues_abbr_on_total: | 563 label_x_open_issues_abbr_on_total: |
556 zero: 0 open / {{total}} | 564 zero: 0 open / %{total} |
557 one: 1 open / {{total}} | 565 one: 1 open / %{total} |
558 other: "{{count}} open / {{total}}" | 566 other: "%{count} open / %{total}" |
559 label_x_open_issues_abbr: | 567 label_x_open_issues_abbr: |
560 zero: 0 open | 568 zero: 0 open |
561 one: 1 open | 569 one: 1 open |
562 other: "{{count}} open" | 570 other: "%{count} open" |
563 label_x_closed_issues_abbr: | 571 label_x_closed_issues_abbr: |
564 zero: 0 closed | 572 zero: 0 closed |
565 one: 1 closed | 573 one: 1 closed |
566 other: "{{count}} closed" | 574 other: "%{count} closed" |
567 label_total: Total | 575 label_total: Total |
568 label_permissions: Permissions | 576 label_permissions: Permissions |
569 label_current_status: Current status | 577 label_current_status: Current status |
570 label_new_statuses_allowed: New statuses allowed | 578 label_new_statuses_allowed: New statuses allowed |
571 label_all: all | 579 label_all: all |
579 label_per_page: Per page | 587 label_per_page: Per page |
580 label_calendar: Calendar | 588 label_calendar: Calendar |
581 label_months_from: months from | 589 label_months_from: months from |
582 label_gantt: Gantt | 590 label_gantt: Gantt |
583 label_internal: Internal | 591 label_internal: Internal |
584 label_last_changes: "last {{count}} changes" | 592 label_last_changes: "last %{count} changes" |
585 label_change_view_all: View all changes | 593 label_change_view_all: View all changes |
586 label_personalize_page: Personalize this page | 594 label_personalize_page: Personalize this page |
587 label_comment: Comment | 595 label_comment: Comment |
588 label_comment_plural: Comments | 596 label_comment_plural: Comments |
589 label_x_comments: | 597 label_x_comments: |
590 zero: no comments | 598 zero: no comments |
591 one: 1 comment | 599 one: 1 comment |
592 other: "{{count}} comments" | 600 other: "%{count} comments" |
593 label_comment_add: Add a comment | 601 label_comment_add: Add a comment |
594 label_comment_added: Comment added | 602 label_comment_added: Comment added |
595 label_comment_delete: Delete comments | 603 label_comment_delete: Delete comments |
596 label_query: Custom query | 604 label_query: Custom query |
597 label_query_plural: Custom queries | 605 label_query_plural: Custom queries |
608 label_today: today | 616 label_today: today |
609 label_all_time: all time | 617 label_all_time: all time |
610 label_yesterday: yesterday | 618 label_yesterday: yesterday |
611 label_this_week: this week | 619 label_this_week: this week |
612 label_last_week: last week | 620 label_last_week: last week |
613 label_last_n_days: "last {{count}} days" | 621 label_last_n_days: "last %{count} days" |
614 label_this_month: this month | 622 label_this_month: this month |
615 label_last_month: last month | 623 label_last_month: last month |
616 label_this_year: this year | 624 label_this_year: this year |
617 label_date_range: Date range | 625 label_date_range: Date range |
618 label_less_than_ago: less than days ago | 626 label_less_than_ago: less than days ago |
622 label_not_contains: doesn't contain | 630 label_not_contains: doesn't contain |
623 label_day_plural: days | 631 label_day_plural: days |
624 label_repository: Repository | 632 label_repository: Repository |
625 label_repository_plural: Repositories | 633 label_repository_plural: Repositories |
626 label_browse: Browse | 634 label_browse: Browse |
627 label_modification: "{{count}} change" | 635 label_modification: "%{count} change" |
628 label_modification_plural: "{{count}} changes" | 636 label_modification_plural: "%{count} changes" |
629 label_branch: Branch | 637 label_branch: Branch |
630 label_tag: Tag | 638 label_tag: Tag |
631 label_revision: Revision | 639 label_revision: Revision |
632 label_revision_plural: Revisions | 640 label_revision_plural: Revisions |
633 label_revision_id: "Revision {{value}}" | 641 label_revision_id: "Revision %{value}" |
634 label_associated_revisions: Associated revisions | 642 label_associated_revisions: Associated revisions |
635 label_added: added | 643 label_added: added |
636 label_modified: modified | 644 label_modified: modified |
637 label_copied: copied | 645 label_copied: copied |
638 label_renamed: renamed | 646 label_renamed: renamed |
645 label_sort_highest: Move to top | 653 label_sort_highest: Move to top |
646 label_sort_higher: Move up | 654 label_sort_higher: Move up |
647 label_sort_lower: Move down | 655 label_sort_lower: Move down |
648 label_sort_lowest: Move to bottom | 656 label_sort_lowest: Move to bottom |
649 label_roadmap: Roadmap | 657 label_roadmap: Roadmap |
650 label_roadmap_due_in: "Due in {{value}}" | 658 label_roadmap_due_in: "Due in %{value}" |
651 label_roadmap_overdue: "{{value}} late" | 659 label_roadmap_overdue: "%{value} late" |
652 label_roadmap_no_issues: No issues for this version | 660 label_roadmap_no_issues: No issues for this version |
653 label_search: Search | 661 label_search: Search |
654 label_result_plural: Results | 662 label_result_plural: Results |
655 label_all_words: All words | 663 label_all_words: All words |
656 label_wiki: Wiki | 664 label_wiki: Wiki |
665 label_feed_plural: Feeds | 673 label_feed_plural: Feeds |
666 label_changes_details: Details of all changes | 674 label_changes_details: Details of all changes |
667 label_issue_tracking: Issue tracking | 675 label_issue_tracking: Issue tracking |
668 label_spent_time: Spent time | 676 label_spent_time: Spent time |
669 label_overall_spent_time: Overall spent time | 677 label_overall_spent_time: Overall spent time |
670 label_f_hour: "{{value}} hour" | 678 label_f_hour: "%{value} hour" |
671 label_f_hour_plural: "{{value}} hours" | 679 label_f_hour_plural: "%{value} hours" |
672 label_time_tracking: Time tracking | 680 label_time_tracking: Time tracking |
673 label_change_plural: Changes | 681 label_change_plural: Changes |
674 label_statistics: Statistics | 682 label_statistics: Statistics |
675 label_commits_per_month: Commits per month | 683 label_commits_per_month: Commits per month |
676 label_commits_per_author: Commits per author | 684 label_commits_per_author: Commits per author |
717 label_month: Month | 725 label_month: Month |
718 label_week: Week | 726 label_week: Week |
719 label_date_from: From | 727 label_date_from: From |
720 label_date_to: To | 728 label_date_to: To |
721 label_language_based: Based on user's language | 729 label_language_based: Based on user's language |
722 label_sort_by: "Sort by {{value}}" | 730 label_sort_by: "Sort by %{value}" |
723 label_send_test_email: Send a test email | 731 label_send_test_email: Send a test email |
724 label_feeds_access_key: RSS access key | 732 label_feeds_access_key: RSS access key |
725 label_missing_feeds_access_key: Missing a RSS access key | 733 label_missing_feeds_access_key: Missing a RSS access key |
726 label_feeds_access_key_created_on: "RSS access key created {{value}} ago" | 734 label_feeds_access_key_created_on: "RSS access key created %{value} ago" |
727 label_module_plural: Modules | 735 label_module_plural: Modules |
728 label_added_time_by: "Added by {{author}} {{age}} ago" | 736 label_added_time_by: "Added by %{author} %{age} ago" |
729 label_updated_time_by: "Updated by {{author}} {{age}} ago" | 737 label_updated_time_by: "Updated by %{author} %{age} ago" |
730 label_updated_time: "Updated {{value}} ago" | 738 label_updated_time: "Updated %{value} ago" |
731 label_jump_to_a_project: Jump to a project... | 739 label_jump_to_a_project: Jump to a project... |
732 label_file_plural: Files | 740 label_file_plural: Files |
733 label_changeset_plural: Changesets | 741 label_changeset_plural: Changesets |
734 label_default_columns: Default columns | 742 label_default_columns: Default columns |
735 label_no_change_option: (No change) | 743 label_no_change_option: (No change) |
745 label_user_mail_option_only_owner: "Only for things I am the owner of" | 753 label_user_mail_option_only_owner: "Only for things I am the owner of" |
746 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | 754 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
747 label_registration_activation_by_email: account activation by email | 755 label_registration_activation_by_email: account activation by email |
748 label_registration_manual_activation: manual account activation | 756 label_registration_manual_activation: manual account activation |
749 label_registration_automatic_activation: automatic account activation | 757 label_registration_automatic_activation: automatic account activation |
750 label_display_per_page: "Per page: {{value}}" | 758 label_display_per_page: "Per page: %{value}" |
751 label_age: Age | 759 label_age: Age |
752 label_change_properties: Change properties | 760 label_change_properties: Change properties |
753 label_general: General | 761 label_general: General |
754 label_more: More | 762 label_more: More |
755 label_scm: SCM | 763 label_scm: SCM |
768 label_example: Example | 776 label_example: Example |
769 label_display: Display | 777 label_display: Display |
770 label_sort: Sort | 778 label_sort: Sort |
771 label_ascending: Ascending | 779 label_ascending: Ascending |
772 label_descending: Descending | 780 label_descending: Descending |
773 label_date_from_to: From {{start}} to {{end}} | 781 label_date_from_to: From %{start} to %{end} |
774 label_wiki_content_added: Wiki page added | 782 label_wiki_content_added: Wiki page added |
775 label_wiki_content_updated: Wiki page updated | 783 label_wiki_content_updated: Wiki page updated |
776 label_group: Group | 784 label_group: Group |
777 label_group_plural: Groups | 785 label_group_plural: Groups |
778 label_group_new: New group | 786 label_group_new: New group |
787 label_copy_target: Target | 795 label_copy_target: Target |
788 label_copy_same_as_target: Same as target | 796 label_copy_same_as_target: Same as target |
789 label_display_used_statuses_only: Only display statuses that are used by this tracker | 797 label_display_used_statuses_only: Only display statuses that are used by this tracker |
790 label_api_access_key: API access key | 798 label_api_access_key: API access key |
791 label_missing_api_access_key: Missing an API access key | 799 label_missing_api_access_key: Missing an API access key |
792 label_api_access_key_created_on: "API access key created {{value}} ago" | 800 label_api_access_key_created_on: "API access key created %{value} ago" |
793 label_profile: Profile | 801 label_profile: Profile |
794 label_subtask_plural: Subtasks | 802 label_subtask_plural: Subtasks |
795 label_project_copy_notifications: Send email notifications during the project copy | 803 label_project_copy_notifications: Send email notifications during the project copy |
796 label_principal_search: "Search for user or group:" | 804 label_principal_search: "Search for user or group:" |
797 label_user_search: "Search for user:" | 805 label_user_search: "Search for user:" |
804 button_delete: Delete | 812 button_delete: Delete |
805 button_create: Create | 813 button_create: Create |
806 button_create_and_continue: Create and continue | 814 button_create_and_continue: Create and continue |
807 button_test: Test | 815 button_test: Test |
808 button_edit: Edit | 816 button_edit: Edit |
809 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" | 817 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" |
810 button_add: Add | 818 button_add: Add |
811 button_change: Change | 819 button_change: Change |
812 button_apply: Apply | 820 button_apply: Apply |
813 button_clear: Clear | 821 button_clear: Clear |
814 button_lock: Lock | 822 button_lock: Lock |
853 | 861 |
854 text_select_mail_notifications: Select actions for which email notifications should be sent. | 862 text_select_mail_notifications: Select actions for which email notifications should be sent. |
855 text_regexp_info: eg. ^[A-Z0-9]+$ | 863 text_regexp_info: eg. ^[A-Z0-9]+$ |
856 text_min_max_length_info: 0 means no restriction | 864 text_min_max_length_info: 0 means no restriction |
857 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ? | 865 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ? |
858 text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted." | 866 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." |
859 text_workflow_edit: Select a role and a tracker to edit the workflow | 867 text_workflow_edit: Select a role and a tracker to edit the workflow |
860 text_are_you_sure: Are you sure ? | 868 text_are_you_sure: Are you sure ? |
861 text_are_you_sure_with_children: "Delete issue and all child issues?" | 869 text_are_you_sure_with_children: "Delete issue and all child issues?" |
862 text_journal_changed: "{{label}} changed from {{old}} to {{new}}" | 870 text_journal_changed: "%{label} changed from %{old} to %{new}" |
863 text_journal_set_to: "{{label}} set to {{value}}" | 871 text_journal_set_to: "%{label} set to %{value}" |
864 text_journal_deleted: "{{label}} deleted ({{old}})" | 872 text_journal_deleted: "%{label} deleted (%{old})" |
865 text_journal_added: "{{label}} {{value}} added" | 873 text_journal_added: "%{label} %{value} added" |
866 text_tip_issue_begin_day: issue beginning this day | 874 text_tip_issue_begin_day: issue beginning this day |
867 text_tip_issue_end_day: issue ending this day | 875 text_tip_issue_end_day: issue ending this day |
868 text_tip_issue_begin_end_day: issue beginning and ending this day | 876 text_tip_issue_begin_end_day: issue beginning and ending this day |
869 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br /> This will be used in all project-related URLs, and as the repository name. Once saved, the identifier <b>can not</b> be changed.' | 877 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br /> This will be used in all project-related URLs, and as the repository name. Once saved, the identifier <b>can not</b> be changed.' |
870 text_project_name_info: "This will be the name of your project throughout this site.<br /> You can change your project's name at any time, in the project's settings." | 878 text_project_name_info: "This will be the name of your project throughout this site.<br /> You can change your project's name at any time, in the project's settings." |
871 text_project_visibility_info: "If your project is not public, it will only be visible to users that you have added as project members." | 879 text_project_visibility_info: "If your project is not public, it will only be visible to users that you have added as project members." |
872 text_project_homepage_info: 'Link to an external project page.' | 880 text_project_homepage_info: 'Link to an external project page.' |
873 text_user_ssamr_description_info: 'Please describe your current research or development interests, within the fields of audio and music.<br/>This information is publicly visible in your profile and you can edit it at any time.<br/>It may also be used to establish eligibility for your initial registration.' | 881 text_user_ssamr_description_info: 'Please describe your current research or development interests, within the fields of audio and music.<br/>This information is publicly visible in your profile and you can edit it at any time.<br/>It may also be used to establish eligibility for your initial registration.' |
874 text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.' | 882 text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.' |
875 text_caracters_maximum: "{{count}} characters maximum." | |
876 text_caracters_minimum: "Must be at least {{count}} characters long." | |
877 text_length_between: "Length between {{min}} and {{max}} characters." | |
878 text_tracker_no_workflow: No workflow defined for this tracker | 883 text_tracker_no_workflow: No workflow defined for this tracker |
879 text_unallowed_characters: Unallowed characters | 884 text_unallowed_characters: Unallowed characters |
880 text_comma_separated: Multiple values allowed (comma separated). | 885 text_comma_separated: Multiple values allowed (comma separated). |
881 text_line_separated: Multiple values allowed (one line for each value). | 886 text_line_separated: Multiple values allowed (one line for each value). |
882 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | 887 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
883 text_issue_added: "Issue {{id}} has been reported by {{author}}." | 888 text_issue_added: "Issue %{id} has been reported by %{author}." |
884 text_issue_updated: "Issue {{id}} has been updated by {{author}}." | 889 text_issue_updated: "Issue %{id} has been updated by %{author}." |
885 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | 890 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
886 text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do ?" | 891 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do ?" |
887 text_issue_category_destroy_assignments: Remove category assignments | 892 text_issue_category_destroy_assignments: Remove category assignments |
888 text_issue_category_reassign_to: Reassign issues to this category | 893 text_issue_category_reassign_to: Reassign issues to this category |
889 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)." | 894 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)." |
890 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." | 895 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." |
891 text_load_default_configuration: Load the default configuration | 896 text_load_default_configuration: Load the default configuration |
892 text_status_changed_by_changeset: "Applied in changeset {{value}}." | 897 text_status_changed_by_changeset: "Applied in changeset %{value}." |
898 text_time_logged_by_changeset: "Applied in changeset %{value}." | |
893 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' | 899 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' |
894 text_select_project_modules: 'Select modules to enable for this project:' | 900 text_select_project_modules: 'Select modules to enable for this project:' |
895 text_default_administrator_account_changed: Default administrator account changed | 901 text_default_administrator_account_changed: Default administrator account changed |
896 text_file_repository_writable: Attachments directory writable | 902 text_file_repository_writable: Attachments directory writable |
897 text_plugin_assets_writable: Plugin assets directory writable | 903 text_plugin_assets_writable: Plugin assets directory writable |
898 text_rmagick_available: RMagick available (optional) | 904 text_rmagick_available: RMagick available (optional) |
899 text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?" | 905 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?" |
900 text_destroy_time_entries: Delete reported hours | 906 text_destroy_time_entries: Delete reported hours |
901 text_assign_time_entries_to_project: Assign reported hours to the project | 907 text_assign_time_entries_to_project: Assign reported hours to the project |
902 text_reassign_time_entries: 'Reassign reported hours to this issue:' | 908 text_reassign_time_entries: 'Reassign reported hours to this issue:' |
903 text_user_wrote: "{{value}} wrote:" | 909 text_user_wrote: "%{value} wrote:" |
904 text_enumeration_destroy_question: "{{count}} objects are assigned to this value." | 910 text_enumeration_destroy_question: "%{count} objects are assigned to this value." |
905 text_enumeration_category_reassign_to: 'Reassign them to this value:' | 911 text_enumeration_category_reassign_to: 'Reassign them to this value:' |
906 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." | 912 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." |
907 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." | 913 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." |
908 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' | 914 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
909 text_custom_field_possible_values_info: 'One line for each value' | 915 text_custom_field_possible_values_info: 'One line for each value' |
910 text_wiki_page_destroy_question: "This page has {{descendants}} child page(s) and descendant(s). What do you want to do?" | 916 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" |
911 text_wiki_page_nullify_children: "Keep child pages as root pages" | 917 text_wiki_page_nullify_children: "Keep child pages as root pages" |
912 text_wiki_page_destroy_children: "Delete child pages and all their descendants" | 918 text_wiki_page_destroy_children: "Delete child pages and all their descendants" |
913 text_wiki_page_reassign_children: "Reassign child pages to this parent page" | 919 text_wiki_page_reassign_children: "Reassign child pages to this parent page" |
914 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?" | 920 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?" |
915 text_zoom_in: Zoom in | 921 text_zoom_in: Zoom in |