comparison config/locales/en.yml @ 1484:51364c0cd58f redmine-2.4-integration

Merge from live branch. Still need to merge manually in files overridden by plugins.
author Chris Cannam
date Wed, 15 Jan 2014 09:59:14 +0000
parents 261b3d9a4903 2590a6fb900a
children afce8026aaeb
comparison
equal deleted inserted replaced
1464:261b3d9a4903 1484:51364c0cd58f
1 en: 1 en:
2 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
3 direction: ltr 2 direction: ltr
4 date: 3 date:
5 formats: 4 formats:
6 # Use the strftime parameters for formats. 5 # Use the strftime parameters for formats.
7 # When no format has been given, it uses default. 6 # When no format has been given, it uses default.
8 # You can provide other formats here if you like! 7 # You can provide other formats here if you like!
9 default: "%m/%d/%Y" 8 default: "%d/%m/%Y"
10 short: "%b %d" 9 short: "%d %b"
11 long: "%B %d, %Y" 10 long: "%d %B, %Y"
12 11
13 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] 12 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
14 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] 13 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
15 14
16 # Don't forget the nil at the beginning; there's no such thing as a 0th month 15 # Don't forget the nil at the beginning; there's no such thing as a 0th month
22 - :month 21 - :month
23 - :day 22 - :day
24 23
25 time: 24 time:
26 formats: 25 formats:
27 default: "%m/%d/%Y %I:%M %p" 26 default: "%d/%m/%Y %I:%M %p"
28 time: "%I:%M %p" 27 time: "%I:%M %p"
29 short: "%d %b %H:%M" 28 short: "%d %b %H:%M"
30 long: "%B %d, %Y %H:%M" 29 long: "%d %B, %Y %H:%M"
31 am: "am" 30 am: "am"
32 pm: "pm" 31 pm: "pm"
33 32
34 datetime: 33 datetime:
35 distance_in_words: 34 distance_in_words:
72 other: "almost %{count} years" 71 other: "almost %{count} years"
73 72
74 number: 73 number:
75 format: 74 format:
76 separator: "." 75 separator: "."
77 delimiter: "" 76 delimiter: " "
78 precision: 3 77 precision: 3
79 78
79 currency:
80 format:
81 format: "%u%n"
82 unit: "£"
80 human: 83 human:
81 format: 84 format:
82 delimiter: "" 85 delimiter: ""
83 precision: 3 86 precision: 3
84 storage_units: 87 storage_units:
128 greater_than_start_date: "must be greater than start date" 131 greater_than_start_date: "must be greater than start date"
129 not_same_project: "doesn't belong to the same project" 132 not_same_project: "doesn't belong to the same project"
130 circular_dependency: "This relation would create a circular dependency" 133 circular_dependency: "This relation would create a circular dependency"
131 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" 134 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
132 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" 135 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
136 must_accept_terms_and_conditions: "You must accept the Terms and Conditions"
137 public_or_private: "You must select either public or private"
133 138
134 actionview_instancetag_blank_option: Please select 139 actionview_instancetag_blank_option: Please select
135 140
136 general_text_No: 'No' 141 general_text_No: 'No'
137 general_text_Yes: 'Yes' 142 general_text_Yes: 'Yes'
140 general_lang_name: 'English' 145 general_lang_name: 'English'
141 general_csv_separator: ',' 146 general_csv_separator: ','
142 general_csv_decimal_separator: '.' 147 general_csv_decimal_separator: '.'
143 general_csv_encoding: ISO-8859-1 148 general_csv_encoding: ISO-8859-1
144 general_pdf_encoding: UTF-8 149 general_pdf_encoding: UTF-8
145 general_first_day_of_week: '7' 150 general_first_day_of_week: '1'
146 151
147 notice_account_updated: Account was successfully updated. 152 notice_account_updated: Account was successfully updated.
148 notice_account_invalid_creditentials: Invalid user or password 153 notice_account_invalid_creditentials: Invalid user or password
149 notice_account_password_updated: Password was successfully updated. 154 notice_account_password_updated: Password was successfully updated.
150 notice_account_wrong_password: Wrong password 155 notice_account_wrong_password: Wrong password
169 notice_api_access_key_reseted: Your API access key was reset. 174 notice_api_access_key_reseted: Your API access key was reset.
170 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." 175 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
171 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." 176 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
172 notice_failed_to_save_members: "Failed to save member(s): %{errors}." 177 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
173 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." 178 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
174 notice_account_pending: "Your account was created and is now pending administrator approval." 179 notice_account_pending: "Your account is now awaiting administrator approval. You will receive a notification email when your account has been activated."
175 notice_default_data_loaded: Default configuration successfully loaded. 180 notice_default_data_loaded: Default configuration successfully loaded.
176 notice_unable_delete_version: Unable to delete version. 181 notice_unable_delete_version: Unable to delete version.
177 notice_unable_delete_time_entry: Unable to delete time log entry. 182 notice_unable_delete_time_entry: Unable to delete time log entry.
178 notice_issue_done_ratios_updated: Issue done ratios updated. 183 notice_issue_done_ratios_updated: Issue done ratios updated.
179 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" 184 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
217 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" 222 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
218 mail_subject_wiki_content_added: "'%{id}' wiki page has been added" 223 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
219 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." 224 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
220 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" 225 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
221 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." 226 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
227
228 gui_validation_error: 1 error
229 gui_validation_error_plural: "%{count} errors"
230
231 field_ssamr_user_detail:
232 description: User Description
233 institution: Institution
234
235 field_other_institution: ''
222 236
223 field_name: Name 237 field_name: Name
224 field_description: Description 238 field_description: Description
225 field_summary: Summary 239 field_summary: Summary
226 field_is_required: Required 240 field_is_required: Required
258 field_user: User 272 field_user: User
259 field_principal: Principal 273 field_principal: Principal
260 field_role: Role 274 field_role: Role
261 field_homepage: Homepage 275 field_homepage: Homepage
262 field_is_public: Public 276 field_is_public: Public
277 field_is_private: Private
263 field_parent: Subproject of 278 field_parent: Subproject of
264 field_is_in_roadmap: Issues displayed in roadmap 279 field_is_in_roadmap: Issues displayed in roadmap
265 field_login: Login 280 field_login: Login
266 field_mail_notification: Email notifications 281 field_mail_notification: Email notifications
267 field_admin: Administrator 282 field_admin: Administrator
335 field_board_parent: Parent forum 350 field_board_parent: Parent forum
336 field_private_notes: Private notes 351 field_private_notes: Private notes
337 field_inherit_members: Inherit members 352 field_inherit_members: Inherit members
338 field_generate_password: Generate password 353 field_generate_password: Generate password
339 field_must_change_passwd: Must change password at next logon 354 field_must_change_passwd: Must change password at next logon
340 355 field_public_or_private: "Public or Private?"
356
357 setting_external_repository: "Select this if the project's main repository is hosted somewhere else"
358 setting_external_repository_url: "The URL of the existing external repository. Must be publicly accessible without a password"
359 label_repository_external_url: "External repository URL"
360 field_terms_and_conditions: 'Terms and Conditions:'
361 accept_terms_and_conditions: 'I have read, and agree to, the '
341 setting_app_title: Application title 362 setting_app_title: Application title
342 setting_app_subtitle: Application subtitle 363 setting_app_subtitle: Application subtitle
343 setting_welcome_text: Welcome text 364 setting_welcome_text: Welcome text
344 setting_default_language: Default language 365 setting_default_language: Default language
345 setting_login_required: Authentication required 366 setting_login_required: Authentication required
391 setting_issue_done_ratio_issue_status: Use the issue status 412 setting_issue_done_ratio_issue_status: Use the issue status
392 setting_start_of_week: Start calendars on 413 setting_start_of_week: Start calendars on
393 setting_rest_api_enabled: Enable REST web service 414 setting_rest_api_enabled: Enable REST web service
394 setting_cache_formatted_text: Cache formatted text 415 setting_cache_formatted_text: Cache formatted text
395 setting_default_notification_option: Default notification option 416 setting_default_notification_option: Default notification option
417 setting_has_welcome_page: Select this to replace the project overview page with your welcome page
396 setting_commit_logtime_enabled: Enable time logging 418 setting_commit_logtime_enabled: Enable time logging
397 setting_commit_logtime_activity_id: Activity for logged time 419 setting_commit_logtime_activity_id: Activity for logged time
398 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart 420 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
421 setting_tipoftheday_text: Tip of the Day
422 setting_notifications_text: Notifications
399 setting_issue_group_assignment: Allow issue assignment to groups 423 setting_issue_group_assignment: Allow issue assignment to groups
400 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues 424 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
401 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed 425 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
402 setting_unsubscribe: Allow users to delete their own account 426 setting_unsubscribe: Allow users to delete their own account
403 setting_session_lifetime: Session maximum lifetime 427 setting_session_lifetime: Session maximum lifetime
446 permission_comment_news: Comment news 470 permission_comment_news: Comment news
447 permission_view_documents: View documents 471 permission_view_documents: View documents
448 permission_add_documents: Add documents 472 permission_add_documents: Add documents
449 permission_edit_documents: Edit documents 473 permission_edit_documents: Edit documents
450 permission_delete_documents: Delete documents 474 permission_delete_documents: Delete documents
451 permission_manage_files: Manage files 475 permission_manage_files: Manage downloads
452 permission_view_files: View files 476 permission_view_files: View downloads
453 permission_manage_wiki: Manage wiki 477 permission_manage_wiki: Manage wiki
454 permission_rename_wiki_pages: Rename wiki pages 478 permission_rename_wiki_pages: Rename wiki pages
455 permission_delete_wiki_pages: Delete wiki pages 479 permission_delete_wiki_pages: Delete wiki pages
456 permission_view_wiki_pages: View wiki 480 permission_view_wiki_pages: View wiki
457 permission_view_wiki_edits: View wiki history 481 permission_view_wiki_edits: View wiki history
471 permission_delete_own_messages: Delete own messages 495 permission_delete_own_messages: Delete own messages
472 permission_export_wiki_pages: Export wiki pages 496 permission_export_wiki_pages: Export wiki pages
473 permission_manage_subtasks: Manage subtasks 497 permission_manage_subtasks: Manage subtasks
474 permission_manage_related_issues: Manage related issues 498 permission_manage_related_issues: Manage related issues
475 499
476 project_module_issue_tracking: Issue tracking 500 project_module_issue_tracking: Issue tracking (bugs and feature requests)
477 project_module_time_tracking: Time tracking 501 project_module_time_tracking: Time tracking
478 project_module_news: News 502 project_module_news: News updates
479 project_module_documents: Documents 503 project_module_documents: Documents for download
480 project_module_files: Files 504 project_module_files: Files for download (such as software builds)
481 project_module_wiki: Wiki 505 project_module_wiki: Wiki
482 project_module_repository: Repository 506 project_module_repository: Source code repository
483 project_module_boards: Forums 507 project_module_boards: Forums
484 project_module_calendar: Calendar 508 project_module_calendar: Calendar
485 project_module_gantt: Gantt 509 project_module_gantt: Gantt chart
486 510 project_module_redmine_embedded: Embedded documentation (Javadoc, Doxygen or MATLAB)
511 label_tipoftheday: Tip of the day
512 label_notifications: Important Message
513 label_ssamr_description: Research description
514 label_ssamr_details: Other Details
515 label_ssamr_institution: Institution
516 label_ssamr_description: Research description
487 label_user: User 517 label_user: User
488 label_user_plural: Users 518 label_user_plural: Users
489 label_user_new: New user 519 label_user_new: New user
490 label_user_anonymous: Anonymous 520 label_user_anonymous: Anonymous
491 label_project: Project 521 label_project: Project
492 label_project_new: New project 522 label_project_new: Start a new project
493 label_project_plural: Projects 523 label_project_plural: Projects
524 label_my_project_plural: My Projects
525 label_other_project_plural: Other Projects
526 label_have_no_projects: You are not a member of any projects.
494 label_x_projects: 527 label_x_projects:
495 zero: no projects 528 zero: no projects
496 one: 1 project 529 one: 1 project
497 other: "%{count} projects" 530 other: "%{count} projects"
531 label_x_downloads:
532 zero: never downloaded
533 one: downloaded once
534 other: "downloaded %{count} times"
498 label_project_all: All Projects 535 label_project_all: All Projects
499 label_project_latest: Latest projects 536 label_project_latest: Latest projects
537 label_projects_more: More projects
538 label_project_tags_all: Popular tags
539 label_projects_busy: Busy projects
540 label_projects_mature: Mature projects
541 label_search_projects: Search projects
542 label_institutions_busy: Active institutions
543 label_managers: Managed by
500 label_issue: Issue 544 label_issue: Issue
501 label_issue_new: New issue 545 label_issue_new: New issue
502 label_issue_plural: Issues 546 label_issue_plural: Issues
503 label_issue_view_all: View all issues 547 label_issue_view_all: View all issues
548 label_issue_view_all_watched: View all watched issues
504 label_issues_by: "Issues by %{value}" 549 label_issues_by: "Issues by %{value}"
505 label_issue_added: Issue added 550 label_issue_added: Issue added
506 label_issue_updated: Issue updated 551 label_issue_updated: Issue updated
507 label_issue_note_added: Note added 552 label_issue_note_added: Note added
508 label_issue_status_updated: Status updated 553 label_issue_status_updated: Status updated
516 label_role_new: New role 561 label_role_new: New role
517 label_role_and_permissions: Roles and permissions 562 label_role_and_permissions: Roles and permissions
518 label_role_anonymous: Anonymous 563 label_role_anonymous: Anonymous
519 label_role_non_member: Non member 564 label_role_non_member: Non member
520 label_member: Member 565 label_member: Member
521 label_member_new: New member 566 label_member_new: Add new member
522 label_member_plural: Members 567 label_member_plural: Members
523 label_tracker: Tracker 568 label_tracker: Tracker
524 label_tracker_plural: Trackers 569 label_tracker_plural: Trackers
525 label_tracker_new: New tracker 570 label_tracker_new: New tracker
526 label_workflow: Workflow 571 label_workflow: Workflow
540 label_please_login: Please log in 585 label_please_login: Please log in
541 label_register: Register 586 label_register: Register
542 label_login_with_open_id_option: or login with OpenID 587 label_login_with_open_id_option: or login with OpenID
543 label_password_lost: Lost password 588 label_password_lost: Lost password
544 label_home: Home 589 label_home: Home
590 label_home_heading: Welcome!
545 label_my_page: My page 591 label_my_page: My page
546 label_my_account: My account 592 label_my_account: Account
547 label_my_projects: My projects 593 label_my_projects: My projects
548 label_my_page_block: My page block 594 label_my_page_block: My page block
549 label_administration: Administration 595 label_administration: Administration
550 label_login: Sign in 596 label_login: Sign in
551 label_logout: Sign out 597 label_logout: Sign out
553 label_reported_issues: Reported issues 599 label_reported_issues: Reported issues
554 label_assigned_to_me_issues: Issues assigned to me 600 label_assigned_to_me_issues: Issues assigned to me
555 label_last_login: Last connection 601 label_last_login: Last connection
556 label_registered_on: Registered on 602 label_registered_on: Registered on
557 label_activity: Activity 603 label_activity: Activity
604 label_activity_recent: Recent activity
605 label_activity_my_recent: Recent activity in my projects
606 label_activity_my_recent_none: No recent activity
558 label_overall_activity: Overall activity 607 label_overall_activity: Overall activity
559 label_user_activity: "%{value}'s activity" 608 label_user_activity: "%{value}'s activity"
609 label_institution_activity: "Activity from %{value}"
560 label_new: New 610 label_new: New
561 label_logged_as: Logged in as 611 label_logged_as: Logged in as
562 label_environment: Environment 612 label_environment: Environment
563 label_authentication: Authentication 613 label_authentication: Authentication
564 label_auth_source: Authentication mode 614 label_auth_source: Authentication mode
581 label_change_status: Change status 631 label_change_status: Change status
582 label_history: History 632 label_history: History
583 label_attachment: File 633 label_attachment: File
584 label_attachment_new: New file 634 label_attachment_new: New file
585 label_attachment_delete: Delete file 635 label_attachment_delete: Delete file
586 label_attachment_plural: Files 636 label_attachment_plural: Downloads
587 label_file_added: File added 637 label_file_added: File added
588 label_report: Report 638 label_report: Report
589 label_report_plural: Reports 639 label_report_plural: Reports
590 label_news: News 640 label_news: News
591 label_news_new: Add news 641 label_news_new: Add news
592 label_news_plural: News 642 label_news_plural: News
593 label_news_latest: Latest news 643 label_news_latest: Latest news
644 label_news_site_latest: Site news
645 label_news_more: More news
594 label_news_view_all: View all news 646 label_news_view_all: View all news
595 label_news_added: News added 647 label_news_added: News added
596 label_news_comment_added: Comment added to a news 648 label_news_comment_added: Comment added to a news
597 label_settings: Settings 649 label_settings: Settings
598 label_overview: Overview 650 label_overview: Overview
643 label_months_from: months from 695 label_months_from: months from
644 label_gantt: Gantt 696 label_gantt: Gantt
645 label_internal: Internal 697 label_internal: Internal
646 label_last_changes: "last %{count} changes" 698 label_last_changes: "last %{count} changes"
647 label_change_view_all: View all changes 699 label_change_view_all: View all changes
648 label_personalize_page: Personalize this page 700 label_personalize_page: Personalise this page
649 label_comment: Comment 701 label_comment: Comment
650 label_comment_plural: Comments 702 label_comment_plural: Comments
651 label_x_comments: 703 label_x_comments:
652 zero: no comments 704 zero: no comments
653 one: 1 comment 705 one: 1 comment
691 label_any_issues_not_in_project: any issues not in project 743 label_any_issues_not_in_project: any issues not in project
692 label_no_issues_in_project: no issues in project 744 label_no_issues_in_project: no issues in project
693 label_day_plural: days 745 label_day_plural: days
694 label_repository: Repository 746 label_repository: Repository
695 label_repository_new: New repository 747 label_repository_new: New repository
748 label_is_external_repository: Track an external repository
696 label_repository_plural: Repositories 749 label_repository_plural: Repositories
697 label_browse: Browse 750 label_browse: Browse
751 label_explore_projects: Explore projects
752 label_modification: "%{count} change"
753 label_modification_plural: "%{count} changes"
698 label_branch: Branch 754 label_branch: Branch
699 label_tag: Tag 755 label_tag: Tag
700 label_revision: Revision 756 label_revision: Revision
701 label_revision_plural: Revisions 757 label_revision_plural: Revisions
702 label_revision_id: "Revision %{value}" 758 label_revision_id: "Revision %{value}"
708 label_deleted: deleted 764 label_deleted: deleted
709 label_latest_revision: Latest revision 765 label_latest_revision: Latest revision
710 label_latest_revision_plural: Latest revisions 766 label_latest_revision_plural: Latest revisions
711 label_view_revisions: View revisions 767 label_view_revisions: View revisions
712 label_view_all_revisions: View all revisions 768 label_view_all_revisions: View all revisions
769 label_download_revision: Download as Zip
713 label_max_size: Maximum size 770 label_max_size: Maximum size
714 label_sort_highest: Move to top 771 label_sort_highest: Move to top
715 label_sort_higher: Move up 772 label_sort_higher: Move up
716 label_sort_lower: Move down 773 label_sort_lower: Move down
717 label_sort_lowest: Move to bottom 774 label_sort_lowest: Move to bottom
718 label_roadmap: Roadmap 775 label_roadmap: Roadmap
719 label_roadmap_due_in: "Due in %{value}" 776 label_roadmap_due_in: "Due in %{value}"
720 label_roadmap_overdue: "%{value} late" 777 label_roadmap_overdue: "%{value} late"
721 label_roadmap_no_issues: No issues for this version 778 label_roadmap_no_issues: No issues for this version
722 label_search: Search 779 label_search: Search
723 label_result_plural: Results 780 label_result_plural: Search results
781 label_matching_project_plural: Matching project names
724 label_all_words: All words 782 label_all_words: All words
725 label_wiki: Wiki 783 label_wiki: Wiki
726 label_wiki_edit: Wiki edit 784 label_wiki_edit: Wiki edit
727 label_wiki_edit_plural: Wiki edits 785 label_wiki_edit_plural: Wiki edits
728 label_wiki_page: Wiki page 786 label_wiki_page: Wiki page
798 label_feeds_access_key_created_on: "Atom access key created %{value} ago" 856 label_feeds_access_key_created_on: "Atom access key created %{value} ago"
799 label_module_plural: Modules 857 label_module_plural: Modules
800 label_added_time_by: "Added by %{author} %{age} ago" 858 label_added_time_by: "Added by %{author} %{age} ago"
801 label_updated_time_by: "Updated by %{author} %{age} ago" 859 label_updated_time_by: "Updated by %{author} %{age} ago"
802 label_updated_time: "Updated %{value} ago" 860 label_updated_time: "Updated %{value} ago"
861 label_time_ago: "%{age} ago"
803 label_jump_to_a_project: Jump to a project... 862 label_jump_to_a_project: Jump to a project...
804 label_file_plural: Files 863 label_file_plural: Downloads
805 label_changeset_plural: Changesets 864 label_changeset_plural: Changesets
806 label_default_columns: Default columns 865 label_default_columns: Default columns
807 label_no_change_option: (No change) 866 label_no_change_option: (No change)
808 label_bulk_edit_selected_issues: Bulk edit selected issues 867 label_bulk_edit_selected_issues: Bulk edit selected issues
809 label_bulk_edit_selected_time_entries: Bulk edit selected time entries 868 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
864 label_missing_api_access_key: Missing an API access key 923 label_missing_api_access_key: Missing an API access key
865 label_api_access_key_created_on: "API access key created %{value} ago" 924 label_api_access_key_created_on: "API access key created %{value} ago"
866 label_profile: Profile 925 label_profile: Profile
867 label_subtask_plural: Subtasks 926 label_subtask_plural: Subtasks
868 label_project_copy_notifications: Send email notifications during the project copy 927 label_project_copy_notifications: Send email notifications during the project copy
869 label_principal_search: "Search for user or group:" 928 label_principal_search: "Search by name:"
870 label_user_search: "Search for user:" 929 label_user_search: "Search for user:"
930 label_welcome_page: "Welcome page"
931 label_has_welcome_page: "Use your own welcome page"
871 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author 932 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
872 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee 933 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
873 label_issues_visibility_all: All issues 934 label_issues_visibility_all: All issues
874 label_issues_visibility_public: All non private issues 935 label_issues_visibility_public: All non private issues
875 label_issues_visibility_own: Issues created by or assigned to the user 936 label_issues_visibility_own: Issues created by or assigned to the user
876 label_git_report_last_commit: Report last commit for files and directories 937 label_git_report_last_commit: Report last commit for files and directories
877 label_parent_revision: Parent 938 label_parent_revision: Parent
878 label_child_revision: Child 939 label_child_revision: Child
879 label_export_options: "%{export_format} export options" 940 label_export_options: "%{export_format} export options"
941 label_my_colleagues: "Active projects for people I'm working with"
942 label_working_in: Working in
943 label_no_active_colleagues: No recent activity
880 label_copy_attachments: Copy attachments 944 label_copy_attachments: Copy attachments
881 label_copy_subtasks: Copy subtasks 945 label_copy_subtasks: Copy subtasks
882 label_item_position: "%{position} of %{count}" 946 label_item_position: "%{position} of %{count}"
883 label_completed_versions: Completed versions 947 label_completed_versions: Completed versions
884 label_search_for_watchers: Search for watchers to add 948 label_search_for_watchers: Search for watchers to add
911 button_uncheck_all: Uncheck all 975 button_uncheck_all: Uncheck all
912 button_collapse_all: Collapse all 976 button_collapse_all: Collapse all
913 button_expand_all: Expand all 977 button_expand_all: Expand all
914 button_delete: Delete 978 button_delete: Delete
915 button_create: Create 979 button_create: Create
916 button_create_and_continue: Create and continue 980 button_create_and_continue: Create and Add Another
917 button_test: Test 981 button_test: Test
918 button_edit: Edit 982 button_edit: Edit
919 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" 983 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
920 button_add: Add 984 button_add: Add
921 button_change: Change 985 button_change: Change
949 button_configure: Configure 1013 button_configure: Configure
950 button_quote: Quote 1014 button_quote: Quote
951 button_duplicate: Duplicate 1015 button_duplicate: Duplicate
952 button_show: Show 1016 button_show: Show
953 button_hide: Hide 1017 button_hide: Hide
1018 button_welcome_page_edit: Create or edit welcome page
1019 button_welcome_page_edit_this: Edit this page
954 button_edit_section: Edit this section 1020 button_edit_section: Edit this section
955 button_export: Export 1021 button_export: Export
956 button_delete_my_account: Delete my account 1022 button_delete_my_account: Delete my account
957 button_close: Close 1023 button_close: Close
958 button_reopen: Reopen 1024 button_reopen: Reopen
968 version_status_open: open 1034 version_status_open: open
969 version_status_locked: locked 1035 version_status_locked: locked
970 version_status_closed: closed 1036 version_status_closed: closed
971 1037
972 field_active: Active 1038 field_active: Active
1039 field_current: Current
973 1040
974 text_select_mail_notifications: Select actions for which email notifications should be sent. 1041 text_select_mail_notifications: Select actions for which email notifications should be sent.
975 text_regexp_info: eg. ^[A-Z0-9]+$ 1042 text_regexp_info: eg. ^[A-Z0-9]+$
976 text_min_max_length_info: 0 means no restriction 1043 text_min_max_length_info: 0 means no restriction
977 text_project_destroy_confirmation: Are you sure you want to delete this project and related data? 1044 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
984 text_journal_deleted: "%{label} deleted (%{old})" 1051 text_journal_deleted: "%{label} deleted (%{old})"
985 text_journal_added: "%{label} %{value} added" 1052 text_journal_added: "%{label} %{value} added"
986 text_tip_issue_begin_day: issue beginning this day 1053 text_tip_issue_begin_day: issue beginning this day
987 text_tip_issue_end_day: issue ending this day 1054 text_tip_issue_end_day: issue ending this day
988 text_tip_issue_begin_end_day: issue beginning and ending this day 1055 text_tip_issue_begin_end_day: issue beginning and ending this day
989 text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.' 1056 text_project_identifier_info: 'The system identifier that will form the unique part of the URL for your project.<br/>Only lower case letters (a-z), numbers, dashes and underscores are allowed. Must start with a letter.<br />Once saved, the identifier cannot be changed.'
1057 text_project_homepage_info: 'Optional link to an external project page.'
990 text_caracters_maximum: "%{count} characters maximum." 1058 text_caracters_maximum: "%{count} characters maximum."
991 text_caracters_minimum: "Must be at least %{count} characters long." 1059 text_caracters_minimum: "Must be at least %{count} characters long."
992 text_length_between: "Length between %{min} and %{max} characters." 1060 text_length_between: "Length between %{min} and %{max} characters."
1061 text_project_name_info: "This will be the name of your project as it appears throughout this site.<br /> You can change it at any time, in the project's settings."
1062 text_project_public_info: "Public: visible to anybody browsing the site."
1063 text_project_private_info: "Private: visible only to you, and to users you have added as project members."
1064 text_project_visibility_info: "You can change whether your project is public or private later if you wish."
1065 text_user_ssamr_description_info: 'Please describe your current research or development interests.<br/>This information will be used at registration to determine that you are a real person &ndash; so please be descriptive, or your application may be delayed or rejected.<br/>After registration, the description is publicly visible in your profile and you can edit it at any time.'
1066 text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.'
1067
993 text_tracker_no_workflow: No workflow defined for this tracker 1068 text_tracker_no_workflow: No workflow defined for this tracker
994 text_unallowed_characters: Unallowed characters 1069 text_unallowed_characters: Unallowed characters
995 text_comma_separated: Multiple values allowed (comma separated). 1070 text_comma_separated: Multiple values allowed (comma separated).
996 text_line_separated: Multiple values allowed (one line for each value). 1071 text_line_separated: Multiple values allowed (one line for each value).
997 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages 1072 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
1021 text_reassign_time_entries: 'Reassign reported hours to this issue:' 1096 text_reassign_time_entries: 'Reassign reported hours to this issue:'
1022 text_user_wrote: "%{value} wrote:" 1097 text_user_wrote: "%{value} wrote:"
1023 text_enumeration_destroy_question: "%{count} objects are assigned to this value." 1098 text_enumeration_destroy_question: "%{count} objects are assigned to this value."
1024 text_enumeration_category_reassign_to: 'Reassign them to this value:' 1099 text_enumeration_category_reassign_to: 'Reassign them to this value:'
1025 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." 1100 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
1026 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." 1101 text_repository_usernames_mapping: "Select the project member associated with each username found in the repository log.\nUsers whose name or email matches that in the repository are mapped automatically."
1027 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' 1102 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
1028 text_custom_field_possible_values_info: 'One line for each value' 1103 text_custom_field_possible_values_info: 'One line for each value'
1029 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" 1104 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
1030 text_wiki_page_nullify_children: "Keep child pages as root pages" 1105 text_wiki_page_nullify_children: "Keep child pages as root pages"
1031 text_wiki_page_destroy_children: "Delete child pages and all their descendants" 1106 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
1032 text_wiki_page_reassign_children: "Reassign child pages to this parent page" 1107 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
1033 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?" 1108 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?"
1034 text_zoom_in: Zoom in 1109 text_zoom_in: Zoom in
1035 text_zoom_out: Zoom out 1110 text_zoom_out: Zoom out
1036 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." 1111 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
1112 text_files_active_change: <br>Click the star to switch active status for a download on or off.<br>Active files will be shown more prominently in the download page.
1113 text_settings_repo_creation: <b>Creating repository...</b></p><p>The source code repository for a project will be set up automatically within a few minutes of the project being created.</p><p>Please reload this page in five minutes, and <a href="/projects/soundsoftware-site/wiki/Help">contact us</a> if there is any problem.</p><p>If you wish to use this project to track a repository that is already hosted somewhere else, please wait until the repository has been created here and then return to this settings page to configure it.</p><p>If you don't want a repository at all, go to the Modules tab and switch it off there.
1037 text_scm_path_encoding_note: "Default: UTF-8" 1114 text_scm_path_encoding_note: "Default: UTF-8"
1038 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) 1115 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
1039 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) 1116 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1040 text_scm_command: Command 1117 text_scm_command: Command
1041 text_scm_command_version: Version 1118 text_scm_command_version: Version
1046 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}" 1123 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}"
1047 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it." 1124 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it."
1048 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." 1125 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1049 text_project_closed: This project is closed and read-only. 1126 text_project_closed: This project is closed and read-only.
1050 text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item." 1127 text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item."
1128 text_settings_repo_explanation: <b>External repositories</b><p>Normally your project's primary repository will be the Mercurial repository hosted at this site.<p>However, if you already have your project hosted somewhere else, you can specify your existing external repository's URL here &ndash; then this site will track that repository in a read-only &ldquo;mirror&rdquo; copy. External Mercurial, git and Subversion repositories can be tracked. Note that you cannot switch to an external repository if you have already made any commits to the repository hosted here.
1129 text_settings_repo_is_internal: Currently the repository hosted at this site is the primary repository for this project.
1130 text_settings_repo_is_external: Currently the repository hosted at this site is a read-only copy of an external repository.
1131 text_settings_repo_need_help: Please <a href="/projects/soundsoftware-site/wiki/Help">contact us</a> if you need help deciding how best to set this up.<br>We can also import complete revision history from other systems into a new primary repository for you if you wish.
1132 text_has_welcome_page_info: <b>Welcome page</b><p>You can replace the standard %{overview_link} page for this project with your own welcome page.<br>This page will be editable using the project Wiki.
1133 text_has_welcome_page_wiki_disabled: <b>Note:</b> You must enable the Wiki module in the %{modules_link} tab before you can create or edit this page.
1134 text_binary_data: Binary data
1135 text_data_too_large: Binary data, or file too large to display
1051 1136
1052 default_role_manager: Manager 1137 default_role_manager: Manager
1053 default_role_developer: Developer 1138 default_role_developer: Developer
1054 default_role_reporter: Reporter 1139 default_role_reporter: Reporter
1055 default_tracker_bug: Bug 1140 default_tracker_bug: Bug
1073 1158
1074 enumeration_issue_priorities: Issue priorities 1159 enumeration_issue_priorities: Issue priorities
1075 enumeration_doc_categories: Document categories 1160 enumeration_doc_categories: Document categories
1076 enumeration_activities: Activities (time tracking) 1161 enumeration_activities: Activities (time tracking)
1077 enumeration_system_activity: System Activity 1162 enumeration_system_activity: System Activity
1163
1164 label_manager_description: All powers including adding and removing members and adjusting project settings
1165 label_developer_description: Can commit to repository and carry out most project editing tasks
1166 label_reporter_description: Can submit bug reports; has read access for private projects
1167
1168 label_set_role_plural: Choose roles for new member
1169
1170 notice_added_to_project: 'You have been added to the project "%{project_name}".'
1171 notice_project_homepage: "You can visit the project using the following link: %{project_url}"
1172 mail_subject_added_to_project: "You've been added to a project on %{value}"
1078 description_filter: Filter 1173 description_filter: Filter
1079 description_search: Searchfield 1174 description_search: Searchfield
1080 description_choose_project: Projects 1175 description_choose_project: Projects
1081 description_project_scope: Search scope 1176 description_project_scope: Search scope
1082 description_notes: Notes 1177 description_notes: Notes
1092 description_date_range_list: Choose range from list 1187 description_date_range_list: Choose range from list
1093 description_date_range_interval: Choose range by selecting start and end date 1188 description_date_range_interval: Choose range by selecting start and end date
1094 description_date_from: Enter start date 1189 description_date_from: Enter start date
1095 description_date_to: Enter end date 1190 description_date_to: Enter end date
1096 text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.' 1191 text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.'
1192
1193 text_who_can_register: '<h3>Who can register here?</h3><p>You can register if you are a researcher in the audio and music field are you are:<ul><li>working in the UK,</li><li>working with UK researchers who are also using this site, <i>or</i></li><li>working on projects having an audience within the UK research community.</li></ul></p><p>Please ensure you provide enough information in the description below to establish which of these is the case.</p><p>(You do not need to register in order to download or use code from this site &mdash; only to host your own code here.)</p>'
1194
1195 field_no_tags: No tags
1196