comparison config/locales/en.yml @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents b587499d50a9 622f24f53b42
children
comparison
equal deleted inserted replaced
1297:0a574315af3e 1298:4f746d8966dd
219 mail_subject_wiki_content_added: "'%{id}' wiki page has been added" 219 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
220 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." 220 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
221 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" 221 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
222 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}."
223 223
224 gui_validation_error: 1 error
225 gui_validation_error_plural: "%{count} errors"
226
227 field_ssamr_user_detail: 224 field_ssamr_user_detail:
228 description: User Description 225 description: User Description
229 institution: Institution 226 institution: Institution
230 227
231 field_other_institution: '' 228 field_other_institution: ''
241 field_filesize: Size 238 field_filesize: Size
242 field_downloads: Downloads 239 field_downloads: Downloads
243 field_author: Author 240 field_author: Author
244 field_created_on: Created 241 field_created_on: Created
245 field_updated_on: Updated 242 field_updated_on: Updated
243 field_closed_on: Closed
246 field_field_format: Format 244 field_field_format: Format
247 field_is_for_all: For all projects 245 field_is_for_all: For all projects
248 field_possible_values: Possible values 246 field_possible_values: Possible values
249 field_regexp: Regular expression 247 field_regexp: Regular expression
250 field_min_length: Minimum length 248 field_min_length: Minimum length
343 field_core_fields: Standard fields 341 field_core_fields: Standard fields
344 field_timeout: "Timeout (in seconds)" 342 field_timeout: "Timeout (in seconds)"
345 field_board_parent: Parent forum 343 field_board_parent: Parent forum
346 field_private_notes: Private notes 344 field_private_notes: Private notes
347 field_public_or_private: "Public or Private?" 345 field_public_or_private: "Public or Private?"
346 field_inherit_members: Inherit members
348 347
349 setting_external_repository: "Select this if the project's main repository is hosted somewhere else" 348 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" 349 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" 350 label_repository_external_url: "External repository URL"
352 field_terms_and_conditions: 'Terms and Conditions:' 351 field_terms_and_conditions: 'Terms and Conditions:'
376 setting_time_format: Time format 375 setting_time_format: Time format
377 setting_cross_project_issue_relations: Allow cross-project issue relations 376 setting_cross_project_issue_relations: Allow cross-project issue relations
378 setting_cross_project_subtasks: Allow cross-project subtasks 377 setting_cross_project_subtasks: Allow cross-project subtasks
379 setting_issue_list_default_columns: Default columns displayed on the issue list 378 setting_issue_list_default_columns: Default columns displayed on the issue list
380 setting_repositories_encodings: Attachments and repositories encodings 379 setting_repositories_encodings: Attachments and repositories encodings
381 setting_emails_header: Emails header 380 setting_emails_header: Email header
382 setting_emails_footer: Emails footer 381 setting_emails_footer: Email footer
383 setting_protocol: Protocol 382 setting_protocol: Protocol
384 setting_per_page_options: Objects per page options 383 setting_per_page_options: Objects per page options
385 setting_user_format: Users display format 384 setting_user_format: Users display format
386 setting_activity_days_default: Days displayed on project activity 385 setting_activity_days_default: Days displayed on project activity
387 setting_display_subprojects_issues: Display subprojects issues on main projects by default 386 setting_display_subprojects_issues: Display subprojects issues on main projects by default
419 setting_session_lifetime: Session maximum lifetime 418 setting_session_lifetime: Session maximum lifetime
420 setting_session_timeout: Session inactivity timeout 419 setting_session_timeout: Session inactivity timeout
421 setting_thumbnails_enabled: Display attachment thumbnails 420 setting_thumbnails_enabled: Display attachment thumbnails
422 setting_thumbnails_size: Thumbnails size (in pixels) 421 setting_thumbnails_size: Thumbnails size (in pixels)
423 setting_non_working_week_days: Non-working days 422 setting_non_working_week_days: Non-working days
423 setting_jsonp_enabled: Enable JSONP support
424 setting_default_projects_tracker_ids: Default trackers for new projects
424 425
425 permission_add_project: Create project 426 permission_add_project: Create project
426 permission_add_subprojects: Create subprojects 427 permission_add_subprojects: Create subprojects
427 permission_edit_project: Edit project 428 permission_edit_project: Edit project
428 permission_close_project: Close / reopen the project 429 permission_close_project: Close / reopen the project
455 permission_view_time_entries: View spent time 456 permission_view_time_entries: View spent time
456 permission_edit_time_entries: Edit time logs 457 permission_edit_time_entries: Edit time logs
457 permission_edit_own_time_entries: Edit own time logs 458 permission_edit_own_time_entries: Edit own time logs
458 permission_manage_news: Manage news 459 permission_manage_news: Manage news
459 permission_comment_news: Comment news 460 permission_comment_news: Comment news
460 permission_manage_documents: Manage documents
461 permission_view_documents: View documents 461 permission_view_documents: View documents
462 permission_manage_files: Manage downloads 462 permission_manage_files: Manage downloads
463 permission_view_files: View downloads 463 permission_view_files: View downloads
464 permission_add_documents: Add documents
465 permission_edit_documents: Edit documents
466 permission_delete_documents: Delete documents
464 permission_manage_wiki: Manage wiki 467 permission_manage_wiki: Manage wiki
465 permission_rename_wiki_pages: Rename wiki pages 468 permission_rename_wiki_pages: Rename wiki pages
466 permission_delete_wiki_pages: Delete wiki pages 469 permission_delete_wiki_pages: Delete wiki pages
467 permission_view_wiki_pages: View wiki 470 permission_view_wiki_pages: View wiki
468 permission_view_wiki_edits: View wiki history 471 permission_view_wiki_edits: View wiki history
611 label_boolean: Boolean 614 label_boolean: Boolean
612 label_string: Text 615 label_string: Text
613 label_text: Long text 616 label_text: Long text
614 label_attribute: Attribute 617 label_attribute: Attribute
615 label_attribute_plural: Attributes 618 label_attribute_plural: Attributes
616 label_download: "%{count} Download"
617 label_download_plural: "%{count} Downloads"
618 label_no_data: No data to display 619 label_no_data: No data to display
619 label_change_status: Change status 620 label_change_status: Change status
620 label_history: History 621 label_history: History
621 label_attachment: File 622 label_attachment: File
622 label_attachment_new: New file 623 label_attachment_new: New file
663 label_x_issues: 664 label_x_issues:
664 zero: 0 issues 665 zero: 0 issues
665 one: 1 issue 666 one: 1 issue
666 other: "%{count} issues" 667 other: "%{count} issues"
667 label_total: Total 668 label_total: Total
669 label_total_time: Total time
668 label_permissions: Permissions 670 label_permissions: Permissions
669 label_current_status: Current status 671 label_current_status: Current status
670 label_new_statuses_allowed: New statuses allowed 672 label_new_statuses_allowed: New statuses allowed
671 label_all: all 673 label_all: all
672 label_any: any 674 label_any: any
733 label_repository: Repository 735 label_repository: Repository
734 label_repository_new: New repository 736 label_repository_new: New repository
735 label_is_external_repository: Track an external repository 737 label_is_external_repository: Track an external repository
736 label_repository_plural: Repositories 738 label_repository_plural: Repositories
737 label_explore_projects: Explore projects 739 label_explore_projects: Explore projects
738 label_modification: "%{count} change"
739 label_modification_plural: "%{count} changes"
740 label_branch: Branch 740 label_branch: Branch
741 label_tag: Tag 741 label_tag: Tag
742 label_revision: Revision 742 label_revision: Revision
743 label_revision_plural: Revisions 743 label_revision_plural: Revisions
744 label_revision_id: "Revision %{value}" 744 label_revision_id: "Revision %{value}"
937 label_status_transitions: Status transitions 937 label_status_transitions: Status transitions
938 label_fields_permissions: Fields permissions 938 label_fields_permissions: Fields permissions
939 label_readonly: Read-only 939 label_readonly: Read-only
940 label_required: Required 940 label_required: Required
941 label_attribute_of_project: "Project's %{name}" 941 label_attribute_of_project: "Project's %{name}"
942 label_attribute_of_issue: "Issue's %{name}"
942 label_attribute_of_author: "Author's %{name}" 943 label_attribute_of_author: "Author's %{name}"
943 label_attribute_of_assigned_to: "Assignee's %{name}" 944 label_attribute_of_assigned_to: "Assignee's %{name}"
945 label_attribute_of_user: "User's %{name}"
944 label_attribute_of_fixed_version: "Target version's %{name}" 946 label_attribute_of_fixed_version: "Target version's %{name}"
945 label_cross_project_descendants: With subprojects 947 label_cross_project_descendants: With subprojects
946 label_cross_project_tree: With project tree 948 label_cross_project_tree: With project tree
947 label_cross_project_hierarchy: With project hierarchy 949 label_cross_project_hierarchy: With project hierarchy
948 label_cross_project_system: With all projects 950 label_cross_project_system: With all projects
951 label_gantt_progress_line: Progress line
949 952
950 button_login: Login 953 button_login: Login
951 button_submit: Submit 954 button_submit: Submit
952 button_save: Save 955 button_save: Save
953 button_check_all: Check all 956 button_check_all: Check all
1092 text_scm_path_encoding_note: "Default: UTF-8" 1095 text_scm_path_encoding_note: "Default: UTF-8"
1093 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) 1096 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
1094 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) 1097 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1095 text_scm_command: Command 1098 text_scm_command: Command
1096 text_scm_command_version: Version 1099 text_scm_command_version: Version
1097 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. 1100 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
1098 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. 1101 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
1099 text_issue_conflict_resolution_overwrite: "Apply my changes anyway (previous notes will be kept but some changes may be overwritten)" 1102 text_issue_conflict_resolution_overwrite: "Apply my changes anyway (previous notes will be kept but some changes may be overwritten)"
1100 text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes" 1103 text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes"
1101 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}" 1104 text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}"
1102 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it." 1105 text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it."
1103 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." 1106 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1104 text_project_closed: This project is closed and read-only. 1107 text_project_closed: This project is closed and read-only.
1108 text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item."
1105 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. 1109 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.
1106 text_settings_repo_is_internal: Currently the repository hosted at this site is the primary repository for this project. 1110 text_settings_repo_is_internal: Currently the repository hosted at this site is the primary repository for this project.
1107 text_settings_repo_is_external: Currently the repository hosted at this site is a read-only copy of an external repository. 1111 text_settings_repo_is_external: Currently the repository hosted at this site is a read-only copy of an external repository.
1108 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. 1112 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.
1109 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. 1113 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.