OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/config/locales/en.yml

1547 lines
67 KiB

#-- copyright
# OpenProject is a project management system.
# Copyright (C) 2012-2013 the OpenProject Foundation (OPF)
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
#
# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
# Copyright (C) 2006-2013 Jean-Philippe Lang
# Copyright (C) 2010-2013 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
en:
account:
delete: "Delete account"
delete_confirmation: "Are you sure you want to delete the account?"
deleted: "Account successfully deleted"
deletion_info:
data_consequences:
other: "Of the data the user created (e.g. e-mail, preferences, work packages, wiki entries) as much as possible will be deleted. Note however, that data like work packages and wiki entries can not be deleted without impeding the work of the other users. Such data is hence reassigned to an account called \"Deleted user\". As the data of every deleted account is reassigned to this account it will not be possible to distinguish the data the user created from the data of another deleted account."
self: "Of the data you created (e.g. e-mail, preferences, work packages, wiki entries) as much as possible will be deleted. Note however, that data like work packages and wiki entries can not be deleted without impeding the work of the other users. Such data is hence reassigned to an account called \"Deleted user\". As the data of every deleted account is reassigned to this account it will not be possible to distinguish the data you created from the data of another deleted account."
heading: "Delete account %{name}"
info:
other: "Deleting the user account is an irreversible action."
self: "Deleting your user account is an irreversible action."
login_consequences:
other: "The account will be deleted from the system. Therefore, the user will no longer be able to log in with his current credentials. He/she can choose to become a user of this application again by the means this application grants."
self: "Your account will be deleted from the system. Therefore, you will no longer be able to log in with your current credentials. If you choose to become a user of this application again, you can do so by using the means this application grants."
actionview_instancetag_blank_option: "Please select"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
activerecord:
attributes:
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
attachment:
downloads: "Downloads"
filename: "File"
filesize: "Size"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
auth_source:
account: "Account"
attr_firstname: "Firstname attribute"
attr_lastname: "Lastname attribute"
attr_login: "Login attribute"
attr_mail: "Email attribute"
base_dn: "Base DN"
host: "Host"
onthefly: "On-the-fly user creation"
port: "Port"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
comment:
commented: "Commented" # an object that this comment belongs to
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
custom_field:
default_value: "Default value"
editable: "Editable"
field_format: "Format"
is_filter: "Used as a filter"
is_required: "Required"
max_length: "Maximum length"
min_length: "Minimum length"
possible_values: "Possible values"
regexp: "Regular expression"
searchable: "Searchable"
visible: "Visible"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
custom_value:
value: "Value"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
enumeration:
active: "Active"
relation:
delay: "Delay"
from: "Work Package"
11 years ago
to: "Related work package"
status:
is_closed: "Work package closed"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
journal:
notes: "Notes"
member:
roles: "Roles"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
project:
homepage: "Homepage"
identifier: "Identifier"
work_packages: "Work Packages"
parent: "Subproject of"
versions: "Versions"
project_type: "Project type"
responsible: "Responsible"
types: "Types"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
query:
column_names: "Columns"
group_by: "Group results by"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
repository:
url: "URL"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
role:
11 years ago
assignable: "Work packages can be assigned to this role"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
time_entry:
activity: "Activity"
hours: "Hours"
work_package: "Work Package"
spent_on: "Date"
type: "Type"
type:
is_in_roadmap: "Work packages displayed in roadmap"
in_aggregation: "Work packages displayed in aggregation"
is_milestone: "Work packages displayed as milestone"
color: "Color"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
user:
admin: "Administrator"
auth_source: "Authentication mode"
identity_url: "OpenID URL"
language: "Language"
last_login_on: "Last connection"
mail_notification: "Email notifications"
new_password: "New password"
password_confirmation: "Confirmation"
force_password_change: "Enforce password change on next login"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
user_preference:
comments_sorting: "Display comments"
hide_mail: "Hide my email address"
impaired: "Accessibility mode"
time_zone: "Time zone"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text"
version:
effective_date: "Due date"
sharing: "Sharing"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
wiki:
start_page: "Start page"
wiki_content:
text: "Text"
restructure en.yml to a better rails3'ish style We use attributes; activerecord.models; activerecord.attributes; query_fields now. All field_<something> were removed and/or renamed. Have a look at the following list of moved/renamed/removed or otherwise modified translations: **Now translated with <model>.human_attribute_name(<attribute>)** And moved from field_<something> to activerecord.attributes.<model>.<attribute> or attributes.<attribute> * field_login: Login * field_password: Password * field_password_confirmation: Confirmation * field_new_password: New password * field_firstname: First name * field_lastname: Last name * field_admin: Administrator * field_base_dn: Base DN * field_name: Name * field_mail: Email * field_author: Author * field_field_format: Format * field_value: Value * field_title: Title * field_tracker: Tracker * field_subject: Subject * field_fixed_version: Target version * field_user: User * field_parent: Subproject of * field_mail_notification: Email notifications * field_effective_date: Due date * field_type: Type * field_base: "General Error:" * field_comments: Comment * field_url: URL * field_start_page: Start page * field_hours: Hours * field_activity: Activity * field_identifier: Identifier * field_issue_to: Related issue * field_delay: Delay * field_time_entries: Log time * field_default_value: Default value * field_parent_title: Parent page * field_parent_issue: Parent task * field_custom_values: Custom fields * field_onthefly: On-the-fly user creation * field_account: Account * field_host: Host * field_port: Port * field_language: Language * field_identity_url: OpenID URL * field_created_on: Created * field_updated_on: Updated * field_status: Status * field_is_required: Required * field_is_for_all: For all projects * field_is_default: Default value * field_is_closed: Issue closed * field_is_public: Public * field_active: Active * field_done_ratio: "% Done" * field_group_by: Group results by * field_column_names: Columns * field_filesize: Size * field_last_login_on: Last connection * field_version: Version * field_priority: Priority * field_category: Category * field_assigned_to: Assignee * field_start_date: Start date * field_due_date: Due date * field_project: Project * field_estimated_hours: Estimated time * field_description: Description * field_spent_on: Date * field_issue: Issue * field_notes: Notes * field_sharing: Sharing * field_filename: File * field_impaired: Accessibility mode * field_homepage: Homepage * field_assignable: Issues can be assigned to this role * field_watcher * field_attr_firstname: Firstname attribute * field_attr_lastname: Lastname attribute * field_attr_login: Login attribute * field_attr_mail: Email attribute * field_auth_source: Authentication mode * field_comments_sorting: Display comments * field_content: Content * field_downloads: Downloads * field_editable: Editable * field_hide_mail: Hide my email address * field_is_filter: Used as a filter * field_is_in_roadmap: Issues displayed in roadmap * field_max_length: Maximum length * field_min_length: Minimum length * field_possible_values: Possible values * field_redirect_existing_links: Redirect existing links * field_regexp: Regular expression * field_role: Role * field_searchable: Searchable * field_time_zone: Time zone * field_warn_on_leaving_unsaved: "Warn me when leaving a page with * unsaved text" * field_visible: Visible * field_summary: Summary **Now translated via -> <model>.model_name.human ** And moved from field_<something> to activerecord.models.<model> * label_board: Forum * label_user: User * label_version: Version * label_tracker: Tracker * label_role: Role * label_member: Member * label_document: Document * label_issue_category: Issue category * label_issue_status: Issue status * label_group: Group * label_project * label_news: News * label_workflow: Workflow * label_custom_field: Custom field * label_attachment: File * label_comment: Comment * label_query: Custom query * label_wiki: Wiki **field_<attribute>, which were converted to label_<attribute>** * field_ui -> label_ui * field_summary -> label_workflow_summary **field_<attr>-Translations, which were moved to 'en.query_fields.<attr>** * field_member_of_group: "Assignee's group" * field_assigned_to_role: "Assignee's role" * field_subproject: Subproject **Removed translations** * field_principal: Principal * field_text: Text field * all remaining field_<attribute> translations **Added translations** * setting_ui_theme: Theme
12 years ago
wiki_page:
parent_title: "Parent page"
redirect_existing_links: "Redirect existing links"
planning_element_type_color:
name: Name
hexcode: Hex code
project_association:
description: Cause
project_type:
allows_association: Allows association
name: Name
reported_project_statuses: Reported project statuses
position: Position
timeline:
name: Name
reporting:
reported_project_status_comment: Status comment
reporting_to_project: Reports to project
reported_project_status: Project status
created_at: Created
work_package:
done_ratio: "% done"
fixed_version: "Target version"
parent: Parent
priority: "Priority"
11 years ago
progress: "% done"
responsible: "Responsible"
spent_time: "Spent time"
subproject: "Subproject"
time_entries: "Log time"
type: "Type"
watcher: "Watcher"
errors:
messages:
accepted: "must be accepted"
blank: "can't be blank"
cant_link_a_work_package_with_a_descendant: "A work package cannot be linked to one of its subtasks"
circular_dependency: "This relation would create a circular dependency"
confirmation: "doesn't match confirmation"
empty: "can't be empty"
equal_to: "must be equal to %{count}"
even: "must be even"
exclusion: "is reserved"
greater_than: "must be greater than %{count}"
greater_than_or_equal_to: "must be greater than or equal to %{count}"
greater_than_start_date: "must be greater than start date"
inclusion: "is not included in the list"
invalid: "is invalid"
less_than: "must be less than %{count}"
less_than_or_equal_to: "must be less than or equal to %{count}"
not_a_date: "is not a valid date"
not_a_number: "is not a number"
not_same_project: "doesn't belong to the same project"
odd: "must be odd"
taken: "has already been taken"
too_long: "is too long (maximum is %{count} characters)"
too_short: "is too short (minimum is %{count} characters)"
wrong_length: "is the wrong length (should be %{count} characters)"
# translations for date-validator
not_a_date: "is not a date"
after: "must be after %{date}"
after_or_equal_to: "must be after or equal to %{date}"
before: "must be before %{date}"
before_or_equal_to: "must be before or equal to %{date}"
models:
project_association:
identical_projects: "can not be created from one project to itself"
project_association_not_allowed: "does not allow associations"
work_package:
is_not_a_valid_target_for_time_entries: "Work package #%{id} is not a valid target for reassigning the time entries."
attributes:
due_date:
not_start_date: "is not on start date, although this is required for milestones"
parent:
cannot_be_milestone: "cannot be a milestone"
cannot_be_in_another_project: "cannot be in another project"
user:
attributes:
password:
weak: "must contain characters of the following classes (at least %{min_count} of %{all_count}): %{rules}"
lowercase: "lowercase (e.g. 'a')"
uppercase: "uppercase (e.g. 'A')"
numeric: "numeric (e.g. '1')"
special: "special (e.g. '%')"
reused:
one: "has been used before. Please choose one that is different from your last one."
other: "has been used before. Please choose one that is different from your last %{count}."
template:
body: "Please check the following fields:"
header:
one: "1 error prohibited this %{model} from being saved"
other: "%{count} errors prohibited this %{model} from being saved"
models:
attachment: "File"
board: "Forum"
comment: "Comment"
custom_field: "Custom field"
group: "Group"
issue: "Issue"
category: "Category"
status: "Issue status"
member: "Member"
news: "News"
project: "Project"
query: "Custom query"
role:
one : "Role"
other: "Roles"
type: "Type"
planning_element: Planning element
project_type: Project type
user: "User"
version: "Version"
wiki: "Wiki"
wiki_page: "Wiki page"
workflow: "Workflow"
activity:
created: "Created: %{title}"
updated: "Updated: %{title}"
# common attributes of all models
attributes:
assigned_to: "Assignee"
active: "Active"
author: "Author"
base: "General Error:"
blocks_ids: "Blocks"
category: "Category"
comments: "Comment"
content: "Content"
created_at: "Created on"
created_on: "Created on"
custom_values: "Custom fields"
description: "Description"
due_date: "Due date"
estimated_hours: "Estimated time"
firstname: "First name"
group: "Group"
is_default: "Default value"
is_for_all: "For all projects"
is_public: "Public"
lastname: "Last name"
login: "Login"
mail: "Email"
name: "Name"
password: "Password"
project: "Project"
role: "Role"
start_date: "Start date"
status: "Status"
subject: "Subject"
summary: "Summary"
title: "Title"
type: "Type"
updated_at: "Updated on"
updated_on: "Updated on"
user: "User"
version: "Version"
work_package: "Work package"
button_add: "Add"
button_add_watcher: "Add watcher"
button_annotate: "Annotate"
button_apply: "Apply"
button_archive: "Archive"
button_back: "Back"
button_cancel: "Cancel"
button_change: "Change"
button_change_parent_page: "Change parent page"
button_change_password: "Change password"
button_check_all: "Check all"
button_clear: "Clear"
button_collapse_all: "Collapse all"
button_configure: "Configure"
button_copy: "Copy"
button_copy_and_follow: "Copy and follow"
button_create: "Create"
button_create_and_continue: "Create and continue"
button_delete: "Delete"
button_download: "Download"
button_duplicate: "Duplicate"
button_edit: "Edit"
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
button_expand_all: "Expand all"
button_list: "List"
button_lock: "Lock"
button_log_time: "Log time"
button_login: "Login"
button_move: "Move"
button_move_and_follow: "Move and follow"
button_quote: "Quote"
button_remove_widget: "Remove widget"
button_rename: "Rename"
button_reply: "Reply"
button_reset: "Reset"
button_rollback: "Rollback to this version"
button_save: "Save"
button_show: "Show"
button_sort: "Sort"
button_submit: "Submit"
button_test: "Test"
button_unarchive: "Unarchive"
button_uncheck_all: "Uncheck all"
button_unlock: "Unlock"
button_unwatch: "Unwatch"
button_update: "Update"
button_view: "View"
button_watch: "Watch"
button_manage_menu_entry: "Configure menu item"
button_add_menu_entry: "Add menu item"
button_delete_menu_entry: "Delete menu item"
create_child_page: "Create new child page"
create_child_page_for: "Create new child page: \"%{title}\""
create_new_page: "Create new page"
date:
abbr_day_names: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
abbr_month_names: [~, "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
day_names: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
formats:
# Use the strftime parameters for formats.
# When no format has been given, it uses default.
# You can provide other formats here if you like!
default: "%m/%d/%Y"
long: "%B %d, %Y"
short: "%b %d"
# Don't forget the nil at the beginning; there's no such thing as a 0th month
month_names: [~, "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]
# Used in date_select and datime_select.
order:
- :year
- :month
- :day
datetime:
distance_in_words:
about_x_hours:
one: "about 1 hour"
other: "about %{count} hours"
about_x_months:
one: "about 1 month"
other: "about %{count} months"
about_x_years:
one: "about 1 year"
other: "about %{count} years"
almost_x_years:
one: "almost 1 year"
other: "almost %{count} years"
half_a_minute: "half a minute"
less_than_x_minutes:
one: "less than a minute"
other: "less than %{count} minutes"
less_than_x_seconds:
one: "less than 1 second"
other: "less than %{count} seconds"
over_x_years:
one: "over 1 year"
other: "over %{count} years"
x_days:
one: "1 day"
other: "%{count} days"
x_minutes:
one: "1 minute"
other: "%{count} minutes"
x_months:
one: "1 month"
other: "%{count} months"
x_seconds:
one: "1 second"
other: "%{count} seconds"
default_activity_design: "Design"
default_activity_development: "Development"
default_status_closed: "Closed"
default_status_feedback: "Feedback"
default_status_in_progress: "In Progress"
default_status_new: "New"
default_status_rejected: "Rejected"
default_status_resolved: "Resolved"
default_priority_high: "High"
default_priority_immediate: "Immediate"
default_priority_low: "Low"
default_priority_normal: "Normal"
default_priority_urgent: "Urgent"
default_role_anonymous: "Anonymous"
default_role_developer: "Developer"
default_role_manager: "Manager"
default_role_non_member: "Non member"
default_role_reporter: "Reporter"
default_type: "Work Package"
default_type_bug: "Bug"
default_type_feature: "Feature"
default_type_support: "Support"
default_type_phase: "Phase"
default_type_milestone: "Milestone"
description_active: "Active?"
description_attachment_toggle: "Show/Hide attachments"
description_autocomplete: >
This field uses autocomplete. While typing the title of a work
package you will receive a list of possible candidates. Choose one
using the arrow up and arrow down key and select it with tab or
enter. Alternatively you can enter the work package number directly.
description_available_columns: "Available Columns"
description_choose_project: "Projects"
description_compare_from: "Compare from version"
description_compare_to: "Compare to version"
description_current_position: "You are here:"
description_date_from: "Enter start date"
description_date_range_interval: "Choose range by selecting start and end date"
description_date_range_list: "Choose range from list"
description_date_to: "Enter end date"
description_enter_number: "Enter number"
description_enter_text: "Enter text"
description_filter: "Filter"
description_filter_toggle: "Show/Hide filter"
description_category_reassign: "Choose category"
description_message_content: "Message content"
description_my_project: "You are member"
description_notes: "Notes"
description_option_toggle: "Show/Hide options"
description_parent_work_package: "Parent work package of current"
description_project_scope: "Search scope"
description_query_sort_criteria_attribute: "Sort attribute"
description_query_sort_criteria_direction: "Sort direction"
description_search: "Searchfield"
description_select_work_package: "Select work package"
description_selected_columns: "Selected Columns"
description_sub_work_package: "Sub work package of current"
description_subwork_package: "Sub work package of"
description_toc_toggle: "Show/Hide table of contents"
description_user_mail_notification: "Mail notification settings"
description_wiki_subpages_reassign: "Choose new parent page"
# Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
direction: ltr
enumeration_activities: "Activities (time tracking)"
enumeration_work_package_priorities: "Work package priorities"
enumeration_system_activity: "System Activity"
enumeration_reported_project_statuses: "Reported project status"
error_can_not_archive_project: "This project cannot be archived"
error_can_not_delete_custom_field: "Unable to delete custom field"
error_can_not_delete_type: "This type contains work packages and cannot be deleted."
error_can_not_remove_role: "This role is in use and cannot be deleted."
error_can_not_reopen_work_package_on_closed_version: "A work package assigned to a closed version cannot be reopened"
error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
error_check_user_and_role: "Please choose a user and a role."
error_work_package_done_ratios_not_updated: "Work package done ratios not updated."
error_work_package_not_found_in_project: "The work package was not found or does not belong to this project"
error_must_be_project_member: "must be project member"
error_no_default_work_package_status: "No default work package status is defined. Please check your configuration (Go to \"Administration -> Work package statuses\")."
error_no_type_in_project: "No type is associated to this project. Please check the Project settings."
error_scm_annotate: "The entry does not exist or cannot be annotated."
error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
error_scm_not_found: "The entry or revision was not found in the repository."
error_unable_delete_status: "Unable to delete work package status"
error_unable_to_connect: "Unable to connect (%{value})"
error_workflow_copy_source: "Please select a source type or role"
error_workflow_copy_target: "Please select target type(s) and role(s)"
error_menu_item_not_created: Menu item could not be added
general_csv_decimal_separator: "."
general_csv_encoding: "ISO-8859-1"
general_csv_separator: ","
general_first_day_of_week: "7"
general_lang_name: "English"
general_pdf_encoding: "ISO-8859-1"
general_text_No: "No"
general_text_Yes: "Yes"
general_text_no: "no"
general_text_yes: "yes"
gui_validation_error: "1 error"
gui_validation_error_plural: "%{count} errors"
js:
unsupported_browser:
title: "Your browser is not supported"
message: "The browser you are using is no longer supported by OpenProject. Please update your browser."
learn_more: "Learn more"
logoff: You have been logged off
redirect_login: Do you want to be redirected to the login page?
ajax:
hide: "Hide"
loading: "Loading ..."
select2:
input_too_short:
one: "Please enter one more character"
other: "Please enter {{count}} more characters"
zero: "Please enter more characters"
load_more: "Loading more results ..."
no_matches: "No matches found"
searching: "Searching ..."
selection_too_big:
one: "You can only select one item"
other: "You can only select {{limit}} items"
zero: "You cannot select any items"
timelines:
tooManyProjects: "More than %{count} Projects. Please use a better filter!"
cancel: Cancel
save: Save
due_date: "Due date"
name: "Name"
project_status: "Project status"
project_type: "Project type"
responsible: "Responsible"
start_date: "Start date"
error: "An error has occured."
create_planning_select_project: "Project:"
really_close_dialog: "Do you really want to close the dialog and loose the entered data?"
filter:
noneElement: "(none)"
noneSelection: "(none)"
label_account: "Account"
label_activity: "Activity"
label_add_another_file: "Add another file"
label_add_columns: "Add selected columns"
label_add_note: "Add a note"
label_add_related_issues: "Add related issue"
11 years ago
label_add_related_work_packages: "Add related work packages"
label_add_subtask: "Add subtask"
label_added: "added"
label_added_time_by: "Added by %{author} %{age} ago"
label_additional_workflow_transitions_for_assignee: "Additional transitions allowed when the user is the assignee"
label_additional_workflow_transitions_for_author: "Additional transitions allowed when the user is the author"
label_administration: "Administration"
label_age: "Age"
label_ago: "days ago"
label_all: "all"
label_all_work_packages: "all work packages"
label_all_time: "all time"
label_all_words: "All words"
label_and_its_subprojects: "%{value} and its subprojects"
label_api_access_key: "API access key"
label_api_access_key_created_on: "API access key created %{value} ago"
label_applied_status: "Applied status"
label_ascending: "Ascending"
label_assigned_to_me_work_packages: "Work packages assigned to me"
label_associated_revisions: "Associated revisions"
label_attachment_delete: "Delete file"
label_attachment_new: "New file"
label_attachment_plural: "Files"
label_attribute: "Attribute"
label_attribute_plural: "Attributes"
label_auth_source: "Authentication mode"
label_auth_source_new: "New authentication mode"
label_auth_source_plural: "Authentication modes"
label_authentication: "Authentication"
label_blocked_by: "blocked by"
label_blocks: "blocks"
label_board_locked: "Locked"
label_board_new: "New forum"
label_board_plural: "Forums"
label_board_sticky: "Sticky"
label_boolean: "Boolean"
label_branch: "Branch"
label_browse: "Browse"
label_bulk_edit_selected_work_packages: "Bulk edit selected work packages"
label_calendar: "Calendar"
label_calendar_show: "Show Calendar"
label_category: "Category"
label_wiki_menu_item: Wiki menu item
label_select_main_menu_item: Select new main menu item
label_change_plural: "Changes"
label_change_properties: "Change properties"
label_change_status: "Change status"
label_change_view_all: "View all changes"
label_changes_details: "Details of all changes"
label_changeset_plural: "Changesets"
label_checked: "checked"
label_chronological_order: "In chronological order"
label_close_versions: "Close completed versions"
label_closed_work_packages: "closed"
label_comment_add: "Add a comment"
label_comment_added: "Comment added"
label_comment_delete: "Delete comments"
label_comment_plural: "Comments"
label_commits_per_author: "Commits per author"
label_commits_per_month: "Commits per month"
label_confirmation: "Confirmation"
label_contains: "contains"
label_content: "Content"
label_copied: "copied"
label_copy_same_as_target: "Same as target"
label_copy_source: "Source"
label_copy_target: "Target"
label_copy_workflow_from: "Copy workflow from"
label_copy_project: "Copy project"
label_core_version: "Core version"
label_current_status: "Current status"
label_current_version: "Current version"
label_custom_field_new: "New custom field"
label_custom_field_plural: "Custom fields"
label_custom_field_default_type: "Empty type"
label_date: "Date"
label_date_from: "From"
label_date_from_to: "From %{start} to %{end}"
label_date_range: "Date range"
label_date_to: "To"
label_day_plural: "days"
label_default: "Default"
label_default_columns: "Default columns"
label_deleted: "deleted"
label_deleted_custom_field: "(deleted custom field)"
label_descending: "Descending"
label_details: "Details"
label_diff: "diff"
label_diff_inline: "inline"
label_diff_side_by_side: "side by side"
label_disabled: "disabled"
label_display: "Display"
label_display_per_page: "Per page: %{value}"
label_display_sums: "Display Sums"
label_display_used_statuses_only: "Only display statuses that are used by this type"
label_download: "%{count} Download"
label_download_plural: "%{count} Downloads"
label_downloads_abbr: "D/L"
label_duplicated_by: "duplicated by"
label_duplicates: "duplicates"
label_enable_multi_select: "Toggle multiselect"
label_end_to_end: "end to end"
label_end_to_start: "end to start"
label_enumeration_new: "New value"
label_enumerations: "Enumerations"
label_environment: "Environment"
label_equals: "is"
label_example: "Example"
label_export_to: "Also available in:"
label_f_hour: "%{value} hour"
label_f_hour_plural: "%{value} hours"
label_feed_plural: "Feeds"
label_feeds_access_key: "RSS access key"
label_feeds_access_key_created_on: "RSS access key created %{value} ago"
label_file_added: "File added"
label_file_plural: "Files"
label_filesystem_path: "Root directory"
label_filter_add: "Add filter"
label_filter_plural: "Filters"
label_float: "Float"
label_follows: "follows"
label_force_user_language_to_default: "Set language of users having a non allowed language to default"
label_general: "General"
label_generate_key: "Generate a key"
label_git_path: "Path to .git directory"
label_greater_or_equal: ">="
label_group_new: "New group"
label_group_plural: "Groups"
label_help: "Help"
label_hide: "Hide"
label_history: "History"
label_home: "Home"
label_in: "in"
label_in_less_than: "in less than"
label_in_more_than: "in more than"
label_incoming_emails: "Incoming emails"
label_index_by_date: "Index by date"
label_index_by_title: "Index by title"
label_information: "Information"
label_information_plural: "Information"
label_integer: "Integer"
label_internal: "Internal"
label_work_package_added: "Work package added"
label_work_package_category_new: "New category"
label_work_package_category_plural: "Work package categories"
label_work_package_hierarchy: "Work package hierarchy"
label_work_package_new: "New work package"
label_work_package_plural: "Work packages"
label_work_package_status_new: "New status"
label_work_package_status_plural: "Work package statuses"
label_work_package_tracking: "Work package tracking"
label_work_package_updated: "Work package updated"
label_work_package_view_all: "View all work packages"
label_work_package_view_all_assigned_to_me: "View all work packages assigned to me"
label_work_package_view_all_reported_by_me: "View all work packages reported by me"
label_work_package_view_all_watched: "View all watched work packages"
label_work_package_watchers: "Watchers"
label_work_packages_by: "Work packages by %{value}"
label_journal_diff: "Description Comparison"
label_jump_to_a_project: "Jump to a project..."
label_language_based: "Based on user's language"
label_last_changes: "last %{count} changes"
label_last_login: "Last connection"
label_last_month: "last month"
label_last_n_days: "last %{count} days"
label_last_week: "last week"
label_latest_revision: "Latest revision"
label_latest_revision_plural: "Latest revisions"
label_ldap_authentication: "LDAP authentication"
label_less_or_equal: "<="
label_less_than_ago: "less than days ago"
label_list: "List"
label_loading: "Loading..."
label_logged_as: "Logged in as"
label_login: "Sign in"
label_login_with_open_id_option: "or login with OpenID"
label_logout: "Sign out"
label_main_menu: "Side Menu"
label_max_size: "Maximum size"
label_me: "me"
label_member_new: "New member"
label_member_plural: "Members"
label_menu_item_name: "Name of menu item"
label_message_last: "Last message"
label_message_new: "New message"
label_message_plural: "Messages"
label_message_posted: "Message added"
label_min_max_length: "Min - Max length"
label_missing_api_access_key: "Missing an API access key"
label_missing_feeds_access_key: "Missing a RSS access key"
label_modification: "%{count} change"
label_modification_plural: "%{count} changes"
label_modified: "modified"
label_module_plural: "Modules"
label_modules: "Modules"
label_month: "Month"
label_months_from: "months from"
label_more: "More"
label_more_than_ago: "more than days ago"
label_move_work_package: "Move work package"
label_my_account: "My account"
label_my_account_data: "My account data"
label_my_page: "My page"
label_my_page_block: "My page block"
label_my_projects: "My projects"
label_my_queries: "My custom queries"
label_new: "New"
label_new_statuses_allowed: "New statuses allowed"
label_news_added: "News added"
label_news_comment_added: "Comment added to a news"
label_news_latest: "Latest news"
label_news_new: "Add news"
label_news_plural: "News"
label_news_view_all: "View all news"
label_next: "Next"
label_next_week: "Next week"
label_no_change_option: "(No change)"
label_no_data: "No data to display"
label_nobody: "nobody"
label_none: "none"
label_not_contains: "doesn't contain"
label_not_equals: "is not"
label_notify_member_plural: "Email updates"
label_open_work_packages: "open"
label_open_work_packages_plural: "open"
label_optional_description: "Description"
label_options: "Options"
label_overall_activity: "Overall activity"
label_overall_spent_time: "Overall spent time"
label_overview: "Overview"
label_password_lost: "Lost password"
label_password_rule_lowercase: "Lowercase"
label_password_rule_numeric: "Numeric Characters"
label_password_rule_special: "Special Characters"
label_password_rule_uppercase: "Uppercase"
label_path_encoding: "Path encoding"
label_pdf_with_descriptions: "PDF with Descriptions"
label_per_page: "Per page"
label_permissions: "Permissions"
label_permissions_report: "Permissions report"
label_personalize_page: "Personalize this page"
label_planning: "Planning"
label_please_login: "Please log in"
label_plugins: "Plugins"
label_precedes: "precedes"
label_preferences: "Preferences"
label_preview: "Preview"
label_previous: "Previous"
label_previous_week: "Previous week"
label_principal_search: "Search for users or groups"
label_profile: "Profile"
label_project_all: "All Projects"
label_project_copy_notifications: "Send email notifications during the project copy"
label_project_latest: "Latest projects"
label_project_default_type: "Allow empty type"
label_project_new: "New project"
label_project_plural: "Projects"
label_project_settings: "Project settings"
label_project_view_all: "View all projects"
label_public_projects: "Public projects"
label_query_new: "New query"
label_query_plural: "Custom queries"
label_read: "Read..."
label_register: "Register"
label_registered_on: "Registered on"
label_registration_activation_by_email: "account activation by email"
label_registration_automatic_activation: "automatic account activation"
label_registration_manual_activation: "manual account activation"
label_related_work_packages: "Related work packages"
label_relates_to: "related to"
label_relation_delete: "Delete relation"
label_relation_new: "New relation"
label_remove_columns: "Remove selected columns"
label_renamed: "renamed"
label_reply_plural: "Replies"
label_report: "Report"
label_report_plural: "Reports"
label_reported_work_packages: "Reported work packages"
label_reporting: "Reporting"
label_reporting_plural: "Reportings"
label_repository: "Repository"
label_repository_plural: "Repositories"
label_result_plural: "Results"
label_reverse_chronological_order: "In reverse chronological order"
label_revision: "Revision"
label_revision_id: "Revision %{value}"
label_revision_plural: "Revisions"
label_roadmap: "Roadmap"
label_roadmap_due_in: "Due in %{value}"
label_roadmap_no_work_packages: "No work packages for this version"
label_roadmap_overdue: "%{value} late"
label_role_and_permissions: "Roles and permissions"
label_role_new: "New role"
label_role_plural: "Roles"
label_role_search: "Search for roles"
label_scm: "SCM"
label_search: "Search"
label_search_titles_only: "Search titles only"
label_send_information: "Send account information to the user"
label_send_test_email: "Send a test email"
label_settings: "Settings"
label_show_completed_versions: "Show completed versions"
label_sort: "Sort"
label_sort_by: "Sort by %{value}"
label_sort_higher: "Move up"
label_sort_highest: "Move to top"
label_sort_lower: "Move down"
label_sort_lowest: "Move to bottom"
label_spent_time: "Spent time"
label_start_to_end: "start to end"
label_start_to_start: "start to start"
label_statistics: "Statistics"
label_status: "Status"
label_stay_logged_in: "Stay logged in"
label_string: "Text"
label_subproject_new: "New subproject"
label_subproject_plural: "Subprojects"
label_subtask_plural: "Subtasks"
label_sum_for: "Sum for %{value}"
label_summary: "Summary"
label_system: "System"
label_table_of_contents: "Table of Contents"
label_tag: "Tag"
label_text: "Long text"
label_theme: "Theme"
label_this_month: "this month"
label_this_week: "this week"
label_this_year: "this year"
label_time_entry_plural: "Spent time"
label_time_tracking: "Time tracking"
label_today: "today"
label_top_menu: "Top Menu"
label_topic_plural: "Topics"
label_total: "Total"
label_type_new: "New type"
label_type_plural: "Types"
label_ui: "User Interface"
label_update_work_package_done_ratios: "Update work package done ratios"
label_updated_time: "Updated %{value} ago"
label_updated_time_at: "%{author} %{age}"
label_updated_time_by: "Updated by %{author} %{age} ago"
label_used_by: "Used by"
label_user_activity: "%{value}'s activity"
label_user_anonymous: "Anonymous"
label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
label_user_mail_option_all: "For any event on all my projects"
label_user_mail_option_none: "No events"
label_user_mail_option_only_assigned: "Only for things I am assigned to"
label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in"
label_user_mail_option_only_owner: "Only for things I am the owner of"
label_user_mail_option_selected: "For any event on the selected projects only..."
label_user_new: "New user"
label_user_plural: "Users"
label_user_search: "Search for user"
label_version_new: "New version"
label_version_plural: "Versions"
label_version_sharing_descendants: "With subprojects"
label_version_sharing_hierarchy: "With project hierarchy"
label_version_sharing_none: "Not shared"
label_version_sharing_system: "With all projects"
label_version_sharing_tree: "With project tree"
label_view_all_revisions: "View all revisions"
label_view_diff: "View differences"
label_view_revisions: "View revisions"
label_watched_work_packages: "Watched work packages"
label_week: "Week"
label_wiki_content_added: "Wiki page added"
label_wiki_content_updated: "Wiki page updated"
label_wiki_dont_show_menu_item: "Do not show this wikipage in project navigation"
label_wiki_edit: "Wiki edit"
label_wiki_edit_plural: "Wiki edits"
label_wiki_navigation: "Wiki navigation"
label_wiki_page: "Wiki page"
label_wiki_page_plural: "Wiki pages"
label_wiki_show_index_page_link: "Show submenu item 'Table of Contents'"
label_wiki_show_menu_item: "Show as menu item in project navigation"
label_wiki_show_new_page_link: "Show submenu item 'Create new child page'"
label_wiki_show_submenu_item: "Show as submenu item of "
label_work_package: "Work package"
label_work_package_plural: "Work packages"
label_work_package_new: "New work package"
label_workflow: "Workflow"
label_workflow_summary: "Summary"
11 years ago
label_x_closed_work_packages_abbr:
one: "1 closed"
other: "%{count} closed"
zero: "0 closed"
label_x_comments:
one: "1 comment"
other: "%{count} comments"
zero: "no comments"
11 years ago
label_x_open_work_packages_abbr:
one: "1 open"
other: "%{count} open"
zero: "0 open"
11 years ago
label_x_open_work_packages_abbr_on_total:
one: "1 open / %{total}"
other: "%{count} open / %{total}"
zero: "0 open / %{total}"
label_x_projects:
one: "1 project"
other: "%{count} projects"
zero: "no projects"
label_year: "Year"
label_yesterday: "yesterday"
label_keyboard_shortcut_help_heading: "Available Keyboard Shortcuts"
label_keyboard_shortcut_within_project: "Project related shortcuts:"
label_keyboard_shortcut_global_shortcuts: "Global shortcuts:"
label_keyboard_shortcut_some_pages_only: "Special shortcuts:"
label_keyboard_shortcut_search_global: "Global search"
label_keyboard_shortcut_search_project: "Find a project"
label_keyboard_shortcut_go_my_page: "Go to My Page"
label_keyboard_shortcut_show_help: "Show this help message"
label_keyboard_shortcut_go_overview: "Go to project overview"
label_keyboard_shortcut_go_work_package: "Go to project work packages"
label_keyboard_shortcut_go_wiki: "Go to project wiki"
label_keyboard_shortcut_go_activity: "Go to project activities"
label_keyboard_shortcut_go_calendar: "Go to project calendar"
label_keyboard_shortcut_go_news: "Go to project news"
label_keyboard_shortcut_go_timelines: "Go to timelines"
label_keyboard_shortcut_new_work_package: "Create new work package"
label_keyboard_shortcut_go_edit: "Go to edit the current item (on detail pages only)"
label_keyboard_shortcut_open_more_menu: "Open more-menu (on detail pages only)"
label_keyboard_shortcut_go_preview: "Go to preview the current edit (on edit pages only)"
label_keyboard_shortcut_focus_previous_item: "Focus previous list element (on some lists only)"
label_keyboard_shortcut_focus_next_item: "Focus next list element (on some lists only)"
mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:"
mail_body_account_information: "Your account information"
mail_body_account_information_external: "You can use your %{value} account to log in."
mail_body_lost_password: "To change your password, click on the following link:"
mail_body_register: "To activate your account, click on the following link:"
mail_body_reminder: "%{count} work package(s) that are assigned to you are due in the next %{days} days:"
mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
mail_subject_account_activation_request: "%{value} account activation request"
mail_subject_lost_password: "Your %{value} password"
mail_subject_register: "Your %{value} account activation"
mail_subject_reminder: "%{count} work package(s) due in the next %{days} days"
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
more_actions: "More functions"
noscript_description: "You need to activate JavaScript in order to use OpenProject!"
noscript_heading: "JavaScript disabled"
noscript_learn_more: "Learn more"
notice_account_activated: "Your account has been activated. You can now log in."
notice_account_inactive: "Your account has not yet been activated. To activate your account, click on the link that was emailed to you."
notice_account_invalid_credentials: "Invalid user or password"
notice_account_invalid_credentials_or_blocked: "Invalid user or password or the account is blocked due to multiple failed login attempts. If so, it will be unblocked automatically in a short time."
notice_account_lost_email_sent: "An email with instructions to choose a new password has been sent to you."
notice_account_new_password_forced: "A new password is required."
notice_account_password_expired: "Your password expired after %{days} days. Please set a new one."
notice_account_password_updated: "Password was successfully updated."
notice_account_pending: "Your account was created and is now pending administrator approval."
notice_account_register_done: "Account was successfully created. To activate your account, click on the link that was emailed to you."
notice_account_unknown_email: "Unknown user."
notice_account_update_failed: "Account setting could not be safed. Please have a look at your account page."
notice_account_updated: "Account was successfully updated."
notice_account_wrong_password: "Wrong password"
notice_api_access_key_reseted: "Your API access key was reset."
notice_can_t_change_password: "This account uses an external authentication source. Impossible to change the password."
notice_default_data_loaded: "Default configuration successfully loaded."
notice_email_error: "An error occurred while sending mail (%{value})"
notice_email_sent: "An email was sent to %{value}"
11 years ago
notice_failed_to_save_work_packages: "Failed to save %{count} work package(s) on %{total} selected: %{ids}."
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
notice_feeds_access_key_reseted: "Your RSS access key was reset."
notice_file_not_found: "The page you were trying to access doesn't exist or has been removed."
notice_forced_logout: "You have been automatically logged out after %{ttl_time} minutes of inactivity."
notice_internal_server_error: "An error occurred on the page you were trying to access. If you continue to experience problems please contact your %{app_title} administrator for assistance."
notice_work_package_done_ratios_updated: "Work package done ratios updated."
notice_locking_conflict: "Information has been updated by at least one other user in the meantime."
notice_locking_conflict_additional_information: "The update(s) came from %{users}."
notice_locking_conflict_reload_page: "Please reload the page, review the changes and reapply your updates."
notice_no_principals_found: "No results found."
notice_not_authorized: "You are not authorized to access this page."
notice_not_authorized_archived_project: "The project you're trying to access has been archived."
notice_successful_connection: "Successful connection."
notice_successful_create: "Successful creation."
notice_successful_delete: "Successful deletion."
notice_successful_update: "Successful update."
notice_to_many_principals_to_display: "There are too many results.\nNarrow down the search by typing in the name of the new member (or group)."
notice_unable_delete_time_entry: "Unable to delete time log entry."
notice_unable_delete_version: "Unable to delete version."
notice_automatic_set_of_standard_type: "Set standard type automatically."
error_types_in_use_by_work_packages: "The following types are still referenced by work packages: %{types}"
# Default format for numbers
number:
format:
delimiter: ""
precision: 3
separator: "."
human:
format:
delimiter: ""
precision: 1
storage_units:
format: "%n %u"
units:
byte:
one: "Byte"
other: "Bytes"
gb: "GB"
kb: "kB"
mb: "MB"
tb: "TB"
permission_add_work_package_notes: "Add notes"
permission_add_work_packages: "Add work packages"
permission_add_messages: "Post messages"
permission_add_project: "Create project"
permission_add_subprojects: "Create subprojects"
permission_add_work_package_watchers: "Add watchers"
permission_browse_repository: "Browse repository"
permission_change_wiki_parent_page: "Change parent wiki page"
permission_comment_news: "Comment news"
permission_commit_access: "Commit access"
permission_delete_work_package_watchers: "Delete watchers"
permission_delete_work_packages: "Delete work packages"
permission_delete_messages: "Delete messages"
permission_delete_own_messages: "Delete own messages"
permission_delete_project_associations: "Delete project dependencies"
permission_delete_reportings: "Delete reportings"
permission_delete_timelines: "Delete timelines"
permission_delete_wiki_pages: "Delete wiki pages"
permission_delete_wiki_pages_attachments: "Delete attachments"
permission_edit_work_package_notes: "Edit notes"
permission_edit_work_packages: "Edit work packages"
permission_edit_messages: "Edit messages"
permission_edit_own_work_package_notes: "Edit own notes"
permission_edit_own_messages: "Edit own messages"
permission_edit_own_time_entries: "Edit own time logs"
permission_edit_project: "Edit project"
permission_edit_project_associations: "Edit project dependencies"
permission_edit_reportings: "Edit reportings"
permission_edit_time_entries: "Edit time logs"
permission_edit_timelines: "Edit timelines"
permission_edit_wiki_pages: "Edit wiki pages"
permission_export_work_packages: "Export Work Packages"
permission_export_wiki_pages: "Export wiki pages"
permission_log_time: "Log spent time"
permission_manage_boards: "Manage forums"
permission_manage_categories: "Manage work package categories"
permission_manage_work_package_relations: "Manage work package relations"
permission_manage_members: "Manage members"
permission_manage_news: "Manage news"
permission_manage_project_activities: "Manage project activities"
permission_manage_public_queries: "Manage public queries"
permission_manage_repository: "Manage repository"
permission_manage_subtasks: "Manage subtasks"
permission_manage_versions: "Manage versions"
permission_manage_wiki: "Manage wiki"
permission_move_work_packages: "Move work packages"
permission_protect_wiki_pages: "Protect wiki pages"
permission_rename_wiki_pages: "Rename wiki pages"
permission_save_queries: "Save queries"
permission_select_project_modules: "Select project modules"
permission_manage_types: "Select types"
permission_view_calendar: "View calendar"
permission_view_changesets: "View changesets"
permission_view_commit_author_statistics: "View commit author statistics"
permission_view_work_package_watchers: "View watchers list"
permission_view_work_packages: "View Work Packages"
permission_view_messages: "View messages"
permission_view_project_associations: "View project dependencies"
permission_view_reportings: "View reportings"
permission_view_time_entries: "View spent time"
permission_view_timelines: "View timelines"
permission_view_wiki_edits: "View wiki history"
permission_view_wiki_pages: "View wiki"
project_module_activity: "Activity"
project_module_boards: "Forums"
project_module_calendar: "Calendar"
project_module_work_package_tracking: "Work package tracking"
project_module_news: "News"
project_module_repository: "Repository"
project_module_time_tracking: "Time tracking"
project_module_wiki: "Wiki"
# possible query parameters (e.g. issue queries),
# which are not attributes of an AR-Model.
query_fields:
assigned_to_role: "Assignee's role"
member_of_group: "Assignee's group"
subproject_id: "Subproject"
search_input_placeholder: "search ..."
setting_activity_days_default: "Days displayed on project activity"
setting_app_subtitle: "Application subtitle"
setting_app_title: "Application title"
setting_attachment_max_size: "Attachment max. size"
setting_autofetch_changesets: "Autofetch commits"
setting_autologin: "Autologin"
setting_available_languages: "Available languages"
setting_bcc_recipients: "Blind carbon copy recipients (bcc)"
setting_brute_force_block_after_failed_logins: "Block user after this number of failed login attempts (disable with 0)"
setting_brute_force_block_minutes: "Time the user is blocked for (minutes)"
setting_cache_formatted_text: "Cache formatted text"
setting_column_options: "Customize the appearance of the work package lists"
setting_commit_fix_keywords: "Fixing keywords"
setting_commit_logs_encoding: "Commit messages encoding"
setting_commit_logtime_activity_id: "Activity for logged time"
setting_commit_logtime_enabled: "Enable time logging"
setting_commit_ref_keywords: "Referencing keywords"
setting_cross_project_work_package_relations: "Allow cross-project work package relations"
setting_date_format: "Date format"
setting_default_language: "Default language"
setting_default_notification_option: "Default notification option"
setting_default_projects_modules: "Default enabled modules for new projects"
setting_default_projects_public: "New projects are public by default"
setting_diff_max_lines_displayed: "Max number of diff lines displayed"
setting_display_subprojects_work_packages: "Display subprojects work packages on main projects by default"
setting_emails_footer: "Emails footer"
setting_emails_header: "Emails header"
setting_enabled_scm: "Enabled SCM"
setting_feeds_enabled: "Enable Feeds"
setting_feeds_limit: "Feed content limit"
setting_file_max_size_displayed: "Max size of text files displayed inline"
setting_gravatar_default: "Default Gravatar image"
setting_gravatar_enabled: "Use Gravatar user icons"
setting_host_name: "Host name and path"
11 years ago
setting_work_package_done_ratio: "Calculate the work package done ratio with"
setting_work_package_done_ratio_field: "Use the work package field"
setting_work_package_done_ratio_status: "Use the work package status"
11 years ago
setting_work_package_done_ratio_disabled: "Disable (hide the progress)"
setting_work_package_list_default_columns: "Display by default"
setting_work_package_list_summable_columns: "Summable"
setting_work_package_properties: "Work package properties"
setting_work_package_startdate_is_adddate: "Use current date as start date for new work packages"
setting_work_packages_export_limit: "Work packages export limit"
setting_log_requesting_user: "Log user login, name, and mail address for all requests"
setting_login_required: "Authentication required"
setting_mail_from: "Emission email address"
setting_mail_handler_api_enabled: "Enable WS for incoming emails"
setting_mail_handler_api_key: "API key"
setting_mail_handler_body_delimiters: "Truncate emails after one of these lines"
setting_new_project_user_role_id: "Role given to a non-admin user who creates a project"
setting_openid: "Allow OpenID login and registration"
setting_password_active_rules: "Active character classes"
setting_password_count_former_banned: "Number of most recently used passwords banned for reuse"
setting_password_days_valid: "Number of days, after which to enforce a password change (disable with 0)"
setting_password_min_length: "Minimum length"
setting_password_min_adhered_rules: "Minimum number of required classes"
setting_per_page_options: "Objects per page options"
setting_plain_text_mail: "Plain text mail (no HTML)"
setting_protocol: "Protocol"
setting_repositories_encodings: "Repositories encodings"
setting_repository_log_display_limit: "Maximum number of revisions displayed on file log"
setting_rest_api_enabled: "Enable REST web service"
setting_self_registration: "Self-registration"
setting_sequential_project_identifiers: "Generate sequential project identifiers"
setting_session_ttl: "Session expiry time after inactivity"
setting_session_ttl_hint: "Value below 5 works like disabled"
setting_session_ttl_enabled: "Session expires"
setting_start_of_week: "Start calendars on"
setting_sys_api_enabled: "Enable WS for repository management"
setting_text_formatting: "Text formatting"
setting_time_format: "Time format"
setting_ui_theme: "Theme"
setting_user_format: "Users display format"
setting_users_deletable_by_admins: "User accounts deletable by admins"
setting_users_deletable_by_self: "Users allowed to delete their accounts"
setting_welcome_text: "Welcome text"
setting_wiki_compression: "Wiki history compression"
11 years ago
setting_work_package_group_assignment: "Allow assignment to groups"
settings:
general: "General"
other: "Other"
passwords: "Passwords"
session: "Session"
brute_force_prevention: "Automated user blocking"
show_hide_project_menu: "Hide/Show project menu"
status_active: "active"
# Used in array.to_sentence.
support:
array:
sentence_connector: "and"
skip_last_comma: "false"
text_analyze: "Further analyze: %{subject}"
text_are_you_sure: "Are you sure?"
text_are_you_sure_with_children: "Delete work package and all child work packages?"
text_assign_to_project: "Assign to the project"
text_caracters_maximum: "%{count} characters maximum."
text_caracters_minimum: "Must be at least %{count} characters long."
text_comma_separated: "Multiple values allowed (comma separated)."
text_custom_field_possible_values_info: "One line for each value"
text_default_administrator_account_changed: "Default administrator account changed"
text_default_encoding: "Default: UTF-8"
text_destroy: "Delete"
text_destroy_with_associated: "There are additional objects assossociated with the work package(s) that are to be deleted. Those objects are of the following types:"
text_destroy_what_to_do: "What do you want to do?"
text_diff_truncated: "... This diff was truncated because it exceeds the maximum size that can be displayed."
text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
text_enumeration_category_reassign_to: "Reassign them to this value:"
text_enumeration_destroy_question: "%{count} objects are assigned to this value."
text_file_repository_writable: "Attachments directory writable"
text_git_repo_example: "a bare and local repository (e.g. /gitrepo, c:\\gitrepo)"
text_work_package_added: "Work package %{id} has been reported by %{author}."
text_work_package_category_destroy_assignments: "Remove category assignments"
text_work_package_category_destroy_question: "Some work packages (%{count}) are assigned to this category. What do you want to do?"
text_work_package_category_reassign_to: "Reassign work packages to this category"
text_work_package_updated: "Work package %{id} has been updated by %{author}."
text_work_packages_destroy_confirmation: "Are you sure you want to delete the selected work package(s)?"
text_work_packages_ref_in_commit_messages: "Referencing and fixing work packages in commit messages"
text_journal_added: "%{label} %{value} added"
text_journal_changed: "%{label} changed from %{old} to %{new}"
text_journal_changed_no_detail: "%{label} updated"
text_journal_changed_with_diff: "%{label} changed (%{link})"
text_journal_deleted: "%{label} deleted (%{old})"
12 years ago
text_journal_deleted_with_diff: "%{label} deleted (%{link})"
text_journal_set_to: "%{label} set to %{value}"
text_journal_set_with_diff: "%{label} set (%{link})"
text_length_between: "Length between %{min} and %{max} characters."
text_line_separated: "Multiple values allowed (one line for each value)."
text_load_default_configuration: "Load the default configuration"
text_min_max_length_info: "0 means no restriction"
text_no_configuration_data: "Roles, types, work package 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."
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?"
text_plugin_assets_writable: "Plugin assets directory writable"
text_powered_by: "Powered by %{link}"
text_project_destroy_confirmation: "Are you sure you want to delete this project and related data?"
text_project_identifier_info: "Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed."
text_reassign: "Reassign to"
text_reassign_to: "work package:"
text_regexp_info: "eg. ^[A-Z0-9]+$"
text_repository_usernames_mapping: "Select or update the OpenProject user mapped to each username found in the repository log.\nUsers with the same OpenProject and repository username or email are automatically mapped."
text_rmagick_available: "RMagick available (optional)"
text_select_mail_notifications: "Select actions for which email notifications should be sent."
text_select_project_modules: "Select modules to enable for this project:"
text_status_changed_by_changeset: "Applied in changeset %{value}."
text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
text_time_logged_by_changeset: "Applied in changeset %{value}."
text_tip_work_package_begin_day: "work package beginning this day"
text_tip_work_package_begin_end_day: "work package beginning and ending this day"
text_tip_work_package_end_day: "work package ending this day"
text_type_no_workflow: "No workflow defined for this type"
text_unallowed_characters: "Unallowed characters"
text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. work packages you're the author or assignee)."
text_user_wrote: "%{value} wrote:"
text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
text_wiki_destroy_confirmation: "Are you sure you want to delete this wiki and all its content?"
text_wiki_page_destroy_children: "Delete child pages and all their descendants"
text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
text_wiki_page_nullify_children: "Keep child pages as root pages"
text_wiki_page_reassign_children: "Reassign child pages to this parent page"
text_workflow_edit: "Select a role and a type to edit the workflow"
text_zoom_in: "Zoom in"
text_zoom_out: "Zoom out"
time:
am: "am"
formats:
default: "%m/%d/%Y %I:%M %p"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
time: "%I:%M %p"
pm: "pm"
timelines:
admin_menu:
colors: "Colors"
project_types: "Project types"
project_menu:
planning_elements: "Planning elements"
project_associations: "Dependencies"
reportings: "Status reportings"
reports: "Timeline reports"
timelines: "Timelines"
add_project_association: "Add dependency"
associations: "Dependencies"
board_could_not_be_saved: "Board could not be saved"
button_delete_all: "Delete all"
change: "Change in planning"
children: "Child elements"
color_could_not_be_saved: "Color could not be saved"
current_planning: "Current planning"
dates: "Dates"
dates_are_calculated_based_on_sub_elements: "Dates are calculated based on sub elements."
delete_all: "Delete all"
delete_thing: "Delete"
duration: "Duration"
duration_days:
one: "1 day"
other: "%{count} days"
edit_color: "Edit color"
edit_project_type: "Edit project type"
edit_thing: "Edit"
edit_timeline: "Edit timeline report"
empty: "(empty)"
enable_type_in_project: 'Enable type "%{type}"'
end: "End"
errors:
not_implemented: "The timeline could not be rendered because it uses a feature that is not yet implemented."
report_comparison: "The timeline could not render the configured comparisons. Please check the appropriate section in the configuration, resetting it can help solve this problem."
report_epicfail: "The timeline could not be loaded due to an unexpected error."
report_timeout: "The timeline could not be loaded in a reasonable amount of time."
filter:
sort:
sortation: "Sort by"
alphabet: "alphabet"
explicit_order: "explicit order"
project_sortation: "Sort projects by"
date: "date"
default: "default"
column:
assigned_to: "Assignee"
type: "Type"
due_date: "End date"
name: "Name"
status: "Status"
responsible: "Responsible"
start_date: "Start date"
columns: "Columns"
comparisons: "Comparisons"
comparison:
absolute: "Absolute"
none: "None"
relative: "Relative"
compare_relative: "Compare current planning to %{timespan} ago"
compare_absolute: "Compare current planning to %{date}"
time_relative:
days: "days"
weeks: "weeks"
months: "months"
exclude_own_work_packages: "Hide work packages from this project"
exclude_reporters: "Hide other projects"
exclude_empty: "Hide empty projects"
grouping: "Grouping"
grouping_hide_group: "Hide group \"%{group}\""
grouping_one: "First grouping criterion"
grouping_one_phrase: "Is a subproject of"
grouping_other: "Other"
grouping_two: "Second grouping criterion"
grouping_two_phrase: "Has a dependency to project type"
hide_chart: "Hide chart"
noneElement: "(none)"
noneSelection: "(none)"
outline: "Intitial outline expansion"
parent: "Show subprojects of"
work_package_filters: "Filter work packages"
work_package_responsible: "Show work packages with responsible"
types: "Show types"
status: "Show status"
project_time_filter: "Projects with a work package of a certain type in a certain timeframe"
project_time_filter_historical: "from %{startdate} to %{enddate}"
project_time_filter_relative: "from %{startspan}%{startspanunit} ago, to %{endspan}%{endspanunit} from now"
project_filters: "Filter projects"
project_responsible: "Show projects with responsible"
project_status: "Show project status"
project_types: "Show project types"
timeframe: "Show timeframe"
timeframe_end: "to"
timeframe_start: "from"
timeline: "General Settings"
zoom: "Zoom factor"
history: "History"
new_color: "New color"
new_association: "New dependency"
new_work_package: "New work package"
new_project_type: "New project type"
new_reporting: "New reporting"
new_timeline: "New timeline report"
no_projects_for_reporting_available: "There are no projects to which a reporting association can be created."
no_right_to_view_timeline: "You do not have the necessary permission to view the linked timeline."
no_timeline_for_id: "There is no timeline with ID %{id}."
notice_successful_deleted_all_elements: "Successfully deleted all elements"
outline: "Reset Outline"
outlines:
aggregation: "Show aggregations only"
level1: "Expand level 1"
level2: "Expand level 2"
level3: "Expand level 3"
level4: "Expand level 4"
level5: "Expand level 5"
all: "Show all"
reporting_for_project:
show: "Status reported to project: %{title}"
delete: "Delete status reported to project: %{title}"
edit: "Edit status for project: %{title}"
history: "History for status for project: %{title}"
reporting:
delete: "Delete status: %{comment}"
edit: "Edit status: %{comment}"
show: "Status: %{comment}"
planning_element_update: "Update: %{title}"
work_packages_are_displayed_in_aggregations: "Work packages are displayed in aggregations"
project_association_new: Add project dependency
project_association_new_for_with: Set dependency for “%{project_a}” with
project_association_with_other: "Project dependency between “%{project_a}” and “%{project_b}”"
project_association_of_type: "Dependency to project of type “%{type}”"
project_type_could_not_be_saved: "Project type could not be saved"
11 years ago
type_could_not_be_saved: "Type could not be saved"
reporting_could_not_be_saved: "Reporting could not be saved"
properties: "Properties"
really_delete_color: >
Are you sure, you want to delete the following color?
Types using this color will not be deleted.
really_delete_project_association_between_project_a_and_project_b: >
Are you sure, you want to delete the dependency between “%{project_a}” and
“%{project_b}”?
really_delete_project_type: >
Are you sure, you want to delete the following project type?
Projects using this type will not be deleted.
really_delete_timeline: >
Are you sure, you want to delete the following timeline report?
Work packages shown in this timeline report will not be
deleted.
really_delete_reporting: >
Are you sure, you want to delete the following reporting?
Previous reporting statuses will be deleted, too.
start: "Start"
timeline: "Timeline report"
timelines: "Timeline reports"
settings: "Timelines"
vertical_work_package: "Vertical work packages"
without_project_type: "Without project type"
you_are_viewing_the_selected_timeline: "You are viewing the selected timeline report"
zoom:
in: "Zoom in"
out: "Zoom out"
days: "Days"
weeks: "Weeks"
months: "Months"
quarters: "Quarters"
years: "Years"
label_work_package_hierarchy: "Work Package Hierarchy"
total_progress: "Total progress"
user:
all: "all"
active: "active"
activate: "Activate"
activate_and_reset_failed_logins: "Activate and reset failed logins"
assign_random_password: "Assign random password (sent to user via e-mail)"
blocked: "locked temporarily"
blocked_num_failed_logins:
one: "locked temporarily (one failed login attempt)"
other: "locked temporarily (%{count} failed login attempts)"
deleted: "Deleted user"
error_status_change_failed: "Changing the user status failed due to the following errors: %{errors}"
lock: "Lock permanently"
locked: "locked permanently"
registered: "registered"
reset_failed_logins: "Reset failed logins"
status_user_and_brute_force: "%{user} and %{brute_force}"
unlock: "Unlock"
unlock_and_reset_failed_logins: "Unlock and reset failed logins"
version_status_closed: "closed"
version_status_locked: "locked"
version_status_open: "open"
warning_attachments_not_saved: "%{count} file(s) could not be saved."
wiki_menu_item: "Menu item"
wiki_menu_item_for: "Menu item for wikipage \"%{title}\""
wiki_menu_item_setting: "Visibility"
wiki_menu_item_new_main_item_explanation: >
You are deleting the only main wiki menu item. You now have to choose a wiki page for which a new main item will be generated.
To delete the wiki the wiki module can be deactivated by project administrators.
wiki_menu_item_delete_not_permitted: The wiki menu item of the only wiki page cannot be deleted.
work_package:
updated_automatically_by_child_changes: |
_Updated automatically by changing values within child work package %{child}_