Mercurial > hg > soundsoftware-site
comparison config/locales/en.yml @ 443:350acce374a2 cannam
Merge from branch "cannam-pre-20110113-merge"
author | Chris Cannam |
---|---|
date | Mon, 06 Jun 2011 14:55:38 +0100 |
parents | 753f1380d6bc db5df568a7cf |
children | cd64fb9ab701 |
comparison
equal
deleted
inserted
replaced
442:753f1380d6bc | 443:350acce374a2 |
---|---|
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: |
68 one: "almost 1 year" | 67 one: "almost 1 year" |
69 other: "almost %{count} years" | 68 other: "almost %{count} years" |
70 | 69 |
71 number: | 70 number: |
72 format: | 71 format: |
73 separator: "." | 72 separator: "." |
74 delimiter: "" | 73 delimiter: " " |
75 precision: 3 | 74 precision: 3 |
76 | 75 |
76 currency: | |
77 format: | |
78 format: "%u%n" | |
79 unit: "£" | |
77 human: | 80 human: |
78 format: | 81 format: |
79 delimiter: "" | 82 delimiter: "" |
80 precision: 1 | 83 precision: 1 |
81 storage_units: | 84 storage_units: |
87 kb: "kB" | 90 kb: "kB" |
88 mb: "MB" | 91 mb: "MB" |
89 gb: "GB" | 92 gb: "GB" |
90 tb: "TB" | 93 tb: "TB" |
91 | 94 |
95 | |
92 # Used in array.to_sentence. | 96 # Used in array.to_sentence. |
93 support: | 97 support: |
94 array: | 98 array: |
95 sentence_connector: "and" | 99 sentence_connector: "and" |
96 skip_last_comma: false | 100 skip_last_comma: false |
124 even: "must be even" | 128 even: "must be even" |
125 greater_than_start_date: "must be greater than start date" | 129 greater_than_start_date: "must be greater than start date" |
126 not_same_project: "doesn't belong to the same project" | 130 not_same_project: "doesn't belong to the same project" |
127 circular_dependency: "This relation would create a circular dependency" | 131 circular_dependency: "This relation would create a circular dependency" |
128 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" | 132 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" |
129 must_accept_terms_and_conditions: "You must accept the Terms and Conditions" | 133 must_accept_terms_and_conditions: "You must accept the Terms and Conditions" |
130 | 134 |
131 actionview_instancetag_blank_option: Please select | 135 actionview_instancetag_blank_option: Please select |
132 | 136 |
133 general_text_No: 'No' | 137 general_text_No: 'No' |
134 general_text_Yes: 'Yes' | 138 general_text_Yes: 'Yes' |
137 general_lang_name: 'English' | 141 general_lang_name: 'English' |
138 general_csv_separator: ',' | 142 general_csv_separator: ',' |
139 general_csv_decimal_separator: '.' | 143 general_csv_decimal_separator: '.' |
140 general_csv_encoding: ISO-8859-1 | 144 general_csv_encoding: ISO-8859-1 |
141 general_pdf_encoding: UTF-8 | 145 general_pdf_encoding: UTF-8 |
142 general_first_day_of_week: '7' | 146 general_first_day_of_week: '1' |
143 | 147 |
144 notice_account_updated: Account was successfully updated. | 148 notice_account_updated: Account was successfully updated. |
145 notice_account_invalid_creditentials: Invalid user or password | 149 notice_account_invalid_creditentials: Invalid user or password |
146 notice_account_password_updated: Password was successfully updated. | 150 notice_account_password_updated: Password was successfully updated. |
147 notice_account_wrong_password: Wrong password | 151 notice_account_wrong_password: Wrong password |
321 field_path_to_repository: Path to repository | 325 field_path_to_repository: Path to repository |
322 field_root_directory: Root directory | 326 field_root_directory: Root directory |
323 field_cvsroot: CVSROOT | 327 field_cvsroot: CVSROOT |
324 field_cvs_module: Module | 328 field_cvs_module: Module |
325 | 329 |
330 setting_external_repository: "Select this if the project's main repository is hosted somewhere else" | |
331 setting_external_repository_url: "The URL of the existing external repository. Must be publicly accessible without a password" | |
332 label_repository_external_url: "External repository URL" | |
326 field_terms_and_conditions: 'Terms and Conditions:' | 333 field_terms_and_conditions: 'Terms and Conditions:' |
327 accept_terms_and_conditions: 'I have read and agree with the ' | 334 accept_terms_and_conditions: 'I have read and agree with the ' |
328 setting_app_title: Application title | 335 setting_app_title: Application title |
329 setting_app_subtitle: Application subtitle | 336 setting_app_subtitle: Application subtitle |
330 setting_welcome_text: Welcome text | 337 setting_welcome_text: Welcome text |
377 setting_issue_done_ratio_issue_status: Use the issue status | 384 setting_issue_done_ratio_issue_status: Use the issue status |
378 setting_start_of_week: Start calendars on | 385 setting_start_of_week: Start calendars on |
379 setting_rest_api_enabled: Enable REST web service | 386 setting_rest_api_enabled: Enable REST web service |
380 setting_cache_formatted_text: Cache formatted text | 387 setting_cache_formatted_text: Cache formatted text |
381 setting_default_notification_option: Default notification option | 388 setting_default_notification_option: Default notification option |
389 setting_has_welcome_page: Select this to replace the project overview page with your welcome page | |
382 setting_commit_logtime_enabled: Enable time logging | 390 setting_commit_logtime_enabled: Enable time logging |
383 setting_commit_logtime_activity_id: Activity for logged time | 391 setting_commit_logtime_activity_id: Activity for logged time |
384 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | 392 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart |
385 | 393 |
386 permission_add_project: Create project | 394 permission_add_project: Create project |
415 permission_edit_own_time_entries: Edit own time logs | 423 permission_edit_own_time_entries: Edit own time logs |
416 permission_manage_news: Manage news | 424 permission_manage_news: Manage news |
417 permission_comment_news: Comment news | 425 permission_comment_news: Comment news |
418 permission_manage_documents: Manage documents | 426 permission_manage_documents: Manage documents |
419 permission_view_documents: View documents | 427 permission_view_documents: View documents |
420 permission_manage_files: Manage Downloads | 428 permission_manage_files: Manage downloads |
421 permission_view_files: View Downloads | 429 permission_view_files: View downloads |
422 permission_manage_wiki: Manage wiki | 430 permission_manage_wiki: Manage wiki |
423 permission_rename_wiki_pages: Rename wiki pages | 431 permission_rename_wiki_pages: Rename wiki pages |
424 permission_delete_wiki_pages: Delete wiki pages | 432 permission_delete_wiki_pages: Delete wiki pages |
425 permission_view_wiki_pages: View wiki | 433 permission_view_wiki_pages: View wiki |
426 permission_view_wiki_edits: View wiki history | 434 permission_view_wiki_edits: View wiki history |
449 project_module_wiki: Wiki | 457 project_module_wiki: Wiki |
450 project_module_repository: Source code repository | 458 project_module_repository: Source code repository |
451 project_module_boards: Forums | 459 project_module_boards: Forums |
452 project_module_calendar: Calendar | 460 project_module_calendar: Calendar |
453 project_module_gantt: Gantt chart | 461 project_module_gantt: Gantt chart |
454 project_module_embedded: Embedded documentation (Javadoc or Doxygen) | 462 project_module_embedded: Embedded documentation (Javadoc, Doxygen or MATLAB) |
455 label_tipoftheday: Tip of the day | 463 label_tipoftheday: Tip of the day |
464 label_notifications: Important Message | |
465 field_terms_and_conditions: 'Terms and Conditions:' | |
466 accept_terms_and_conditions: 'I have read and agree with the ' | |
467 label_ssamr_description: Research description | |
456 label_ssamr_details: Other Details | 468 label_ssamr_details: Other Details |
457 label_ssamr_institution: Institution | 469 label_ssamr_institution: Institution |
458 label_ssamr_description: Research description | 470 label_ssamr_description: Research description |
459 label_user: User | 471 label_user: User |
460 label_user_plural: Users | 472 label_user_plural: Users |
469 zero: no projects | 481 zero: no projects |
470 one: 1 project | 482 one: 1 project |
471 other: "%{count} projects" | 483 other: "%{count} projects" |
472 label_project_all: All Projects | 484 label_project_all: All Projects |
473 label_project_latest: Latest projects | 485 label_project_latest: Latest projects |
486 label_projects_more: More projects | |
474 label_managers: Managed by | 487 label_managers: Managed by |
475 label_issue: Issue | 488 label_issue: Issue |
476 label_issue_new: New issue | 489 label_issue_new: New issue |
477 label_issue_plural: Issues | 490 label_issue_plural: Issues |
478 label_issue_view_all: View all issues | 491 label_issue_view_all: View all issues |
529 label_reported_issues: Reported issues | 542 label_reported_issues: Reported issues |
530 label_assigned_to_me_issues: Issues assigned to me | 543 label_assigned_to_me_issues: Issues assigned to me |
531 label_last_login: Last connection | 544 label_last_login: Last connection |
532 label_registered_on: Registered on | 545 label_registered_on: Registered on |
533 label_activity: Activity | 546 label_activity: Activity |
547 label_activity_recent: Recent activity | |
548 label_activity_my_recent: Recent activity in my projects | |
549 label_activity_my_recent_none: No recent activity | |
534 label_overall_activity: Overall activity | 550 label_overall_activity: Overall activity |
535 label_user_activity: "%{value}'s activity" | 551 label_user_activity: "%{value}'s activity" |
536 label_new: New | 552 label_new: New |
537 label_logged_as: Logged in as | 553 label_logged_as: Logged in as |
538 label_environment: Environment | 554 label_environment: Environment |
567 label_report_plural: Reports | 583 label_report_plural: Reports |
568 label_news: News | 584 label_news: News |
569 label_news_new: Add news | 585 label_news_new: Add news |
570 label_news_plural: News | 586 label_news_plural: News |
571 label_news_latest: Latest news | 587 label_news_latest: Latest news |
588 label_news_site_latest: Site news | |
589 label_news_more: More news | |
572 label_news_view_all: View all news | 590 label_news_view_all: View all news |
573 label_news_added: News added | 591 label_news_added: News added |
574 label_news_comment_added: Comment added to a news | 592 label_news_comment_added: Comment added to a news |
575 label_settings: Settings | 593 label_settings: Settings |
576 label_overview: Overview | 594 label_overview: Overview |
615 label_months_from: months from | 633 label_months_from: months from |
616 label_gantt: Gantt | 634 label_gantt: Gantt |
617 label_internal: Internal | 635 label_internal: Internal |
618 label_last_changes: "last %{count} changes" | 636 label_last_changes: "last %{count} changes" |
619 label_change_view_all: View all changes | 637 label_change_view_all: View all changes |
620 label_personalize_page: Personalize this page | 638 label_personalize_page: Personalise this page |
621 label_comment: Comment | 639 label_comment: Comment |
622 label_comment_plural: Comments | 640 label_comment_plural: Comments |
623 label_x_comments: | 641 label_x_comments: |
624 zero: no comments | 642 zero: no comments |
625 one: 1 comment | 643 one: 1 comment |
655 label_ago: days ago | 673 label_ago: days ago |
656 label_contains: contains | 674 label_contains: contains |
657 label_not_contains: doesn't contain | 675 label_not_contains: doesn't contain |
658 label_day_plural: days | 676 label_day_plural: days |
659 label_repository: Repository | 677 label_repository: Repository |
678 label_is_external_repository: Track an external repository | |
660 label_repository_plural: Repositories | 679 label_repository_plural: Repositories |
661 label_browse: Browse | 680 label_browse: Browse |
662 label_modification: "%{count} change" | 681 label_modification: "%{count} change" |
663 label_modification_plural: "%{count} changes" | 682 label_modification_plural: "%{count} changes" |
664 label_branch: Branch | 683 label_branch: Branch |
761 label_feeds_access_key_created_on: "RSS access key created %{value} ago" | 780 label_feeds_access_key_created_on: "RSS access key created %{value} ago" |
762 label_module_plural: Modules | 781 label_module_plural: Modules |
763 label_added_time_by: "Added by %{author} %{age} ago" | 782 label_added_time_by: "Added by %{author} %{age} ago" |
764 label_updated_time_by: "Updated by %{author} %{age} ago" | 783 label_updated_time_by: "Updated by %{author} %{age} ago" |
765 label_updated_time: "Updated %{value} ago" | 784 label_updated_time: "Updated %{value} ago" |
785 label_time_ago: "{{age}} ago" | |
766 label_jump_to_a_project: Jump to a project... | 786 label_jump_to_a_project: Jump to a project... |
767 label_file_plural: Downloads | 787 label_file_plural: Downloads |
768 label_changeset_plural: Changesets | 788 label_changeset_plural: Changesets |
769 label_default_columns: Default columns | 789 label_default_columns: Default columns |
770 label_no_change_option: (No change) | 790 label_no_change_option: (No change) |
829 label_profile: Profile | 849 label_profile: Profile |
830 label_subtask_plural: Subtasks | 850 label_subtask_plural: Subtasks |
831 label_project_copy_notifications: Send email notifications during the project copy | 851 label_project_copy_notifications: Send email notifications during the project copy |
832 label_principal_search: "Search by name:" | 852 label_principal_search: "Search by name:" |
833 label_user_search: "Search for user:" | 853 label_user_search: "Search for user:" |
854 label_welcome_page: "Welcome page" | |
855 label_has_welcome_page: "Use your own welcome page" | |
834 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | 856 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author |
835 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | 857 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee |
836 label_issues_visibility_all: All issues | 858 label_issues_visibility_all: All issues |
837 label_issues_visibility_public: All non private issues | 859 label_issues_visibility_public: All non private issues |
838 label_issues_visibility_own: Issues created by or assigned to the user | 860 label_issues_visibility_own: Issues created by or assigned to the user |
882 button_update: Update | 904 button_update: Update |
883 button_configure: Configure | 905 button_configure: Configure |
884 button_quote: Quote | 906 button_quote: Quote |
885 button_duplicate: Duplicate | 907 button_duplicate: Duplicate |
886 button_show: Show | 908 button_show: Show |
909 button_welcome_page_edit: Create or edit welcome page | |
887 | 910 |
888 status_active: active | 911 status_active: active |
889 status_registered: registered | 912 status_registered: registered |
890 status_locked: locked | 913 status_locked: locked |
891 | 914 |
892 version_status_open: open | 915 version_status_open: open |
893 version_status_locked: locked | 916 version_status_locked: locked |
894 version_status_closed: closed | 917 version_status_closed: closed |
895 | 918 |
896 field_active: Active | 919 field_active: Active |
920 field_current: Current | |
897 | 921 |
898 text_select_mail_notifications: Select actions for which email notifications should be sent. | 922 text_select_mail_notifications: Select actions for which email notifications should be sent. |
899 text_regexp_info: eg. ^[A-Z0-9]+$ | 923 text_regexp_info: eg. ^[A-Z0-9]+$ |
900 text_min_max_length_info: 0 means no restriction | 924 text_min_max_length_info: 0 means no restriction |
901 text_project_destroy_confirmation: Are you sure you want to delete this project and related data? | 925 text_project_destroy_confirmation: Are you sure you want to delete this project and related data? |
906 text_journal_changed: "%{label} changed from %{old} to %{new}" | 930 text_journal_changed: "%{label} changed from %{old} to %{new}" |
907 text_journal_changed_no_detail: "%{label} updated" | 931 text_journal_changed_no_detail: "%{label} updated" |
908 text_journal_set_to: "%{label} set to %{value}" | 932 text_journal_set_to: "%{label} set to %{value}" |
909 text_journal_deleted: "%{label} deleted (%{old})" | 933 text_journal_deleted: "%{label} deleted (%{old})" |
910 text_journal_added: "%{label} %{value} added" | 934 text_journal_added: "%{label} %{value} added" |
911 text_tip_issue_begin_day: issue beginning this day | 935 text_tip_issue_begin_day: task beginning this day |
912 text_tip_issue_end_day: issue ending this day | 936 text_tip_issue_end_day: task ending this day |
913 text_tip_issue_begin_end_day: issue beginning and ending this day | 937 text_tip_issue_begin_end_day: task beginning and ending this day |
914 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.' | 938 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.' |
939 text_project_homepage_info: 'Link to an external project page.' | |
915 text_caracters_maximum: "%{count} characters maximum." | 940 text_caracters_maximum: "%{count} characters maximum." |
916 text_caracters_minimum: "Must be at least %{count} characters long." | 941 text_caracters_minimum: "Must be at least %{count} characters long." |
917 text_length_between: "Length between %{min} and %{max} characters." | 942 text_length_between: "Length between %{min} and %{max} characters." |
943 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 – 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.' | |
918 text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.' | 944 text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.' |
919 text_user_ssamr_description_info: 'Please describe your current research or development interests, within the fields of audio and music.<br/>This information is publicly visible in your profile and you can edit it at any time.' | 945 |
920 text_tracker_no_workflow: No workflow defined for this tracker | 946 text_tracker_no_workflow: No workflow defined for this tracker |
921 text_unallowed_characters: Unallowed characters | 947 text_unallowed_characters: Unallowed characters |
922 text_comma_separated: Multiple values allowed (comma separated). | 948 text_comma_separated: Multiple values allowed (comma separated). |
923 text_line_separated: Multiple values allowed (one line for each value). | 949 text_line_separated: Multiple values allowed (one line for each value). |
924 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | 950 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
947 text_reassign_time_entries: 'Reassign reported hours to this issue:' | 973 text_reassign_time_entries: 'Reassign reported hours to this issue:' |
948 text_user_wrote: "%{value} wrote:" | 974 text_user_wrote: "%{value} wrote:" |
949 text_enumeration_destroy_question: "%{count} objects are assigned to this value." | 975 text_enumeration_destroy_question: "%{count} objects are assigned to this value." |
950 text_enumeration_category_reassign_to: 'Reassign them to this value:' | 976 text_enumeration_category_reassign_to: 'Reassign them to this value:' |
951 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." | 977 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." |
952 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." | 978 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." |
953 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' | 979 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
954 text_custom_field_possible_values_info: 'One line for each value' | 980 text_custom_field_possible_values_info: 'One line for each value' |
955 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" | 981 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" |
956 text_wiki_page_nullify_children: "Keep child pages as root pages" | 982 text_wiki_page_nullify_children: "Keep child pages as root pages" |
957 text_wiki_page_destroy_children: "Delete child pages and all their descendants" | 983 text_wiki_page_destroy_children: "Delete child pages and all their descendants" |
958 text_wiki_page_reassign_children: "Reassign child pages to this parent page" | 984 text_wiki_page_reassign_children: "Reassign child pages to this parent page" |
959 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?" | 985 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?" |
960 text_zoom_in: Zoom in | 986 text_zoom_in: Zoom in |
961 text_zoom_out: Zoom out | 987 text_zoom_out: Zoom out |
962 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." | 988 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." |
963 text_settings_repo_creation: The repository for a project should be set up automatically within a few minutes of the project being created.<br>You should not have to adjust any settings here.<br>Please check again in ten minutes, and <a href="/projects/soundsoftware-site/wiki/Help">contact us</a> if there is any problem. | 989 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. |
990 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 check again 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. | |
964 text_scm_path_encoding_note: "Default: UTF-8" | 991 text_scm_path_encoding_note: "Default: UTF-8" |
965 text_git_repository_note: "Bare and local repository (e.g. /gitrepo, c:\gitrepo)" | 992 text_git_repository_note: "Bare and local repository (e.g. /gitrepo, c:\gitrepo)" |
966 text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)" | 993 text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)" |
967 text_scm_command: Command | 994 text_scm_command: Command |
968 text_scm_command_version: Version | 995 text_scm_command_version: Version |
969 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. | 996 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. |
970 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. | 997 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. |
998 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 – then this site will track that repository in a read-only “mirror” 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. | |
999 text_settings_repo_is_internal: Currently the repository hosted at this site is the primary repository for this project. | |
1000 text_settings_repo_is_external: Currently the repository hosted at this site is a read-only copy of an external repository. | |
1001 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. | |
1002 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. | |
1003 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. | |
1004 | |
971 | 1005 |
972 default_role_manager: Manager | 1006 default_role_manager: Manager |
973 default_role_developer: Developer | 1007 default_role_developer: Developer |
974 default_role_reporter: Reporter | 1008 default_role_reporter: Reporter |
975 default_tracker_bug: Bug | 1009 default_tracker_bug: Bug |
993 | 1027 |
994 enumeration_issue_priorities: Issue priorities | 1028 enumeration_issue_priorities: Issue priorities |
995 enumeration_doc_categories: Document categories | 1029 enumeration_doc_categories: Document categories |
996 enumeration_activities: Activities (time tracking) | 1030 enumeration_activities: Activities (time tracking) |
997 enumeration_system_activity: System Activity | 1031 enumeration_system_activity: System Activity |
1032 | |
1033 label_manager_description: All powers including adding and removing members and adjusting project settings | |
1034 label_developer_description: Can commit to repository and carry out most project editing tasks | |
1035 label_reporter_description: Can submit bug reports; has read access for private projects | |
1036 | |
1037 label_set_role_plural: Choose roles for new member | |
1038 | |
1039 notice_added_to_project: 'You have been added to the project "{{project_name}}".' | |
1040 notice_project_homepage: "You can visit the project using the following link: {{project_url}}" | |
1041 mail_subject_added_to_project: "You've been added to a project on {{value}}" |