##// END OF EJS Templates
Translations updates by joergleis (#7855)....
Jean-Philippe Lang -
r5141:706485aaecfd
parent child
Show More
@@ -74,6 +74,7 en-GB:
74 format:
74 format:
75 format: "%u%n"
75 format: "%u%n"
76 unit: "£"
76 unit: "£"
77
77 human:
78 human:
78 format:
79 format:
79 delimiter: ""
80 delimiter: ""
@@ -126,7 +127,7 en-GB:
126 greater_than_start_date: "must be greater than start date"
127 greater_than_start_date: "must be greater than start date"
127 not_same_project: "doesn't belong to the same project"
128 not_same_project: "doesn't belong to the same project"
128 circular_dependency: "This relation would create a circular dependency"
129 circular_dependency: "This relation would create a circular dependency"
129 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
130 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
130
131
131 actionview_instancetag_blank_option: Please select
132 actionview_instancetag_blank_option: Please select
132
133
@@ -157,30 +158,38 en-GB:
157 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
158 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
158 notice_locking_conflict: Data has been updated by another user.
159 notice_locking_conflict: Data has been updated by another user.
159 notice_not_authorized: You are not authorised to access this page.
160 notice_not_authorized: You are not authorised to access this page.
161 notice_not_authorized_archived_project: The project you're trying to access has been archived.
160 notice_email_sent: "An email was sent to %{value}"
162 notice_email_sent: "An email was sent to %{value}"
161 notice_email_error: "An error occurred while sending mail (%{value})"
163 notice_email_error: "An error occurred while sending mail (%{value})"
162 notice_feeds_access_key_reseted: Your RSS access key was reset.
164 notice_feeds_access_key_reseted: Your RSS access key was reset.
163 notice_api_access_key_reseted: Your API access key was reset.
165 notice_api_access_key_reseted: Your API access key was reset.
164 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
166 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
167 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
165 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
168 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
166 notice_account_pending: "Your account was created and is now pending administrator approval."
169 notice_account_pending: "Your account was created and is now pending administrator approval."
167 notice_default_data_loaded: Default configuration successfully loaded.
170 notice_default_data_loaded: Default configuration successfully loaded.
168 notice_unable_delete_version: Unable to delete version.
171 notice_unable_delete_version: Unable to delete version.
172 notice_unable_delete_time_entry: Unable to delete time log entry.
169 notice_issue_done_ratios_updated: Issue done ratios updated.
173 notice_issue_done_ratios_updated: Issue done ratios updated.
174 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
170
175
171 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
176 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
172 error_scm_not_found: "The entry or revision was not found in the repository."
177 error_scm_not_found: "The entry or revision was not found in the repository."
173 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
178 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
174 error_scm_annotate: "The entry does not exist or can not be annotated."
179 error_scm_annotate: "The entry does not exist or cannot be annotated."
175 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
180 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
176 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
181 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
177 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
182 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
178 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened'
183 error_can_not_delete_custom_field: Unable to delete custom field
179 error_can_not_archive_project: This project can not be archived
184 error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted."
185 error_can_not_remove_role: "This role is in use and cannot be deleted."
186 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened'
187 error_can_not_archive_project: This project cannot be archived
180 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
188 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
181 error_workflow_copy_source: 'Please select a source tracker or role'
189 error_workflow_copy_source: 'Please select a source tracker or role'
182 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
190 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
183
191 error_unable_delete_issue_status: 'Unable to delete issue status'
192 error_unable_to_connect: "Unable to connect (%{value})"
184 warning_attachments_not_saved: "%{count} file(s) could not be saved."
193 warning_attachments_not_saved: "%{count} file(s) could not be saved."
185
194
186 mail_subject_lost_password: "Your %{value} password"
195 mail_subject_lost_password: "Your %{value} password"
@@ -205,8 +214,8 en-GB:
205 field_description: Description
214 field_description: Description
206 field_summary: Summary
215 field_summary: Summary
207 field_is_required: Required
216 field_is_required: Required
208 field_firstname: Firstname
217 field_firstname: First name
209 field_lastname: Lastname
218 field_lastname: Last name
210 field_mail: Email
219 field_mail: Email
211 field_filename: File
220 field_filename: File
212 field_filesize: Size
221 field_filesize: Size
@@ -236,6 +245,7 en-GB:
236 field_priority: Priority
245 field_priority: Priority
237 field_fixed_version: Target version
246 field_fixed_version: Target version
238 field_user: User
247 field_user: User
248 field_principal: Principal
239 field_role: Role
249 field_role: Role
240 field_homepage: Homepage
250 field_homepage: Homepage
241 field_is_public: Public
251 field_is_public: Public
@@ -280,6 +290,7 en-GB:
280 field_redirect_existing_links: Redirect existing links
290 field_redirect_existing_links: Redirect existing links
281 field_estimated_hours: Estimated time
291 field_estimated_hours: Estimated time
282 field_column_names: Columns
292 field_column_names: Columns
293 field_time_entries: Log time
283 field_time_zone: Time zone
294 field_time_zone: Time zone
284 field_searchable: Searchable
295 field_searchable: Searchable
285 field_default_value: Default value
296 field_default_value: Default value
@@ -291,6 +302,12 en-GB:
291 field_content: Content
302 field_content: Content
292 field_group_by: Group results by
303 field_group_by: Group results by
293 field_sharing: Sharing
304 field_sharing: Sharing
305 field_parent_issue: Parent task
306 field_member_of_group: Member of Group
307 field_assigned_to_role: Member of Role
308 field_text: Text field
309 field_visible: Visible
310 field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text"
294
311
295 setting_app_title: Application title
312 setting_app_title: Application title
296 setting_app_subtitle: Application subtitle
313 setting_app_subtitle: Application subtitle
@@ -319,6 +336,7 en-GB:
319 setting_issue_list_default_columns: Default columns displayed on the issue list
336 setting_issue_list_default_columns: Default columns displayed on the issue list
320 setting_repositories_encodings: Repositories encodings
337 setting_repositories_encodings: Repositories encodings
321 setting_commit_logs_encoding: Commit messages encoding
338 setting_commit_logs_encoding: Commit messages encoding
339 setting_emails_header: Emails header
322 setting_emails_footer: Emails footer
340 setting_emails_footer: Emails footer
323 setting_protocol: Protocol
341 setting_protocol: Protocol
324 setting_per_page_options: Objects per page options
342 setting_per_page_options: Objects per page options
@@ -345,6 +363,10 en-GB:
345 setting_start_of_week: Start calendars on
363 setting_start_of_week: Start calendars on
346 setting_rest_api_enabled: Enable REST web service
364 setting_rest_api_enabled: Enable REST web service
347 setting_cache_formatted_text: Cache formatted text
365 setting_cache_formatted_text: Cache formatted text
366 setting_default_notification_option: Default notification option
367 setting_commit_logtime_enabled: Enable time logging
368 setting_commit_logtime_activity_id: Activity for logged time
369 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
348
370
349 permission_add_project: Create project
371 permission_add_project: Create project
350 permission_add_subprojects: Create subprojects
372 permission_add_subprojects: Create subprojects
@@ -392,7 +414,7 en-GB:
392 permission_browse_repository: Browse repository
414 permission_browse_repository: Browse repository
393 permission_view_changesets: View changesets
415 permission_view_changesets: View changesets
394 permission_commit_access: Commit access
416 permission_commit_access: Commit access
395 permission_manage_boards: Manage boards
417 permission_manage_boards: Manage forums
396 permission_view_messages: View messages
418 permission_view_messages: View messages
397 permission_add_messages: Post messages
419 permission_add_messages: Post messages
398 permission_edit_messages: Edit messages
420 permission_edit_messages: Edit messages
@@ -400,6 +422,7 en-GB:
400 permission_delete_messages: Delete messages
422 permission_delete_messages: Delete messages
401 permission_delete_own_messages: Delete own messages
423 permission_delete_own_messages: Delete own messages
402 permission_export_wiki_pages: Export wiki pages
424 permission_export_wiki_pages: Export wiki pages
425 permission_manage_subtasks: Manage subtasks
403
426
404 project_module_issue_tracking: Issue tracking
427 project_module_issue_tracking: Issue tracking
405 project_module_time_tracking: Time tracking
428 project_module_time_tracking: Time tracking
@@ -408,7 +431,9 en-GB:
408 project_module_files: Files
431 project_module_files: Files
409 project_module_wiki: Wiki
432 project_module_wiki: Wiki
410 project_module_repository: Repository
433 project_module_repository: Repository
411 project_module_boards: Boards
434 project_module_boards: Forums
435 project_module_calendar: Calendar
436 project_module_gantt: Gantt
412
437
413 label_user: User
438 label_user: User
414 label_user_plural: Users
439 label_user_plural: Users
@@ -466,6 +491,7 en-GB:
466 label_my_page: My page
491 label_my_page: My page
467 label_my_account: My account
492 label_my_account: My account
468 label_my_projects: My projects
493 label_my_projects: My projects
494 label_my_page_block: My page block
469 label_administration: Administration
495 label_administration: Administration
470 label_login: Sign in
496 label_login: Sign in
471 label_logout: Sign out
497 label_logout: Sign out
@@ -515,6 +541,7 en-GB:
515 label_news_latest: Latest news
541 label_news_latest: Latest news
516 label_news_view_all: View all news
542 label_news_view_all: View all news
517 label_news_added: News added
543 label_news_added: News added
544 label_news_comment_added: Comment added to a news
518 label_settings: Settings
545 label_settings: Settings
519 label_overview: Overview
546 label_overview: Overview
520 label_version: Version
547 label_version: Version
@@ -573,6 +600,7 en-GB:
573 label_query: Custom query
600 label_query: Custom query
574 label_query_plural: Custom queries
601 label_query_plural: Custom queries
575 label_query_new: New query
602 label_query_new: New query
603 label_my_queries: My custom queries
576 label_filter_add: Add filter
604 label_filter_add: Add filter
577 label_filter_plural: Filters
605 label_filter_plural: Filters
578 label_equals: is
606 label_equals: is
@@ -643,6 +671,7 en-GB:
643 label_changes_details: Details of all changes
671 label_changes_details: Details of all changes
644 label_issue_tracking: Issue tracking
672 label_issue_tracking: Issue tracking
645 label_spent_time: Spent time
673 label_spent_time: Spent time
674 label_overall_spent_time: Overall spent time
646 label_f_hour: "%{value} hour"
675 label_f_hour: "%{value} hour"
647 label_f_hour_plural: "%{value} hours"
676 label_f_hour_plural: "%{value} hours"
648 label_time_tracking: Time tracking
677 label_time_tracking: Time tracking
@@ -716,6 +745,9 en-GB:
716 label_user_mail_option_all: "For any event on all my projects"
745 label_user_mail_option_all: "For any event on all my projects"
717 label_user_mail_option_selected: "For any event on the selected projects only..."
746 label_user_mail_option_selected: "For any event on the selected projects only..."
718 label_user_mail_option_none: "No events"
747 label_user_mail_option_none: "No events"
748 label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in"
749 label_user_mail_option_only_assigned: "Only for things I am assigned to"
750 label_user_mail_option_only_owner: "Only for things I am the owner of"
719 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
751 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
720 label_registration_activation_by_email: account activation by email
752 label_registration_activation_by_email: account activation by email
721 label_registration_manual_activation: manual account activation
753 label_registration_manual_activation: manual account activation
@@ -763,17 +795,25 en-GB:
763 label_api_access_key: API access key
795 label_api_access_key: API access key
764 label_missing_api_access_key: Missing an API access key
796 label_missing_api_access_key: Missing an API access key
765 label_api_access_key_created_on: "API access key created %{value} ago"
797 label_api_access_key_created_on: "API access key created %{value} ago"
798 label_profile: Profile
799 label_subtask_plural: Subtasks
800 label_project_copy_notifications: Send email notifications during the project copy
801 label_principal_search: "Search for user or group:"
802 label_user_search: "Search for user:"
766
803
767 button_login: Login
804 button_login: Login
768 button_submit: Submit
805 button_submit: Submit
769 button_save: Save
806 button_save: Save
770 button_check_all: Check all
807 button_check_all: Check all
771 button_uncheck_all: Uncheck all
808 button_uncheck_all: Uncheck all
809 button_collapse_all: Collapse all
810 button_expand_all: Expand all
772 button_delete: Delete
811 button_delete: Delete
773 button_create: Create
812 button_create: Create
774 button_create_and_continue: Create and continue
813 button_create_and_continue: Create and continue
775 button_test: Test
814 button_test: Test
776 button_edit: Edit
815 button_edit: Edit
816 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
777 button_add: Add
817 button_add: Add
778 button_change: Change
818 button_change: Change
779 button_apply: Apply
819 button_apply: Apply
@@ -825,14 +865,16 en-GB:
825 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
865 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
826 text_workflow_edit: Select a role and a tracker to edit the workflow
866 text_workflow_edit: Select a role and a tracker to edit the workflow
827 text_are_you_sure: Are you sure?
867 text_are_you_sure: Are you sure?
868 text_are_you_sure_with_children: "Delete issue and all child issues?"
828 text_journal_changed: "%{label} changed from %{old} to %{new}"
869 text_journal_changed: "%{label} changed from %{old} to %{new}"
870 text_journal_changed_no_detail: "%{label} updated"
829 text_journal_set_to: "%{label} set to %{value}"
871 text_journal_set_to: "%{label} set to %{value}"
830 text_journal_deleted: "%{label} deleted (%{old})"
872 text_journal_deleted: "%{label} deleted (%{old})"
831 text_journal_added: "%{label} %{value} added"
873 text_journal_added: "%{label} %{value} added"
832 text_tip_issue_begin_day: task beginning this day
874 text_tip_issue_begin_day: task beginning this day
833 text_tip_issue_end_day: task ending this day
875 text_tip_issue_end_day: task ending this day
834 text_tip_issue_begin_end_day: task beginning and ending this day
876 text_tip_issue_begin_end_day: task beginning and ending this day
835 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.'
877 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.'
836 text_caracters_maximum: "%{count} characters maximum."
878 text_caracters_maximum: "%{count} characters maximum."
837 text_caracters_minimum: "Must be at least %{count} characters long."
879 text_caracters_minimum: "Must be at least %{count} characters long."
838 text_length_between: "Length between %{min} and %{max} characters."
880 text_length_between: "Length between %{min} and %{max} characters."
@@ -851,6 +893,7 en-GB:
851 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."
893 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."
852 text_load_default_configuration: Load the default configuration
894 text_load_default_configuration: Load the default configuration
853 text_status_changed_by_changeset: "Applied in changeset %{value}."
895 text_status_changed_by_changeset: "Applied in changeset %{value}."
896 text_time_logged_by_changeset: "Applied in changeset %{value}."
854 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
897 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
855 text_select_project_modules: 'Select modules to enable for this project:'
898 text_select_project_modules: 'Select modules to enable for this project:'
856 text_default_administrator_account_changed: Default administrator account changed
899 text_default_administrator_account_changed: Default administrator account changed
@@ -873,6 +916,9 en-GB:
873 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
916 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
874 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
917 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
875 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?"
918 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?"
919 text_zoom_in: Zoom in
920 text_zoom_out: Zoom out
921 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
876
922
877 default_role_manager: Manager
923 default_role_manager: Manager
878 default_role_developer: Developer
924 default_role_developer: Developer
@@ -900,50 +946,3 en-GB:
900 enumeration_doc_categories: Document categories
946 enumeration_doc_categories: Document categories
901 enumeration_activities: Activities (time tracking)
947 enumeration_activities: Activities (time tracking)
902 enumeration_system_activity: System Activity
948 enumeration_system_activity: System Activity
903
904 notice_unable_delete_time_entry: Unable to delete time log entry.
905 error_can_not_delete_custom_field: Unable to delete custom field
906 permission_manage_subtasks: Manage subtasks
907 label_profile: Profile
908 error_unable_to_connect: Unable to connect (%{value})
909 label_overall_spent_time: Overall spent time
910 error_can_not_remove_role: This role is in use and can not be deleted.
911 field_principal: Principal
912 field_parent_issue: Parent task
913 label_my_page_block: My page block
914 text_zoom_out: Zoom out
915 text_zoom_in: Zoom in
916 error_unable_delete_issue_status: Unable to delete issue status
917 label_subtask_plural: Subtasks
918 error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
919 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
920 label_project_copy_notifications: Send email notifications during the project copy
921 field_time_entries: Log time
922 project_module_gantt: Gantt
923 project_module_calendar: Calendar
924 field_member_of_group: Member of Group
925 field_assigned_to_role: Member of Role
926 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
927 text_are_you_sure_with_children: Delete issue and all child issues?
928 field_text: Text field
929 label_user_mail_option_only_owner: Only for things I am the owner of
930 setting_default_notification_option: Default notification option
931 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
932 label_user_mail_option_only_assigned: Only for things I am assigned to
933 notice_not_authorized_archived_project: The project you're trying to access has been archived.
934 label_principal_search: "Search for user or group:"
935 label_user_search: "Search for user:"
936 field_visible: Visible
937 setting_emails_header: Emails header
938 setting_commit_logtime_activity_id: Activity for logged time
939 text_time_logged_by_changeset: Applied in changeset %{value}.
940 setting_commit_logtime_enabled: Enable time logging
941 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
942 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
943 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
944 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
945 label_my_queries: My custom queries
946 text_journal_changed_no_detail: "%{label} updated"
947 label_news_comment_added: Comment added to a news
948 button_expand_all: Expand all
949 button_collapse_all: Collapse all
@@ -66,11 +66,11 en:
66 other: "almost %{count} years"
66 other: "almost %{count} years"
67
67
68 number:
68 number:
69 # Default format for numbers
70 format:
69 format:
71 separator: "."
70 separator: "."
72 delimiter: ""
71 delimiter: ""
73 precision: 3
72 precision: 3
73
74 human:
74 human:
75 format:
75 format:
76 delimiter: ""
76 delimiter: ""
@@ -123,7 +123,7 en:
123 greater_than_start_date: "must be greater than start date"
123 greater_than_start_date: "must be greater than start date"
124 not_same_project: "doesn't belong to the same project"
124 not_same_project: "doesn't belong to the same project"
125 circular_dependency: "This relation would create a circular dependency"
125 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"
126 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
127
127
128 actionview_instancetag_blank_option: Please select
128 actionview_instancetag_blank_option: Please select
129
129
@@ -172,15 +172,15 en:
172 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
172 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."
173 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}"
174 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."
175 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'
176 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.'
177 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").'
178 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
179 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."
180 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."
181 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'
182 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
183 error_can_not_archive_project: This project cannot be archived
184 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
184 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
185 error_workflow_copy_source: 'Please select a source tracker or role'
185 error_workflow_copy_source: 'Please select a source tracker or role'
186 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
186 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
@@ -210,8 +210,8 en:
210 field_description: Description
210 field_description: Description
211 field_summary: Summary
211 field_summary: Summary
212 field_is_required: Required
212 field_is_required: Required
213 field_firstname: Firstname
213 field_firstname: First name
214 field_lastname: Lastname
214 field_lastname: Last name
215 field_mail: Email
215 field_mail: Email
216 field_filename: File
216 field_filename: File
217 field_filesize: Size
217 field_filesize: Size
@@ -410,7 +410,7 en:
410 permission_browse_repository: Browse repository
410 permission_browse_repository: Browse repository
411 permission_view_changesets: View changesets
411 permission_view_changesets: View changesets
412 permission_commit_access: Commit access
412 permission_commit_access: Commit access
413 permission_manage_boards: Manage boards
413 permission_manage_boards: Manage forums
414 permission_view_messages: View messages
414 permission_view_messages: View messages
415 permission_add_messages: Post messages
415 permission_add_messages: Post messages
416 permission_edit_messages: Edit messages
416 permission_edit_messages: Edit messages
@@ -427,7 +427,7 en:
427 project_module_files: Files
427 project_module_files: Files
428 project_module_wiki: Wiki
428 project_module_wiki: Wiki
429 project_module_repository: Repository
429 project_module_repository: Repository
430 project_module_boards: Boards
430 project_module_boards: Forums
431 project_module_calendar: Calendar
431 project_module_calendar: Calendar
432 project_module_gantt: Gantt
432 project_module_gantt: Gantt
433
433
@@ -857,10 +857,10 en:
857 text_select_mail_notifications: Select actions for which email notifications should be sent.
857 text_select_mail_notifications: Select actions for which email notifications should be sent.
858 text_regexp_info: eg. ^[A-Z0-9]+$
858 text_regexp_info: eg. ^[A-Z0-9]+$
859 text_min_max_length_info: 0 means no restriction
859 text_min_max_length_info: 0 means no restriction
860 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ?
860 text_project_destroy_confirmation: Are you sure you want to delete this project and related data?
861 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
861 text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
862 text_workflow_edit: Select a role and a tracker to edit the workflow
862 text_workflow_edit: Select a role and a tracker to edit the workflow
863 text_are_you_sure: Are you sure ?
863 text_are_you_sure: Are you sure?
864 text_are_you_sure_with_children: "Delete issue and all child issues?"
864 text_are_you_sure_with_children: "Delete issue and all child issues?"
865 text_journal_changed: "%{label} changed from %{old} to %{new}"
865 text_journal_changed: "%{label} changed from %{old} to %{new}"
866 text_journal_changed_no_detail: "%{label} updated"
866 text_journal_changed_no_detail: "%{label} updated"
@@ -870,7 +870,7 en:
870 text_tip_issue_begin_day: issue beginning this day
870 text_tip_issue_begin_day: issue beginning this day
871 text_tip_issue_end_day: issue ending this day
871 text_tip_issue_end_day: issue ending this day
872 text_tip_issue_begin_end_day: issue beginning and ending this day
872 text_tip_issue_begin_end_day: issue beginning and ending this day
873 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.'
873 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.'
874 text_caracters_maximum: "%{count} characters maximum."
874 text_caracters_maximum: "%{count} characters maximum."
875 text_caracters_minimum: "Must be at least %{count} characters long."
875 text_caracters_minimum: "Must be at least %{count} characters long."
876 text_length_between: "Length between %{min} and %{max} characters."
876 text_length_between: "Length between %{min} and %{max} characters."
@@ -881,8 +881,8 en:
881 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
881 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
882 text_issue_added: "Issue %{id} has been reported by %{author}."
882 text_issue_added: "Issue %{id} has been reported by %{author}."
883 text_issue_updated: "Issue %{id} has been updated by %{author}."
883 text_issue_updated: "Issue %{id} has been updated by %{author}."
884 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
884 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content?
885 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do ?"
885 text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?"
886 text_issue_category_destroy_assignments: Remove category assignments
886 text_issue_category_destroy_assignments: Remove category assignments
887 text_issue_category_reassign_to: Reassign issues to this category
887 text_issue_category_reassign_to: Reassign issues to this category
888 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)."
888 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)."
@@ -890,13 +890,13 en:
890 text_load_default_configuration: Load the default configuration
890 text_load_default_configuration: Load the default configuration
891 text_status_changed_by_changeset: "Applied in changeset %{value}."
891 text_status_changed_by_changeset: "Applied in changeset %{value}."
892 text_time_logged_by_changeset: "Applied in changeset %{value}."
892 text_time_logged_by_changeset: "Applied in changeset %{value}."
893 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
893 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?'
894 text_select_project_modules: 'Select modules to enable for this project:'
894 text_select_project_modules: 'Select modules to enable for this project:'
895 text_default_administrator_account_changed: Default administrator account changed
895 text_default_administrator_account_changed: Default administrator account changed
896 text_file_repository_writable: Attachments directory writable
896 text_file_repository_writable: Attachments directory writable
897 text_plugin_assets_writable: Plugin assets directory writable
897 text_plugin_assets_writable: Plugin assets directory writable
898 text_rmagick_available: RMagick available (optional)
898 text_rmagick_available: RMagick available (optional)
899 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?"
899 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?"
900 text_destroy_time_entries: Delete reported hours
900 text_destroy_time_entries: Delete reported hours
901 text_assign_time_entries_to_project: Assign reported hours to the project
901 text_assign_time_entries_to_project: Assign reported hours to the project
902 text_reassign_time_entries: 'Reassign reported hours to this issue:'
902 text_reassign_time_entries: 'Reassign reported hours to this issue:'
@@ -942,4 +942,3 en:
942 enumeration_doc_categories: Document categories
942 enumeration_doc_categories: Document categories
943 enumeration_activities: Activities (time tracking)
943 enumeration_activities: Activities (time tracking)
944 enumeration_system_activity: System Activity
944 enumeration_system_activity: System Activity
945
General Comments 0
You need to be logged in to leave comments. Login now