comparison config/locales/en.yml @ 1116:bb32da3bea34 redmine-2.2-integration

Merge from live
author Chris Cannam
date Mon, 07 Jan 2013 14:41:20 +0000
parents 433d4f72a19b 0d837624e795
children 16826c3afbba
comparison
equal deleted inserted replaced
1115:433d4f72a19b 1116:bb32da3bea34
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:
127 even: "must be even" 130 even: "must be even"
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"
135 must_accept_terms_and_conditions: "You must accept the Terms and Conditions"
136 public_or_private: "You must select either public or private"
132 137
133 actionview_instancetag_blank_option: Please select 138 actionview_instancetag_blank_option: Please select
134 139
135 general_text_No: 'No' 140 general_text_No: 'No'
136 general_text_Yes: 'Yes' 141 general_text_Yes: 'Yes'
139 general_lang_name: 'English' 144 general_lang_name: 'English'
140 general_csv_separator: ',' 145 general_csv_separator: ','
141 general_csv_decimal_separator: '.' 146 general_csv_decimal_separator: '.'
142 general_csv_encoding: ISO-8859-1 147 general_csv_encoding: ISO-8859-1
143 general_pdf_encoding: UTF-8 148 general_pdf_encoding: UTF-8
144 general_first_day_of_week: '7' 149 general_first_day_of_week: '1'
145 150
146 notice_account_updated: Account was successfully updated. 151 notice_account_updated: Account was successfully updated.
147 notice_account_invalid_creditentials: Invalid user or password 152 notice_account_invalid_creditentials: Invalid user or password
148 notice_account_password_updated: Password was successfully updated. 153 notice_account_password_updated: Password was successfully updated.
149 notice_account_wrong_password: Wrong password 154 notice_account_wrong_password: Wrong password
166 notice_api_access_key_reseted: Your API access key was reset. 171 notice_api_access_key_reseted: Your API access key was reset.
167 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." 172 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
168 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." 173 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
169 notice_failed_to_save_members: "Failed to save member(s): %{errors}." 174 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
170 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." 175 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
171 notice_account_pending: "Your account was created and is now pending administrator approval." 176 notice_account_pending: "Your account is now awaiting administrator approval. You will receive a notification email when your account has been activated."
172 notice_default_data_loaded: Default configuration successfully loaded. 177 notice_default_data_loaded: Default configuration successfully loaded.
173 notice_unable_delete_version: Unable to delete version. 178 notice_unable_delete_version: Unable to delete version.
174 notice_unable_delete_time_entry: Unable to delete time log entry. 179 notice_unable_delete_time_entry: Unable to delete time log entry.
175 notice_issue_done_ratios_updated: Issue done ratios updated. 180 notice_issue_done_ratios_updated: Issue done ratios updated.
176 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" 181 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
216 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" 221 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
217 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." 222 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
218 223
219 gui_validation_error: 1 error 224 gui_validation_error: 1 error
220 gui_validation_error_plural: "%{count} errors" 225 gui_validation_error_plural: "%{count} errors"
226
227 field_ssamr_user_detail:
228 description: User Description
229 institution: Institution
230
231 field_other_institution: ''
221 232
222 field_name: Name 233 field_name: Name
223 field_description: Description 234 field_description: Description
224 field_summary: Summary 235 field_summary: Summary
225 field_is_required: Required 236 field_is_required: Required
256 field_user: User 267 field_user: User
257 field_principal: Principal 268 field_principal: Principal
258 field_role: Role 269 field_role: Role
259 field_homepage: Homepage 270 field_homepage: Homepage
260 field_is_public: Public 271 field_is_public: Public
272 field_is_private: Private
261 field_parent: Subproject of 273 field_parent: Subproject of
262 field_is_in_roadmap: Issues displayed in roadmap 274 field_is_in_roadmap: Issues displayed in roadmap
263 field_login: Login 275 field_login: Login
264 field_mail_notification: Email notifications 276 field_mail_notification: Email notifications
265 field_admin: Administrator 277 field_admin: Administrator
330 field_auth_source_ldap_filter: LDAP filter 342 field_auth_source_ldap_filter: LDAP filter
331 field_core_fields: Standard fields 343 field_core_fields: Standard fields
332 field_timeout: "Timeout (in seconds)" 344 field_timeout: "Timeout (in seconds)"
333 field_board_parent: Parent forum 345 field_board_parent: Parent forum
334 field_private_notes: Private notes 346 field_private_notes: Private notes
335 347 field_public_or_private: "Public or Private?"
348
349 setting_external_repository: "Select this if the project's main repository is hosted somewhere else"
350 setting_external_repository_url: "The URL of the existing external repository. Must be publicly accessible without a password"
351 label_repository_external_url: "External repository URL"
352 field_terms_and_conditions: 'Terms and Conditions:'
353 accept_terms_and_conditions: 'I have read and agree with the '
336 setting_app_title: Application title 354 setting_app_title: Application title
337 setting_app_subtitle: Application subtitle 355 setting_app_subtitle: Application subtitle
338 setting_welcome_text: Welcome text 356 setting_welcome_text: Welcome text
339 setting_default_language: Default language 357 setting_default_language: Default language
340 setting_login_required: Authentication required 358 setting_login_required: Authentication required
386 setting_issue_done_ratio_issue_status: Use the issue status 404 setting_issue_done_ratio_issue_status: Use the issue status
387 setting_start_of_week: Start calendars on 405 setting_start_of_week: Start calendars on
388 setting_rest_api_enabled: Enable REST web service 406 setting_rest_api_enabled: Enable REST web service
389 setting_cache_formatted_text: Cache formatted text 407 setting_cache_formatted_text: Cache formatted text
390 setting_default_notification_option: Default notification option 408 setting_default_notification_option: Default notification option
409 setting_has_welcome_page: Select this to replace the project overview page with your welcome page
391 setting_commit_logtime_enabled: Enable time logging 410 setting_commit_logtime_enabled: Enable time logging
392 setting_commit_logtime_activity_id: Activity for logged time 411 setting_commit_logtime_activity_id: Activity for logged time
393 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart 412 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
413 setting_tipoftheday_text: Tip of the Day
414 setting_notifications_text: Notifications
394 setting_issue_group_assignment: Allow issue assignment to groups 415 setting_issue_group_assignment: Allow issue assignment to groups
395 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues 416 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
396 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed 417 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
397 setting_unsubscribe: Allow users to delete their own account 418 setting_unsubscribe: Allow users to delete their own account
398 setting_session_lifetime: Session maximum lifetime 419 setting_session_lifetime: Session maximum lifetime
436 permission_edit_own_time_entries: Edit own time logs 457 permission_edit_own_time_entries: Edit own time logs
437 permission_manage_news: Manage news 458 permission_manage_news: Manage news
438 permission_comment_news: Comment news 459 permission_comment_news: Comment news
439 permission_manage_documents: Manage documents 460 permission_manage_documents: Manage documents
440 permission_view_documents: View documents 461 permission_view_documents: View documents
441 permission_manage_files: Manage files 462 permission_manage_files: Manage downloads
442 permission_view_files: View files 463 permission_view_files: View downloads
443 permission_manage_wiki: Manage wiki 464 permission_manage_wiki: Manage wiki
444 permission_rename_wiki_pages: Rename wiki pages 465 permission_rename_wiki_pages: Rename wiki pages
445 permission_delete_wiki_pages: Delete wiki pages 466 permission_delete_wiki_pages: Delete wiki pages
446 permission_view_wiki_pages: View wiki 467 permission_view_wiki_pages: View wiki
447 permission_view_wiki_edits: View wiki history 468 permission_view_wiki_edits: View wiki history
461 permission_delete_own_messages: Delete own messages 482 permission_delete_own_messages: Delete own messages
462 permission_export_wiki_pages: Export wiki pages 483 permission_export_wiki_pages: Export wiki pages
463 permission_manage_subtasks: Manage subtasks 484 permission_manage_subtasks: Manage subtasks
464 permission_manage_related_issues: Manage related issues 485 permission_manage_related_issues: Manage related issues
465 486
466 project_module_issue_tracking: Issue tracking 487 project_module_issue_tracking: Issue tracking (bugs and feature requests)
467 project_module_time_tracking: Time tracking 488 project_module_time_tracking: Time tracking
468 project_module_news: News 489 project_module_news: News updates
469 project_module_documents: Documents 490 project_module_documents: Documents for download
470 project_module_files: Files 491 project_module_files: Files for download (such as software builds)
471 project_module_wiki: Wiki 492 project_module_wiki: Wiki
472 project_module_repository: Repository 493 project_module_repository: Source code repository
473 project_module_boards: Forums 494 project_module_boards: Forums
474 project_module_calendar: Calendar 495 project_module_calendar: Calendar
475 project_module_gantt: Gantt 496 project_module_gantt: Gantt chart
476 497 project_module_embedded: Embedded documentation (Javadoc, Doxygen or MATLAB)
498 label_tipoftheday: Tip of the day
499 label_notifications: Important Message
500 field_terms_and_conditions: 'Terms and Conditions:'
501 accept_terms_and_conditions: 'I have read and agree with the '
502 label_ssamr_description: Research description
503 label_ssamr_details: Other Details
504 label_ssamr_institution: Institution
505 label_ssamr_description: Research description
477 label_user: User 506 label_user: User
478 label_user_plural: Users 507 label_user_plural: Users
479 label_user_new: New user 508 label_user_new: New user
480 label_user_anonymous: Anonymous 509 label_user_anonymous: Anonymous
481 label_project: Project 510 label_project: Project
482 label_project_new: New project 511 label_project_new: Start a new project
483 label_project_plural: Projects 512 label_project_plural: Projects
513 label_my_project_plural: My Projects
514 label_other_project_plural: Other Projects
484 label_x_projects: 515 label_x_projects:
485 zero: no projects 516 zero: no projects
486 one: 1 project 517 one: 1 project
487 other: "%{count} projects" 518 other: "%{count} projects"
519 label_x_downloads:
520 zero: never downloaded
521 one: downloaded once
522 other: "downloaded %{count} times"
488 label_project_all: All Projects 523 label_project_all: All Projects
489 label_project_latest: Latest projects 524 label_project_latest: Latest projects
525 label_projects_more: More projects
526 label_project_tags_all: Popular tags
527 label_projects_busy: Busy projects
528 label_institutions_busy: Active institutions
529 label_managers: Managed by
490 label_issue: Issue 530 label_issue: Issue
491 label_issue_new: New issue 531 label_issue_new: New issue
492 label_issue_plural: Issues 532 label_issue_plural: Issues
493 label_issue_view_all: View all issues 533 label_issue_view_all: View all issues
534 label_issue_view_all_watched: View all watched issues
494 label_issues_by: "Issues by %{value}" 535 label_issues_by: "Issues by %{value}"
495 label_issue_added: Issue added 536 label_issue_added: Issue added
496 label_issue_updated: Issue updated 537 label_issue_updated: Issue updated
497 label_issue_note_added: Note added 538 label_issue_note_added: Note added
498 label_issue_status_updated: Status updated 539 label_issue_status_updated: Status updated
506 label_role_new: New role 547 label_role_new: New role
507 label_role_and_permissions: Roles and permissions 548 label_role_and_permissions: Roles and permissions
508 label_role_anonymous: Anonymous 549 label_role_anonymous: Anonymous
509 label_role_non_member: Non member 550 label_role_non_member: Non member
510 label_member: Member 551 label_member: Member
511 label_member_new: New member 552 label_member_new: Add new member
512 label_member_plural: Members 553 label_member_plural: Members
513 label_tracker: Tracker 554 label_tracker: Tracker
514 label_tracker_plural: Trackers 555 label_tracker_plural: Trackers
515 label_tracker_new: New tracker 556 label_tracker_new: New tracker
516 label_workflow: Workflow 557 label_workflow: Workflow
530 label_please_login: Please log in 571 label_please_login: Please log in
531 label_register: Register 572 label_register: Register
532 label_login_with_open_id_option: or login with OpenID 573 label_login_with_open_id_option: or login with OpenID
533 label_password_lost: Lost password 574 label_password_lost: Lost password
534 label_home: Home 575 label_home: Home
576 label_home_heading: Welcome!
535 label_my_page: My page 577 label_my_page: My page
536 label_my_account: My account 578 label_my_account: Account
537 label_my_projects: My projects 579 label_my_projects: My projects
538 label_my_page_block: My page block 580 label_my_page_block: My page block
539 label_administration: Administration 581 label_administration: Administration
540 label_login: Sign in 582 label_login: Sign in
541 label_logout: Sign out 583 label_logout: Sign out
543 label_reported_issues: Reported issues 585 label_reported_issues: Reported issues
544 label_assigned_to_me_issues: Issues assigned to me 586 label_assigned_to_me_issues: Issues assigned to me
545 label_last_login: Last connection 587 label_last_login: Last connection
546 label_registered_on: Registered on 588 label_registered_on: Registered on
547 label_activity: Activity 589 label_activity: Activity
590 label_activity_recent: Recent activity
591 label_activity_my_recent: Recent activity in my projects
592 label_activity_my_recent_none: No recent activity
548 label_overall_activity: Overall activity 593 label_overall_activity: Overall activity
549 label_user_activity: "%{value}'s activity" 594 label_user_activity: "%{value}'s activity"
595 label_institution_activity: "Activity from %{value}"
550 label_new: New 596 label_new: New
551 label_logged_as: Logged in as 597 label_logged_as: Logged in as
552 label_environment: Environment 598 label_environment: Environment
553 label_authentication: Authentication 599 label_authentication: Authentication
554 label_auth_source: Authentication mode 600 label_auth_source: Authentication mode
573 label_change_status: Change status 619 label_change_status: Change status
574 label_history: History 620 label_history: History
575 label_attachment: File 621 label_attachment: File
576 label_attachment_new: New file 622 label_attachment_new: New file
577 label_attachment_delete: Delete file 623 label_attachment_delete: Delete file
578 label_attachment_plural: Files 624 label_attachment_plural: Downloads
579 label_file_added: File added 625 label_file_added: File added
580 label_report: Report 626 label_report: Report
581 label_report_plural: Reports 627 label_report_plural: Reports
582 label_news: News 628 label_news: News
583 label_news_new: Add news 629 label_news_new: Add news
584 label_news_plural: News 630 label_news_plural: News
585 label_news_latest: Latest news 631 label_news_latest: Latest news
632 label_news_site_latest: Site news
633 label_news_more: More news
586 label_news_view_all: View all news 634 label_news_view_all: View all news
587 label_news_added: News added 635 label_news_added: News added
588 label_news_comment_added: Comment added to a news 636 label_news_comment_added: Comment added to a news
589 label_settings: Settings 637 label_settings: Settings
590 label_overview: Overview 638 label_overview: Overview
634 label_months_from: months from 682 label_months_from: months from
635 label_gantt: Gantt 683 label_gantt: Gantt
636 label_internal: Internal 684 label_internal: Internal
637 label_last_changes: "last %{count} changes" 685 label_last_changes: "last %{count} changes"
638 label_change_view_all: View all changes 686 label_change_view_all: View all changes
639 label_personalize_page: Personalize this page 687 label_personalize_page: Personalise this page
640 label_comment: Comment 688 label_comment: Comment
641 label_comment_plural: Comments 689 label_comment_plural: Comments
642 label_x_comments: 690 label_x_comments:
643 zero: no comments 691 zero: no comments
644 one: 1 comment 692 one: 1 comment
682 label_any_issues_not_in_project: any issues not in project 730 label_any_issues_not_in_project: any issues not in project
683 label_no_issues_in_project: no issues in project 731 label_no_issues_in_project: no issues in project
684 label_day_plural: days 732 label_day_plural: days
685 label_repository: Repository 733 label_repository: Repository
686 label_repository_new: New repository 734 label_repository_new: New repository
735 label_is_external_repository: Track an external repository
687 label_repository_plural: Repositories 736 label_repository_plural: Repositories
688 label_browse: Browse 737 label_explore_projects: Explore projects
689 label_modification: "%{count} change" 738 label_modification: "%{count} change"
690 label_modification_plural: "%{count} changes" 739 label_modification_plural: "%{count} changes"
691 label_branch: Branch 740 label_branch: Branch
692 label_tag: Tag 741 label_tag: Tag
693 label_revision: Revision 742 label_revision: Revision
701 label_deleted: deleted 750 label_deleted: deleted
702 label_latest_revision: Latest revision 751 label_latest_revision: Latest revision
703 label_latest_revision_plural: Latest revisions 752 label_latest_revision_plural: Latest revisions
704 label_view_revisions: View revisions 753 label_view_revisions: View revisions
705 label_view_all_revisions: View all revisions 754 label_view_all_revisions: View all revisions
755 label_download_revision: Download as Zip
706 label_max_size: Maximum size 756 label_max_size: Maximum size
707 label_sort_highest: Move to top 757 label_sort_highest: Move to top
708 label_sort_higher: Move up 758 label_sort_higher: Move up
709 label_sort_lower: Move down 759 label_sort_lower: Move down
710 label_sort_lowest: Move to bottom 760 label_sort_lowest: Move to bottom
711 label_roadmap: Roadmap 761 label_roadmap: Roadmap
712 label_roadmap_due_in: "Due in %{value}" 762 label_roadmap_due_in: "Due in %{value}"
713 label_roadmap_overdue: "%{value} late" 763 label_roadmap_overdue: "%{value} late"
714 label_roadmap_no_issues: No issues for this version 764 label_roadmap_no_issues: No issues for this version
715 label_search: Search 765 label_search: Search
716 label_result_plural: Results 766 label_result_plural: Search results
767 label_matching_project_plural: Matching project names
717 label_all_words: All words 768 label_all_words: All words
718 label_wiki: Wiki 769 label_wiki: Wiki
719 label_wiki_edit: Wiki edit 770 label_wiki_edit: Wiki edit
720 label_wiki_edit_plural: Wiki edits 771 label_wiki_edit_plural: Wiki edits
721 label_wiki_page: Wiki page 772 label_wiki_page: Wiki page
791 label_feeds_access_key_created_on: "RSS access key created %{value} ago" 842 label_feeds_access_key_created_on: "RSS access key created %{value} ago"
792 label_module_plural: Modules 843 label_module_plural: Modules
793 label_added_time_by: "Added by %{author} %{age} ago" 844 label_added_time_by: "Added by %{author} %{age} ago"
794 label_updated_time_by: "Updated by %{author} %{age} ago" 845 label_updated_time_by: "Updated by %{author} %{age} ago"
795 label_updated_time: "Updated %{value} ago" 846 label_updated_time: "Updated %{value} ago"
847 label_time_ago: "{{age}} ago"
796 label_jump_to_a_project: Jump to a project... 848 label_jump_to_a_project: Jump to a project...
797 label_file_plural: Files 849 label_file_plural: Downloads
798 label_changeset_plural: Changesets 850 label_changeset_plural: Changesets
799 label_default_columns: Default columns 851 label_default_columns: Default columns
800 label_no_change_option: (No change) 852 label_no_change_option: (No change)
801 label_bulk_edit_selected_issues: Bulk edit selected issues 853 label_bulk_edit_selected_issues: Bulk edit selected issues
802 label_bulk_edit_selected_time_entries: Bulk edit selected time entries 854 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
857 label_missing_api_access_key: Missing an API access key 909 label_missing_api_access_key: Missing an API access key
858 label_api_access_key_created_on: "API access key created %{value} ago" 910 label_api_access_key_created_on: "API access key created %{value} ago"
859 label_profile: Profile 911 label_profile: Profile
860 label_subtask_plural: Subtasks 912 label_subtask_plural: Subtasks
861 label_project_copy_notifications: Send email notifications during the project copy 913 label_project_copy_notifications: Send email notifications during the project copy
862 label_principal_search: "Search for user or group:" 914 label_principal_search: "Search by name:"
863 label_user_search: "Search for user:" 915 label_user_search: "Search for user:"
916 label_welcome_page: "Welcome page"
917 label_has_welcome_page: "Use your own welcome page"
864 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author 918 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
865 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee 919 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
866 label_issues_visibility_all: All issues 920 label_issues_visibility_all: All issues
867 label_issues_visibility_public: All non private issues 921 label_issues_visibility_public: All non private issues
868 label_issues_visibility_own: Issues created by or assigned to the user 922 label_issues_visibility_own: Issues created by or assigned to the user
897 button_uncheck_all: Uncheck all 951 button_uncheck_all: Uncheck all
898 button_collapse_all: Collapse all 952 button_collapse_all: Collapse all
899 button_expand_all: Expand all 953 button_expand_all: Expand all
900 button_delete: Delete 954 button_delete: Delete
901 button_create: Create 955 button_create: Create
902 button_create_and_continue: Create and continue 956 button_create_and_continue: Create and Add Another
903 button_test: Test 957 button_test: Test
904 button_edit: Edit 958 button_edit: Edit
905 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" 959 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
906 button_add: Add 960 button_add: Add
907 button_change: Change 961 button_change: Change
935 button_configure: Configure 989 button_configure: Configure
936 button_quote: Quote 990 button_quote: Quote
937 button_duplicate: Duplicate 991 button_duplicate: Duplicate
938 button_show: Show 992 button_show: Show
939 button_hide: Hide 993 button_hide: Hide
994 button_welcome_page_edit: Create or edit welcome page
995 button_welcome_page_edit_this: Edit this page
940 button_edit_section: Edit this section 996 button_edit_section: Edit this section
941 button_export: Export 997 button_export: Export
942 button_delete_my_account: Delete my account 998 button_delete_my_account: Delete my account
943 button_close: Close 999 button_close: Close
944 button_reopen: Reopen 1000 button_reopen: Reopen
954 version_status_open: open 1010 version_status_open: open
955 version_status_locked: locked 1011 version_status_locked: locked
956 version_status_closed: closed 1012 version_status_closed: closed
957 1013
958 field_active: Active 1014 field_active: Active
1015 field_current: Current
959 1016
960 text_select_mail_notifications: Select actions for which email notifications should be sent. 1017 text_select_mail_notifications: Select actions for which email notifications should be sent.
961 text_regexp_info: eg. ^[A-Z0-9]+$ 1018 text_regexp_info: eg. ^[A-Z0-9]+$
962 text_min_max_length_info: 0 means no restriction 1019 text_min_max_length_info: 0 means no restriction
963 text_project_destroy_confirmation: Are you sure you want to delete this project and related data? 1020 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
970 text_journal_deleted: "%{label} deleted (%{old})" 1027 text_journal_deleted: "%{label} deleted (%{old})"
971 text_journal_added: "%{label} %{value} added" 1028 text_journal_added: "%{label} %{value} added"
972 text_tip_issue_begin_day: issue beginning this day 1029 text_tip_issue_begin_day: issue beginning this day
973 text_tip_issue_end_day: issue ending this day 1030 text_tip_issue_end_day: issue ending this day
974 text_tip_issue_begin_end_day: issue beginning and ending this day 1031 text_tip_issue_begin_end_day: issue beginning and ending this day
975 text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.' 1032 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.<br />Once saved, the identifier cannot be changed.'
1033 text_project_homepage_info: 'Optional link to an external project page.'
976 text_caracters_maximum: "%{count} characters maximum." 1034 text_caracters_maximum: "%{count} characters maximum."
977 text_caracters_minimum: "Must be at least %{count} characters long." 1035 text_caracters_minimum: "Must be at least %{count} characters long."
978 text_length_between: "Length between %{min} and %{max} characters." 1036 text_length_between: "Length between %{min} and %{max} characters."
1037 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."
1038 text_project_public_info: "Public: visible to anybody browsing the site."
1039 text_project_private_info: "Private: visible only to you, and to users you have added as project members."
1040 text_project_visibility_info: "You can change whether your project is public or private later if you wish."
1041 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.'
1042 text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.'
1043
979 text_tracker_no_workflow: No workflow defined for this tracker 1044 text_tracker_no_workflow: No workflow defined for this tracker
980 text_unallowed_characters: Unallowed characters 1045 text_unallowed_characters: Unallowed characters
981 text_comma_separated: Multiple values allowed (comma separated). 1046 text_comma_separated: Multiple values allowed (comma separated).
982 text_line_separated: Multiple values allowed (one line for each value). 1047 text_line_separated: Multiple values allowed (one line for each value).
983 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages 1048 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
1006 text_reassign_time_entries: 'Reassign reported hours to this issue:' 1071 text_reassign_time_entries: 'Reassign reported hours to this issue:'
1007 text_user_wrote: "%{value} wrote:" 1072 text_user_wrote: "%{value} wrote:"
1008 text_enumeration_destroy_question: "%{count} objects are assigned to this value." 1073 text_enumeration_destroy_question: "%{count} objects are assigned to this value."
1009 text_enumeration_category_reassign_to: 'Reassign them to this value:' 1074 text_enumeration_category_reassign_to: 'Reassign them to this value:'
1010 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." 1075 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."
1011 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." 1076 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."
1012 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' 1077 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
1013 text_custom_field_possible_values_info: 'One line for each value' 1078 text_custom_field_possible_values_info: 'One line for each value'
1014 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" 1079 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
1015 text_wiki_page_nullify_children: "Keep child pages as root pages" 1080 text_wiki_page_nullify_children: "Keep child pages as root pages"
1016 text_wiki_page_destroy_children: "Delete child pages and all their descendants" 1081 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
1017 text_wiki_page_reassign_children: "Reassign child pages to this parent page" 1082 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
1018 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?" 1083 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?"
1019 text_zoom_in: Zoom in 1084 text_zoom_in: Zoom in
1020 text_zoom_out: Zoom out 1085 text_zoom_out: Zoom out
1021 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." 1086 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
1087 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.
1088 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.
1022 text_scm_path_encoding_note: "Default: UTF-8" 1089 text_scm_path_encoding_note: "Default: UTF-8"
1023 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) 1090 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
1024 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) 1091 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1025 text_scm_command: Command 1092 text_scm_command: Command
1026 text_scm_command_version: Version 1093 text_scm_command_version: Version
1030 text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes" 1097 text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes"
1031 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}" 1098 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}"
1032 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it." 1099 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it."
1033 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." 1100 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1034 text_project_closed: This project is closed and read-only. 1101 text_project_closed: This project is closed and read-only.
1102 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.
1103 text_settings_repo_is_internal: Currently the repository hosted at this site is the primary repository for this project.
1104 text_settings_repo_is_external: Currently the repository hosted at this site is a read-only copy of an external repository.
1105 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.
1106 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.
1107 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.
1108 text_binary_data: Binary data
1109 text_data_too_large: Binary data, or file too large to display
1035 1110
1036 default_role_manager: Manager 1111 default_role_manager: Manager
1037 default_role_developer: Developer 1112 default_role_developer: Developer
1038 default_role_reporter: Reporter 1113 default_role_reporter: Reporter
1039 default_tracker_bug: Bug 1114 default_tracker_bug: Bug
1057 1132
1058 enumeration_issue_priorities: Issue priorities 1133 enumeration_issue_priorities: Issue priorities
1059 enumeration_doc_categories: Document categories 1134 enumeration_doc_categories: Document categories
1060 enumeration_activities: Activities (time tracking) 1135 enumeration_activities: Activities (time tracking)
1061 enumeration_system_activity: System Activity 1136 enumeration_system_activity: System Activity
1137
1138 label_manager_description: All powers including adding and removing members and adjusting project settings
1139 label_developer_description: Can commit to repository and carry out most project editing tasks
1140 label_reporter_description: Can submit bug reports; has read access for private projects
1141
1142 label_set_role_plural: Choose roles for new member
1143
1144 notice_added_to_project: 'You have been added to the project "{{project_name}}".'
1145 notice_project_homepage: "You can visit the project using the following link: {{project_url}}"
1146 mail_subject_added_to_project: "You've been added to a project on {{value}}"
1062 description_filter: Filter 1147 description_filter: Filter
1063 description_search: Searchfield 1148 description_search: Searchfield
1064 description_choose_project: Projects 1149 description_choose_project: Projects
1065 description_project_scope: Search scope 1150 description_project_scope: Search scope
1066 description_notes: Notes 1151 description_notes: Notes