comparison config/locales/en.yml @ 314:c80103b81194 live

Merge from branch "feature_117"
author Chris Cannam
date Mon, 28 Mar 2011 18:05:05 +0100
parents 862e47cc1e09 c7d3b58bd01c
children 614862ec2481
comparison
equal deleted inserted replaced
313:862e47cc1e09 314:c80103b81194
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
19 # Used in date_select and datime_select. 18 # Used in date_select and datime_select.
20 order: [ :year, :month, :day ] 19 order: [ :year, :month, :day ]
21 20
22 time: 21 time:
23 formats: 22 formats:
24 default: "%m/%d/%Y %I:%M %p" 23 default: "%d/%m/%Y %I:%M %p"
25 time: "%I:%M %p" 24 time: "%I:%M %p"
26 short: "%d %b %H:%M" 25 short: "%d %b %H:%M"
27 long: "%B %d, %Y %H:%M" 26 long: "%d %B, %Y %H:%M"
28 am: "am" 27 am: "am"
29 pm: "pm" 28 pm: "pm"
30 29
31 datetime: 30 datetime:
32 distance_in_words: 31 distance_in_words:
64 almost_x_years: 63 almost_x_years:
65 one: "almost 1 year" 64 one: "almost 1 year"
66 other: "almost {{count}} years" 65 other: "almost {{count}} years"
67 66
68 number: 67 number:
69 # Default format for numbers
70 format: 68 format:
71 separator: "." 69 separator: "."
72 delimiter: "" 70 delimiter: " "
73 precision: 3 71 precision: 3
72
73 currency:
74 format:
75 format: "%u%n"
76 unit: "£"
74 human: 77 human:
75 format: 78 format:
76 delimiter: "" 79 delimiter: ""
77 precision: 1 80 precision: 1
78 storage_units: 81 storage_units:
84 kb: "kB" 87 kb: "kB"
85 mb: "MB" 88 mb: "MB"
86 gb: "GB" 89 gb: "GB"
87 tb: "TB" 90 tb: "TB"
88 91
92
89 # Used in array.to_sentence. 93 # Used in array.to_sentence.
90 support: 94 support:
91 array: 95 array:
92 sentence_connector: "and" 96 sentence_connector: "and"
93 skip_last_comma: false 97 skip_last_comma: false
117 even: "must be even" 121 even: "must be even"
118 greater_than_start_date: "must be greater than start date" 122 greater_than_start_date: "must be greater than start date"
119 not_same_project: "doesn't belong to the same project" 123 not_same_project: "doesn't belong to the same project"
120 circular_dependency: "This relation would create a circular dependency" 124 circular_dependency: "This relation would create a circular dependency"
121 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" 125 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
122 must_accept_terms_and_conditions: "You must accept the Terms and Conditions" 126 must_accept_terms_and_conditions: "You must accept the Terms and Conditions"
123 127
124 actionview_instancetag_blank_option: Please select 128 actionview_instancetag_blank_option: Please select
125 129
126 general_text_No: 'No' 130 general_text_No: 'No'
127 general_text_Yes: 'Yes' 131 general_text_Yes: 'Yes'
130 general_lang_name: 'English' 134 general_lang_name: 'English'
131 general_csv_separator: ',' 135 general_csv_separator: ','
132 general_csv_decimal_separator: '.' 136 general_csv_decimal_separator: '.'
133 general_csv_encoding: ISO-8859-1 137 general_csv_encoding: ISO-8859-1
134 general_pdf_encoding: ISO-8859-1 138 general_pdf_encoding: ISO-8859-1
135 general_first_day_of_week: '7' 139 general_first_day_of_week: '1'
136 140
137 notice_account_updated: Account was successfully updated. 141 notice_account_updated: Account was successfully updated.
138 notice_account_invalid_creditentials: Invalid user or password 142 notice_account_invalid_creditentials: Invalid user or password
139 notice_account_password_updated: Password was successfully updated. 143 notice_account_password_updated: Password was successfully updated.
140 notice_account_wrong_password: Wrong password 144 notice_account_wrong_password: Wrong password
400 permission_edit_own_time_entries: Edit own time logs 404 permission_edit_own_time_entries: Edit own time logs
401 permission_manage_news: Manage news 405 permission_manage_news: Manage news
402 permission_comment_news: Comment news 406 permission_comment_news: Comment news
403 permission_manage_documents: Manage documents 407 permission_manage_documents: Manage documents
404 permission_view_documents: View documents 408 permission_view_documents: View documents
405 permission_manage_files: Manage Downloads 409 permission_manage_files: Manage downloads
406 permission_view_files: View Downloads 410 permission_view_files: View downloads
407 permission_manage_wiki: Manage wiki 411 permission_manage_wiki: Manage wiki
408 permission_rename_wiki_pages: Rename wiki pages 412 permission_rename_wiki_pages: Rename wiki pages
409 permission_delete_wiki_pages: Delete wiki pages 413 permission_delete_wiki_pages: Delete wiki pages
410 permission_view_wiki_pages: View wiki 414 permission_view_wiki_pages: View wiki
411 permission_view_wiki_edits: View wiki history 415 permission_view_wiki_edits: View wiki history
436 project_module_boards: Forums 440 project_module_boards: Forums
437 project_module_calendar: Calendar 441 project_module_calendar: Calendar
438 project_module_gantt: Gantt chart 442 project_module_gantt: Gantt chart
439 project_module_embedded: Embedded documentation (Javadoc or Doxygen) 443 project_module_embedded: Embedded documentation (Javadoc or Doxygen)
440 label_tipoftheday: Tip of the day 444 label_tipoftheday: Tip of the day
445 label_notifications: Important Message
446 field_terms_and_conditions: 'Terms and Conditions:'
447 accept_terms_and_conditions: 'I have read and agree with the '
448 label_ssamr_description: Research description
441 label_ssamr_details: Other Details 449 label_ssamr_details: Other Details
442 label_ssamr_institution: Institution 450 label_ssamr_institution: Institution
443 label_user: User 451 label_user: User
444 label_user_plural: Users 452 label_user_plural: Users
445 label_user_new: New user 453 label_user_new: New user
593 label_months_from: months from 601 label_months_from: months from
594 label_gantt: Gantt 602 label_gantt: Gantt
595 label_internal: Internal 603 label_internal: Internal
596 label_last_changes: "last {{count}} changes" 604 label_last_changes: "last {{count}} changes"
597 label_change_view_all: View all changes 605 label_change_view_all: View all changes
598 label_personalize_page: Personalize this page 606 label_personalize_page: Personalise this page
599 label_comment: Comment 607 label_comment: Comment
600 label_comment_plural: Comments 608 label_comment_plural: Comments
601 label_x_comments: 609 label_x_comments:
602 zero: no comments 610 zero: no comments
603 one: 1 comment 611 one: 1 comment
866 field_current: Current 874 field_current: Current
867 875
868 text_select_mail_notifications: Select actions for which email notifications should be sent. 876 text_select_mail_notifications: Select actions for which email notifications should be sent.
869 text_regexp_info: eg. ^[A-Z0-9]+$ 877 text_regexp_info: eg. ^[A-Z0-9]+$
870 text_min_max_length_info: 0 means no restriction 878 text_min_max_length_info: 0 means no restriction
871 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ? 879 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
872 text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted." 880 text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted."
873 text_workflow_edit: Select a role and a tracker to edit the workflow 881 text_workflow_edit: Select a role and a tracker to edit the workflow
874 text_are_you_sure: Are you sure ? 882 text_are_you_sure: Are you sure?
875 text_are_you_sure_with_children: "Delete issue and all child issues?" 883 text_are_you_sure_with_children: "Delete issue and all child issues?"
876 text_journal_changed: "{{label}} changed from {{old}} to {{new}}" 884 text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
877 text_journal_set_to: "{{label}} set to {{value}}" 885 text_journal_set_to: "{{label}} set to {{value}}"
878 text_journal_deleted: "{{label}} deleted ({{old}})" 886 text_journal_deleted: "{{label}} deleted ({{old}})"
879 text_journal_added: "{{label}} {{value}} added" 887 text_journal_added: "{{label}} {{value}} added"
880 text_tip_issue_begin_day: issue beginning this day 888 text_tip_issue_begin_day: task beginning this day
881 text_tip_issue_end_day: issue ending this day 889 text_tip_issue_end_day: task ending this day
882 text_tip_issue_begin_end_day: issue beginning and ending this day 890 text_tip_issue_begin_end_day: task beginning and ending this day
883 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br /> This will be used in all project-related URLs, and as the repository name. Once saved, the identifier <b>can not</b> be changed.' 891 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br /> This will be used in all project-related URLs, and as the repository name. Once saved, the identifier <b>can not</b> be changed.'
892 text_project_homepage_info: 'Link to an external project page.'
884 text_project_name_info: "This will be the name of your project throughout this site.<br /> You can change your project's name at any time, in the project's settings." 893 text_project_name_info: "This will be the name of your project throughout this site.<br /> You can change your project's name at any time, in the project's settings."
885 text_project_visibility_info: "If your project is not public, it will only be visible to users that you have added as project members." 894 text_project_visibility_info: "If your project is not public, it will only be visible to users that you have added as project members."
886 text_project_homepage_info: 'Link to an external project page.'
887 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.' 895 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.'
888 text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.' 896 text_issue_parent_issue_info: 'If this is a subtask, please insert its parent task number or write the main task name.'
889 text_caracters_maximum: "{{count}} characters maximum." 897 text_caracters_maximum: "{{count}} characters maximum."
890 text_caracters_minimum: "Must be at least {{count}} characters long." 898 text_caracters_minimum: "Must be at least {{count}} characters long."
891 text_length_between: "Length between {{min}} and {{max}} characters." 899 text_length_between: "Length between {{min}} and {{max}} characters."
894 text_comma_separated: Multiple values allowed (comma separated). 902 text_comma_separated: Multiple values allowed (comma separated).
895 text_line_separated: Multiple values allowed (one line for each value). 903 text_line_separated: Multiple values allowed (one line for each value).
896 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages 904 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
897 text_issue_added: "Issue {{id}} has been reported by {{author}}." 905 text_issue_added: "Issue {{id}} has been reported by {{author}}."
898 text_issue_updated: "Issue {{id}} has been updated by {{author}}." 906 text_issue_updated: "Issue {{id}} has been updated by {{author}}."
899 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? 907 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content?
900 text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do ?" 908 text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do?"
901 text_issue_category_destroy_assignments: Remove category assignments 909 text_issue_category_destroy_assignments: Remove category assignments
902 text_issue_category_reassign_to: Reassign issues to this category 910 text_issue_category_reassign_to: Reassign issues to this category
903 text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." 911 text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)."
904 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." 912 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
905 text_load_default_configuration: Load the default configuration 913 text_load_default_configuration: Load the default configuration
906 text_status_changed_by_changeset: "Applied in changeset {{value}}." 914 text_status_changed_by_changeset: "Applied in changeset {{value}}."
907 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' 915 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
908 text_select_project_modules: 'Select modules to enable for this project:' 916 text_select_project_modules: 'Select modules to enable for this project:'
909 text_default_administrator_account_changed: Default administrator account changed 917 text_default_administrator_account_changed: Default administrator account changed
910 text_file_repository_writable: Attachments directory writable 918 text_file_repository_writable: Attachments directory writable
911 text_plugin_assets_writable: Plugin assets directory writable 919 text_plugin_assets_writable: Plugin assets directory writable
912 text_rmagick_available: RMagick available (optional) 920 text_rmagick_available: RMagick available (optional)
913 text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?" 921 text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do?"
914 text_destroy_time_entries: Delete reported hours 922 text_destroy_time_entries: Delete reported hours
915 text_assign_time_entries_to_project: Assign reported hours to the project 923 text_assign_time_entries_to_project: Assign reported hours to the project
916 text_reassign_time_entries: 'Reassign reported hours to this issue:' 924 text_reassign_time_entries: 'Reassign reported hours to this issue:'
917 text_user_wrote: "{{value}} wrote:" 925 text_user_wrote: "{{value}} wrote:"
918 text_enumeration_destroy_question: "{{count}} objects are assigned to this value." 926 text_enumeration_destroy_question: "{{count}} objects are assigned to this value."
926 text_wiki_page_destroy_children: "Delete child pages and all their descendants" 934 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
927 text_wiki_page_reassign_children: "Reassign child pages to this parent page" 935 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
928 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?" 936 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?"
929 text_zoom_in: Zoom in 937 text_zoom_in: Zoom in
930 text_zoom_out: Zoom out 938 text_zoom_out: Zoom out
939 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.
931 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. 940 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.
932 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.
933 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. 941 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.
934 text_settings_repo_is_internal: Currently the repository hosted at this site is the primary repository for this project. 942 text_settings_repo_is_internal: Currently the repository hosted at this site is the primary repository for this project.
935 text_settings_repo_is_external: Currently the repository hosted at this site is a read-only copy of an external repository. 943 text_settings_repo_is_external: Currently the repository hosted at this site is a read-only copy of an external repository.
936 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. 944 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.
937 text_repository_external: "The primary repository for this project is hosted at <code>{{location}}</code><br>This repository is a read-only copy which is updated automatically." 945 text_repository_external: "The primary repository for this project is hosted at <code>{{location}}</code><br>This repository is a read-only copy which is updated automatically."
968 label_developer_description: Can commit to repository and carry out most project editing tasks 976 label_developer_description: Can commit to repository and carry out most project editing tasks
969 label_reporter_description: Can submit bug reports; has read access for private projects 977 label_reporter_description: Can submit bug reports; has read access for private projects
970 978
971 label_set_role_plural: Choose roles for new member 979 label_set_role_plural: Choose roles for new member
972 980
973 label_manager_description: All powers including adding and removing members and adjusting project settings
974 label_developer_description: Can commit to repository and carry out most project editing tasks
975 label_reporter_description: Can submit bug reports; has read access for private projects
976
977 label_set_role_plural: Choose roles for new member
978 notice_added_to_project: 'You have been added to the project "{{project_name}}".' 981 notice_added_to_project: 'You have been added to the project "{{project_name}}".'
979 notice_project_homepage: "You can visit the project using the following link: {{project_url}}" 982 notice_project_homepage: "You can visit the project using the following link: {{project_url}}"
980 mail_subject_added_to_project: "You've been added to a project on {{value}}" 983 mail_subject_added_to_project: "You've been added to a project on {{value}}"