comparison config/locales/en.yml @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 051f544170fe
children 753f1380d6bc cbb26bc654de
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
15 15
16 # Don't forget the nil at the beginning; there's no such thing as a 0th month 16 # Don't forget the nil at the beginning; there's no such thing as a 0th month
17 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] 17 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
18 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] 18 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
19 # Used in date_select and datime_select. 19 # Used in date_select and datime_select.
20 order: [ :year, :month, :day ] 20 order:
21 - :year
22 - :month
23 - :day
21 24
22 time: 25 time:
23 formats: 26 formats:
24 default: "%m/%d/%Y %I:%M %p" 27 default: "%m/%d/%Y %I:%M %p"
25 time: "%I:%M %p" 28 time: "%I:%M %p"
64 almost_x_years: 67 almost_x_years:
65 one: "almost 1 year" 68 one: "almost 1 year"
66 other: "almost %{count} years" 69 other: "almost %{count} years"
67 70
68 number: 71 number:
69 # Default format for numbers
70 format: 72 format:
71 separator: "." 73 separator: "."
72 delimiter: "" 74 delimiter: ""
73 precision: 3 75 precision: 3
76
74 human: 77 human:
75 format: 78 format:
76 delimiter: "" 79 delimiter: ""
77 precision: 1 80 precision: 1
78 storage_units: 81 storage_units:
121 odd: "must be odd" 124 odd: "must be odd"
122 even: "must be even" 125 even: "must be even"
123 greater_than_start_date: "must be greater than start date" 126 greater_than_start_date: "must be greater than start date"
124 not_same_project: "doesn't belong to the same project" 127 not_same_project: "doesn't belong to the same project"
125 circular_dependency: "This relation would create a circular dependency" 128 circular_dependency: "This relation would create a circular dependency"
126 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" 129 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
127 130
128 actionview_instancetag_blank_option: Please select 131 actionview_instancetag_blank_option: Please select
129 132
130 general_text_No: 'No' 133 general_text_No: 'No'
131 general_text_Yes: 'Yes' 134 general_text_Yes: 'Yes'
133 general_text_yes: 'yes' 136 general_text_yes: 'yes'
134 general_lang_name: 'English' 137 general_lang_name: 'English'
135 general_csv_separator: ',' 138 general_csv_separator: ','
136 general_csv_decimal_separator: '.' 139 general_csv_decimal_separator: '.'
137 general_csv_encoding: ISO-8859-1 140 general_csv_encoding: ISO-8859-1
138 general_pdf_encoding: ISO-8859-1 141 general_pdf_encoding: UTF-8
139 general_first_day_of_week: '7' 142 general_first_day_of_week: '7'
140 143
141 notice_account_updated: Account was successfully updated. 144 notice_account_updated: Account was successfully updated.
142 notice_account_invalid_creditentials: Invalid user or password 145 notice_account_invalid_creditentials: Invalid user or password
143 notice_account_password_updated: Password was successfully updated. 146 notice_account_password_updated: Password was successfully updated.
170 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" 173 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
171 174
172 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" 175 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
173 error_scm_not_found: "The entry or revision was not found in the repository." 176 error_scm_not_found: "The entry or revision was not found in the repository."
174 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" 177 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
175 error_scm_annotate: "The entry does not exist or can not be annotated." 178 error_scm_annotate: "The entry does not exist or cannot be annotated."
176 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' 179 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
177 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' 180 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
178 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' 181 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
179 error_can_not_delete_custom_field: Unable to delete custom field 182 error_can_not_delete_custom_field: Unable to delete custom field
180 error_can_not_delete_tracker: "This tracker contains issues and can't be deleted." 183 error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted."
181 error_can_not_remove_role: "This role is in use and can not be deleted." 184 error_can_not_remove_role: "This role is in use and cannot be deleted."
182 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened' 185 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened'
183 error_can_not_archive_project: This project can not be archived 186 error_can_not_archive_project: This project cannot be archived
184 error_issue_done_ratios_not_updated: "Issue done ratios not updated." 187 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
185 error_workflow_copy_source: 'Please select a source tracker or role' 188 error_workflow_copy_source: 'Please select a source tracker or role'
186 error_workflow_copy_target: 'Please select target tracker(s) and role(s)' 189 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
187 error_unable_delete_issue_status: 'Unable to delete issue status' 190 error_unable_delete_issue_status: 'Unable to delete issue status'
188 error_unable_to_connect: "Unable to connect (%{value})" 191 error_unable_to_connect: "Unable to connect (%{value})"
208 211
209 field_name: Name 212 field_name: Name
210 field_description: Description 213 field_description: Description
211 field_summary: Summary 214 field_summary: Summary
212 field_is_required: Required 215 field_is_required: Required
213 field_firstname: Firstname 216 field_firstname: First name
214 field_lastname: Lastname 217 field_lastname: Last name
215 field_mail: Email 218 field_mail: Email
216 field_filename: File 219 field_filename: File
217 field_filesize: Size 220 field_filesize: Size
218 field_downloads: Downloads 221 field_downloads: Downloads
219 field_author: Author 222 field_author: Author
266 field_attr_firstname: Firstname attribute 269 field_attr_firstname: Firstname attribute
267 field_attr_lastname: Lastname attribute 270 field_attr_lastname: Lastname attribute
268 field_attr_mail: Email attribute 271 field_attr_mail: Email attribute
269 field_onthefly: On-the-fly user creation 272 field_onthefly: On-the-fly user creation
270 field_start_date: Start date 273 field_start_date: Start date
271 field_done_ratio: % Done 274 field_done_ratio: "% Done"
272 field_auth_source: Authentication mode 275 field_auth_source: Authentication mode
273 field_hide_mail: Hide my email address 276 field_hide_mail: Hide my email address
274 field_comments: Comment 277 field_comments: Comment
275 field_url: URL 278 field_url: URL
276 field_start_page: Start page 279 field_start_page: Start page
302 field_member_of_group: "Assignee's group" 305 field_member_of_group: "Assignee's group"
303 field_assigned_to_role: "Assignee's role" 306 field_assigned_to_role: "Assignee's role"
304 field_text: Text field 307 field_text: Text field
305 field_visible: Visible 308 field_visible: Visible
306 field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text" 309 field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text"
307 310 field_issues_visibility: Issues visibility
311 field_is_private: Private
312 field_commit_logs_encoding: Commit messages encoding
313 field_scm_path_encoding: Path encoding
314 field_path_to_repository: Path to repository
315 field_root_directory: Root directory
316 field_cvsroot: CVSROOT
317 field_cvs_module: Module
318
308 setting_app_title: Application title 319 setting_app_title: Application title
309 setting_app_subtitle: Application subtitle 320 setting_app_subtitle: Application subtitle
310 setting_welcome_text: Welcome text 321 setting_welcome_text: Welcome text
311 setting_default_language: Default language 322 setting_default_language: Default language
312 setting_login_required: Authentication required 323 setting_login_required: Authentication required
329 setting_date_format: Date format 340 setting_date_format: Date format
330 setting_time_format: Time format 341 setting_time_format: Time format
331 setting_cross_project_issue_relations: Allow cross-project issue relations 342 setting_cross_project_issue_relations: Allow cross-project issue relations
332 setting_issue_list_default_columns: Default columns displayed on the issue list 343 setting_issue_list_default_columns: Default columns displayed on the issue list
333 setting_repositories_encodings: Repositories encodings 344 setting_repositories_encodings: Repositories encodings
334 setting_commit_logs_encoding: Commit messages encoding
335 setting_emails_header: Emails header 345 setting_emails_header: Emails header
336 setting_emails_footer: Emails footer 346 setting_emails_footer: Emails footer
337 setting_protocol: Protocol 347 setting_protocol: Protocol
338 setting_per_page_options: Objects per page options 348 setting_per_page_options: Objects per page options
339 setting_user_format: Users display format 349 setting_user_format: Users display format
374 permission_manage_categories: Manage issue categories 384 permission_manage_categories: Manage issue categories
375 permission_view_issues: View Issues 385 permission_view_issues: View Issues
376 permission_add_issues: Add issues 386 permission_add_issues: Add issues
377 permission_edit_issues: Edit issues 387 permission_edit_issues: Edit issues
378 permission_manage_issue_relations: Manage issue relations 388 permission_manage_issue_relations: Manage issue relations
389 permission_set_issues_private: Set issues public or private
390 permission_set_own_issues_private: Set own issues public or private
379 permission_add_issue_notes: Add notes 391 permission_add_issue_notes: Add notes
380 permission_edit_issue_notes: Edit notes 392 permission_edit_issue_notes: Edit notes
381 permission_edit_own_issue_notes: Edit own notes 393 permission_edit_own_issue_notes: Edit own notes
382 permission_move_issues: Move issues 394 permission_move_issues: Move issues
383 permission_delete_issues: Delete issues 395 permission_delete_issues: Delete issues
408 permission_protect_wiki_pages: Protect wiki pages 420 permission_protect_wiki_pages: Protect wiki pages
409 permission_manage_repository: Manage repository 421 permission_manage_repository: Manage repository
410 permission_browse_repository: Browse repository 422 permission_browse_repository: Browse repository
411 permission_view_changesets: View changesets 423 permission_view_changesets: View changesets
412 permission_commit_access: Commit access 424 permission_commit_access: Commit access
413 permission_manage_boards: Manage boards 425 permission_manage_boards: Manage forums
414 permission_view_messages: View messages 426 permission_view_messages: View messages
415 permission_add_messages: Post messages 427 permission_add_messages: Post messages
416 permission_edit_messages: Edit messages 428 permission_edit_messages: Edit messages
417 permission_edit_own_messages: Edit own messages 429 permission_edit_own_messages: Edit own messages
418 permission_delete_messages: Delete messages 430 permission_delete_messages: Delete messages
425 project_module_news: News 437 project_module_news: News
426 project_module_documents: Documents 438 project_module_documents: Documents
427 project_module_files: Files 439 project_module_files: Files
428 project_module_wiki: Wiki 440 project_module_wiki: Wiki
429 project_module_repository: Repository 441 project_module_repository: Repository
430 project_module_boards: Boards 442 project_module_boards: Forums
431 project_module_calendar: Calendar 443 project_module_calendar: Calendar
432 project_module_gantt: Gantt 444 project_module_gantt: Gantt
433 445
434 label_user: User 446 label_user: User
435 label_user_plural: Users 447 label_user_plural: Users
449 label_issue_plural: Issues 461 label_issue_plural: Issues
450 label_issue_view_all: View all issues 462 label_issue_view_all: View all issues
451 label_issues_by: "Issues by %{value}" 463 label_issues_by: "Issues by %{value}"
452 label_issue_added: Issue added 464 label_issue_added: Issue added
453 label_issue_updated: Issue updated 465 label_issue_updated: Issue updated
466 label_issue_note_added: Note added
467 label_issue_status_updated: Status updated
468 label_issue_priority_updated: Priority updated
454 label_document: Document 469 label_document: Document
455 label_document_new: New document 470 label_document_new: New document
456 label_document_plural: Documents 471 label_document_plural: Documents
457 label_document_added: Document added 472 label_document_added: Document added
458 label_role: Role 473 label_role: Role
459 label_role_plural: Roles 474 label_role_plural: Roles
460 label_role_new: New role 475 label_role_new: New role
461 label_role_and_permissions: Roles and permissions 476 label_role_and_permissions: Roles and permissions
477 label_role_anonymous: Anonymous
478 label_role_non_member: Non member
462 label_member: Member 479 label_member: Member
463 label_member_new: New member 480 label_member_new: New member
464 label_member_plural: Members 481 label_member_plural: Members
465 label_tracker: Tracker 482 label_tracker: Tracker
466 label_tracker_plural: Trackers 483 label_tracker_plural: Trackers
535 label_news_new: Add news 552 label_news_new: Add news
536 label_news_plural: News 553 label_news_plural: News
537 label_news_latest: Latest news 554 label_news_latest: Latest news
538 label_news_view_all: View all news 555 label_news_view_all: View all news
539 label_news_added: News added 556 label_news_added: News added
557 label_news_comment_added: Comment added to a news
540 label_settings: Settings 558 label_settings: Settings
541 label_overview: Overview 559 label_overview: Overview
542 label_version: Version 560 label_version: Version
543 label_version_new: New version 561 label_version_new: New version
544 label_version_plural: Versions 562 label_version_plural: Versions
732 label_file_plural: Files 750 label_file_plural: Files
733 label_changeset_plural: Changesets 751 label_changeset_plural: Changesets
734 label_default_columns: Default columns 752 label_default_columns: Default columns
735 label_no_change_option: (No change) 753 label_no_change_option: (No change)
736 label_bulk_edit_selected_issues: Bulk edit selected issues 754 label_bulk_edit_selected_issues: Bulk edit selected issues
755 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
737 label_theme: Theme 756 label_theme: Theme
738 label_default: Default 757 label_default: Default
739 label_search_titles_only: Search titles only 758 label_search_titles_only: Search titles only
740 label_user_mail_option_all: "For any event on all my projects" 759 label_user_mail_option_all: "For any event on all my projects"
741 label_user_mail_option_selected: "For any event on the selected projects only..." 760 label_user_mail_option_selected: "For any event on the selected projects only..."
793 label_profile: Profile 812 label_profile: Profile
794 label_subtask_plural: Subtasks 813 label_subtask_plural: Subtasks
795 label_project_copy_notifications: Send email notifications during the project copy 814 label_project_copy_notifications: Send email notifications during the project copy
796 label_principal_search: "Search for user or group:" 815 label_principal_search: "Search for user or group:"
797 label_user_search: "Search for user:" 816 label_user_search: "Search for user:"
798 817 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
818 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
819 label_issues_visibility_all: All issues
820 label_issues_visibility_public: All non private issues
821 label_issues_visibility_own: Issues created by or assigned to the user
822 label_git_report_last_commit: Report last commit for files and directories
823
799 button_login: Login 824 button_login: Login
800 button_submit: Submit 825 button_submit: Submit
801 button_save: Save 826 button_save: Save
802 button_check_all: Check all 827 button_check_all: Check all
803 button_uncheck_all: Uncheck all 828 button_uncheck_all: Uncheck all
829 button_collapse_all: Collapse all
830 button_expand_all: Expand all
804 button_delete: Delete 831 button_delete: Delete
805 button_create: Create 832 button_create: Create
806 button_create_and_continue: Create and continue 833 button_create_and_continue: Create and continue
807 button_test: Test 834 button_test: Test
808 button_edit: Edit 835 button_edit: Edit
838 button_update: Update 865 button_update: Update
839 button_configure: Configure 866 button_configure: Configure
840 button_quote: Quote 867 button_quote: Quote
841 button_duplicate: Duplicate 868 button_duplicate: Duplicate
842 button_show: Show 869 button_show: Show
843 870
844 status_active: active 871 status_active: active
845 status_registered: registered 872 status_registered: registered
846 status_locked: locked 873 status_locked: locked
847 874
848 version_status_open: open 875 version_status_open: open
849 version_status_locked: locked 876 version_status_locked: locked
850 version_status_closed: closed 877 version_status_closed: closed
851 878
852 field_active: Active 879 field_active: Active
853 880
854 text_select_mail_notifications: Select actions for which email notifications should be sent. 881 text_select_mail_notifications: Select actions for which email notifications should be sent.
855 text_regexp_info: eg. ^[A-Z0-9]+$ 882 text_regexp_info: eg. ^[A-Z0-9]+$
856 text_min_max_length_info: 0 means no restriction 883 text_min_max_length_info: 0 means no restriction
857 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ? 884 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
858 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." 885 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
859 text_workflow_edit: Select a role and a tracker to edit the workflow 886 text_workflow_edit: Select a role and a tracker to edit the workflow
860 text_are_you_sure: Are you sure ? 887 text_are_you_sure: Are you sure?
861 text_are_you_sure_with_children: "Delete issue and all child issues?" 888 text_are_you_sure_with_children: "Delete issue and all child issues?"
862 text_journal_changed: "%{label} changed from %{old} to %{new}" 889 text_journal_changed: "%{label} changed from %{old} to %{new}"
863 text_journal_changed_no_detail: "%{label} updated" 890 text_journal_changed_no_detail: "%{label} updated"
864 text_journal_set_to: "%{label} set to %{value}" 891 text_journal_set_to: "%{label} set to %{value}"
865 text_journal_deleted: "%{label} deleted (%{old})" 892 text_journal_deleted: "%{label} deleted (%{old})"
866 text_journal_added: "%{label} %{value} added" 893 text_journal_added: "%{label} %{value} added"
867 text_tip_issue_begin_day: issue beginning this day 894 text_tip_issue_begin_day: issue beginning this day
868 text_tip_issue_end_day: issue ending this day 895 text_tip_issue_end_day: issue ending this day
869 text_tip_issue_begin_end_day: issue beginning and ending this day 896 text_tip_issue_begin_end_day: issue beginning and ending this day
870 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.' 897 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.'
871 text_caracters_maximum: "%{count} characters maximum." 898 text_caracters_maximum: "%{count} characters maximum."
872 text_caracters_minimum: "Must be at least %{count} characters long." 899 text_caracters_minimum: "Must be at least %{count} characters long."
873 text_length_between: "Length between %{min} and %{max} characters." 900 text_length_between: "Length between %{min} and %{max} characters."
874 text_tracker_no_workflow: No workflow defined for this tracker 901 text_tracker_no_workflow: No workflow defined for this tracker
875 text_unallowed_characters: Unallowed characters 902 text_unallowed_characters: Unallowed characters
876 text_comma_separated: Multiple values allowed (comma separated). 903 text_comma_separated: Multiple values allowed (comma separated).
877 text_line_separated: Multiple values allowed (one line for each value). 904 text_line_separated: Multiple values allowed (one line for each value).
878 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages 905 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
879 text_issue_added: "Issue %{id} has been reported by %{author}." 906 text_issue_added: "Issue %{id} has been reported by %{author}."
880 text_issue_updated: "Issue %{id} has been updated by %{author}." 907 text_issue_updated: "Issue %{id} has been updated by %{author}."
881 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? 908 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content?
882 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do ?" 909 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?"
883 text_issue_category_destroy_assignments: Remove category assignments 910 text_issue_category_destroy_assignments: Remove category assignments
884 text_issue_category_reassign_to: Reassign issues to this category 911 text_issue_category_reassign_to: Reassign issues to this category
885 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)." 912 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)."
886 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." 913 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."
887 text_load_default_configuration: Load the default configuration 914 text_load_default_configuration: Load the default configuration
888 text_status_changed_by_changeset: "Applied in changeset %{value}." 915 text_status_changed_by_changeset: "Applied in changeset %{value}."
889 text_time_logged_by_changeset: "Applied in changeset %{value}." 916 text_time_logged_by_changeset: "Applied in changeset %{value}."
890 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' 917 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
918 text_issues_destroy_descendants_confirmation: "This will also delete %{count} subtask(s)."
919 text_time_entries_destroy_confirmation: 'Are you sure you want to delete the selected time entr(y/ies)?'
891 text_select_project_modules: 'Select modules to enable for this project:' 920 text_select_project_modules: 'Select modules to enable for this project:'
892 text_default_administrator_account_changed: Default administrator account changed 921 text_default_administrator_account_changed: Default administrator account changed
893 text_file_repository_writable: Attachments directory writable 922 text_file_repository_writable: Attachments directory writable
894 text_plugin_assets_writable: Plugin assets directory writable 923 text_plugin_assets_writable: Plugin assets directory writable
895 text_rmagick_available: RMagick available (optional) 924 text_rmagick_available: RMagick available (optional)
896 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?" 925 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?"
897 text_destroy_time_entries: Delete reported hours 926 text_destroy_time_entries: Delete reported hours
898 text_assign_time_entries_to_project: Assign reported hours to the project 927 text_assign_time_entries_to_project: Assign reported hours to the project
899 text_reassign_time_entries: 'Reassign reported hours to this issue:' 928 text_reassign_time_entries: 'Reassign reported hours to this issue:'
900 text_user_wrote: "%{value} wrote:" 929 text_user_wrote: "%{value} wrote:"
901 text_enumeration_destroy_question: "%{count} objects are assigned to this value." 930 text_enumeration_destroy_question: "%{count} objects are assigned to this value."
910 text_wiki_page_reassign_children: "Reassign child pages to this parent page" 939 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
911 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?" 940 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?"
912 text_zoom_in: Zoom in 941 text_zoom_in: Zoom in
913 text_zoom_out: Zoom out 942 text_zoom_out: Zoom out
914 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." 943 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
915 944 text_scm_path_encoding_note: "Default: UTF-8"
945 text_git_repository_note: "Bare and local repository (e.g. /gitrepo, c:\gitrepo)"
946 text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)"
947 text_scm_command: Command
948 text_scm_command_version: Version
949 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
950 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
951
916 default_role_manager: Manager 952 default_role_manager: Manager
917 default_role_developer: Developer 953 default_role_developer: Developer
918 default_role_reporter: Reporter 954 default_role_reporter: Reporter
919 default_tracker_bug: Bug 955 default_tracker_bug: Bug
920 default_tracker_feature: Feature 956 default_tracker_feature: Feature
932 default_priority_high: High 968 default_priority_high: High
933 default_priority_urgent: Urgent 969 default_priority_urgent: Urgent
934 default_priority_immediate: Immediate 970 default_priority_immediate: Immediate
935 default_activity_design: Design 971 default_activity_design: Design
936 default_activity_development: Development 972 default_activity_development: Development
937 973
938 enumeration_issue_priorities: Issue priorities 974 enumeration_issue_priorities: Issue priorities
939 enumeration_doc_categories: Document categories 975 enumeration_doc_categories: Document categories
940 enumeration_activities: Activities (time tracking) 976 enumeration_activities: Activities (time tracking)
941 enumeration_system_activity: System Activity 977 enumeration_system_activity: System Activity
942