comparison config/locales/en-GB.yml @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents cbce1fd3b1b7
children 5e80956cc792 433d4f72a19b
comparison
equal deleted inserted replaced
908:c6c2cbd0afee 909:cbb26bc654de
178 178
179 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" 179 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
180 error_scm_not_found: "The entry or revision was not found in the repository." 180 error_scm_not_found: "The entry or revision was not found in the repository."
181 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" 181 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
182 error_scm_annotate: "The entry does not exist or cannot be annotated." 182 error_scm_annotate: "The entry does not exist or cannot be annotated."
183 error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size."
183 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' 184 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
184 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' 185 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
185 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' 186 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
186 error_can_not_delete_custom_field: Unable to delete custom field 187 error_can_not_delete_custom_field: Unable to delete custom field
187 error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted." 188 error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted."
335 setting_autologin: Autologin 336 setting_autologin: Autologin
336 setting_date_format: Date format 337 setting_date_format: Date format
337 setting_time_format: Time format 338 setting_time_format: Time format
338 setting_cross_project_issue_relations: Allow cross-project issue relations 339 setting_cross_project_issue_relations: Allow cross-project issue relations
339 setting_issue_list_default_columns: Default columns displayed on the issue list 340 setting_issue_list_default_columns: Default columns displayed on the issue list
340 setting_repositories_encodings: Repositories encodings
341 setting_emails_header: Emails header 341 setting_emails_header: Emails header
342 setting_emails_footer: Emails footer 342 setting_emails_footer: Emails footer
343 setting_protocol: Protocol 343 setting_protocol: Protocol
344 setting_per_page_options: Objects per page options 344 setting_per_page_options: Objects per page options
345 setting_user_format: Users display format 345 setting_user_format: Users display format
367 setting_cache_formatted_text: Cache formatted text 367 setting_cache_formatted_text: Cache formatted text
368 setting_default_notification_option: Default notification option 368 setting_default_notification_option: Default notification option
369 setting_commit_logtime_enabled: Enable time logging 369 setting_commit_logtime_enabled: Enable time logging
370 setting_commit_logtime_activity_id: Activity for logged time 370 setting_commit_logtime_activity_id: Activity for logged time
371 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart 371 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
372 372 setting_issue_group_assignment: Allow issue assignment to groups
373 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
374
373 permission_add_project: Create project 375 permission_add_project: Create project
374 permission_add_subprojects: Create subprojects 376 permission_add_subprojects: Create subprojects
375 permission_edit_project: Edit project 377 permission_edit_project: Edit project
376 permission_select_project_modules: Select project modules 378 permission_select_project_modules: Select project modules
377 permission_manage_members: Manage members 379 permission_manage_members: Manage members
970 text_scm_path_encoding_note: "Default: UTF-8" 972 text_scm_path_encoding_note: "Default: UTF-8"
971 field_path_to_repository: Path to repository 973 field_path_to_repository: Path to repository
972 field_root_directory: Root directory 974 field_root_directory: Root directory
973 field_cvs_module: Module 975 field_cvs_module: Module
974 field_cvsroot: CVSROOT 976 field_cvsroot: CVSROOT
975 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
976 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) 977 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
977 text_scm_command: Command 978 text_scm_command: Command
978 text_scm_command_version: Version 979 text_scm_command_version: Version
979 label_git_report_last_commit: Report last commit for files and directories 980 label_git_report_last_commit: Report last commit for files and directories
980 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. 981 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
981 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. 982 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
983 notice_issue_successful_create: Issue %{id} created.
984 label_between: between
985 label_diff: diff
986 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
987 description_query_sort_criteria_direction: Sort direction
988 description_project_scope: Search scope
989 description_filter: Filter
990 description_user_mail_notification: Mail notification settings
991 description_date_from: Enter start date
992 description_message_content: Message content
993 description_available_columns: Available Columns
994 description_date_range_interval: Choose range by selecting start and end date
995 description_issue_category_reassign: Choose issue category
996 description_search: Searchfield
997 description_notes: Notes
998 description_date_range_list: Choose range from list
999 description_choose_project: Projects
1000 description_date_to: Enter end date
1001 description_query_sort_criteria_attribute: Sort attribute
1002 description_wiki_subpages_reassign: Choose new parent page
1003 description_selected_columns: Selected Columns
1004 label_parent_revision: Parent
1005 label_child_revision: Child
1006 button_edit_section: Edit this section
1007 setting_repositories_encodings: Attachments and repositories encodings
1008 description_all_columns: All Columns
1009 button_export: Export
1010 label_export_options: "%{export_format} export options"
1011 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})