comparison config/locales/en.yml @ 307:c7d3b58bd01c feature_117

Produce a single en.yml which contains British texts but describes itself as just English. The difference between en and en-GB is minimal for this application, apart from date formats, and the pain in maintaining both is significant. See #117 and #58.
author Chris Cannam
date Mon, 28 Mar 2011 17:41:07 +0100
parents f5a3d57f3d90
children c80103b81194
comparison
equal deleted inserted replaced
306:e6994440b64f 307:c7d3b58bd01c
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."