blob: ad5551a3c46e3b0b9e08f41cf5aea6bf42baa2f8 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
# istvan@benedek-home.de - 103706 [formatter] indent empty lines
# Aaron Luchko, aluchko@redhat.com - 105926 [Formatter] Exporting Unnamed profile fails silently
###############################################################################
WhiteSpaceTabPage_assignments=Assignments
WhiteSpaceTabPage_assignments_before_assignment_operator=before assignment operator
WhiteSpaceTabPage_assignments_after_assignment_operator=after assignment operator
WhiteSpaceTabPage_operators=Operators
WhiteSpaceTabPage_operators_before_binary_operators=before binary operators
WhiteSpaceTabPage_operators_after_binary_operators=after binary operators
WhiteSpaceTabPage_operators_before_unary_operators=before unary operators
WhiteSpaceTabPage_operators_after_unary_operators=after unary operators
WhiteSpaceTabPage_operators_before_prefix_operators=before prefix operators
WhiteSpaceTabPage_operators_after_prefix_operators=after prefix operators
WhiteSpaceTabPage_operators_before_postfix_operators=before postfix operators
WhiteSpaceTabPage_operators_after_postfix_operators=after postfix operators
WhiteSpaceTabPage_classes=Classes
WhiteSpaceTabPage_classes_before_opening_brace_of_a_class=before opening brace of a class
WhiteSpaceTabPage_classes_before_opening_brace_of_anon_class=before opening brace of an anonymous class
WhiteSpaceTabPage_classes_before_comma_implements=before comma in implements clause
WhiteSpaceTabPage_classes_after_comma_implements=after comma in implements clause
WhiteSpaceTabPage_methods=Methods
WhiteSpaceTabPage_constructors=Constructors
WhiteSpaceTabPage_fields=Fields
WhiteSpaceTabPage_fields_before_comma=before comma in multiple field declarations
WhiteSpaceTabPage_fields_after_comma=after comma in multiple field declarations
WhiteSpaceTabPage_localvars=Local variables
WhiteSpaceTabPage_localvars_before_comma=before comma in multiple local declarations
WhiteSpaceTabPage_localvars_after_comma=after comma in multiple local declarations
WhiteSpaceTabPage_arrayinit=Array initializers
WhiteSpaceTabPage_arraydecls=Array declarations
WhiteSpaceTabPage_arrayelem=Array element access
WhiteSpaceTabPage_arrayalloc=Array allocation
WhiteSpaceTabPage_calls=Function invocations
WhiteSpaceTabPage_calls_before_comma_in_method_args=before comma in method arguments
WhiteSpaceTabPage_calls_after_comma_in_method_args=after comma in method arguments
WhiteSpaceTabPage_calls_before_comma_in_alloc=before comma in object allocation arguments
WhiteSpaceTabPage_calls_after_comma_in_alloc=after comma in object allocation arguments
WhiteSpaceTabPage_calls_before_comma_in_qalloc=before comma in explicit constructor call
WhiteSpaceTabPage_calls_after_comma_in_qalloc=after comma in explicit constructor call
WhiteSpaceTabPage_statements=Control statements
WhiteSpaceTabPage_blocks=Blocks
WhiteSpaceTabPage_switch='switch'
WhiteSpaceTabPage_switch_before_case_colon=before colon in case
WhiteSpaceTabPage_switch_before_default_colon=before colon in default
WhiteSpaceTabPage_do='while' & 'do while'
WhiteSpaceTabPage_synchronized='synchronized'
WhiteSpaceTabPage_try='catch'
WhiteSpaceTabPage_if='if else'
WhiteSpaceTabPage_assert='assert'
WhiteSpaceTabPage_for='for'
WhiteSpaceTabPage_for_before_comma_init=before comma in initialization
WhiteSpaceTabPage_for_after_comma_init=after comma in initialization
WhiteSpaceTabPage_for_before_comma_inc=before comma in increments
WhiteSpaceTabPage_for_after_comma_inc=after comma in increments
WhiteSpaceTabPage_labels=Labels
WhiteSpaceTabPage_annotations=Annotations
WhiteSpaceTabPage_annotation_types=Annotation types
WhiteSpaceTabPage_enums=Enum types
WhiteSpaceTabPage_wildcardtype=Wildcard type
WhiteSpaceTabPage_param_type_ref=Type reference
WhiteSpaceTabPage_type_arguments=Type arguments
WhiteSpaceTabPage_type_parameters=Type parameters
WhiteSpaceTabPage_conditionals=Conditionals
WhiteSpaceTabPage_typecasts=Type casts
WhiteSpaceTabPage_parenexpr=Parenthesized expressions
WhiteSpaceTabPage_declarations=Declarations
WhiteSpaceTabPage_expressions=Expressions
WhiteSpaceTabPage_arrays=Arrays
WhiteSpaceTabPage_parameterized_types=Parameterized types
WhiteSpaceTabPage_after_opening_brace=after opening brace
WhiteSpaceTabPage_after_closing_brace=after closing brace
WhiteSpaceTabPage_before_opening_brace=before opening brace
WhiteSpaceTabPage_before_closing_brace=before closing brace
WhiteSpaceTabPage_between_empty_braces=between empty braces
WhiteSpaceTabPage_after_opening_paren=after opening parenthesis
WhiteSpaceTabPage_after_closing_paren=after closing parenthesis
WhiteSpaceTabPage_before_opening_paren=before opening parenthesis
WhiteSpaceTabPage_before_closing_paren=before closing parenthesis
WhiteSpaceTabPage_between_empty_parens=between empty parenthesis
WhiteSpaceTabPage_after_opening_bracket=after opening bracket
WhiteSpaceTabPage_before_opening_bracket=before opening bracket
WhiteSpaceTabPage_before_closing_bracket=before closing bracket
WhiteSpaceTabPage_between_empty_brackets=between empty brackets
WhiteSpaceTabPage_before_comma_in_params=before comma in parameters
WhiteSpaceTabPage_after_comma_in_params=after comma in parameters
WhiteSpaceTabPage_before_comma_in_throws=before comma in 'throws' clause
WhiteSpaceTabPage_after_comma_in_throws=after comma in 'throws' clause
WhiteSpaceTabPage_before_ellipsis=before ellipsis in vararg parameters
WhiteSpaceTabPage_after_ellipsis=after ellipsis in vararg parameters
WhiteSpaceTabPage_before_comma=before comma
WhiteSpaceTabPage_after_comma=after comma
WhiteSpaceTabPage_after_semicolon=after semicolon
WhiteSpaceTabPage_before_semicolon=before semicolon
WhiteSpaceTabPage_before_colon=before colon
WhiteSpaceTabPage_after_colon=after colon
WhiteSpaceTabPage_before_question=before question mark
WhiteSpaceTabPage_after_question=after question mark
WhiteSpaceTabPage_before_at=before @
WhiteSpaceTabPage_after_at=after @
WhiteSpaceTabPage_after_opening_angle_bracket=after opening angle bracket
WhiteSpaceTabPage_after_closing_angle_bracket=after closing angle bracket
WhiteSpaceTabPage_before_opening_angle_bracket=before opening angle bracket
WhiteSpaceTabPage_before_closing_angle_bracket=before closing angle bracket
WhiteSpaceTabPage_before_parenthesized_expressions=before parenthesized expressions
WhiteSpaceTabPage_before_and_list=before '&' in type bounds
WhiteSpaceTabPage_after_and_list=after '&' in type bounds
WhiteSpaceTabPage_enum_decl_before_opening_brace=before opening brace in declaration
WhiteSpaceTabPage_enum_decl_before_comma=before comma between constants
WhiteSpaceTabPage_enum_decl_after_comma=after comma between constants
WhiteSpaceTabPage_enum_const_arg_before_opening_paren=before opening parenthesis in constant arguments
WhiteSpaceTabPage_enum_const_arg_after_opening_paren=after opening parenthesis in constant arguments
WhiteSpaceTabPage_enum_const_arg_between_empty_parens=between empty parenthesis in constant arguments
WhiteSpaceTabPage_enum_const_arg_before_comma=before comma in constant arguments
WhiteSpaceTabPage_enum_const_arg_after_comma=after comma in constant arguments
WhiteSpaceTabPage_enum_const_arg_before_closing_paren=before closing parenthesis in constant arguments
WhiteSpaceTabPage_enum_const_before_opening_brace=before opening brace of constant body
WhiteSpaceTabPage_annot_type_method_before_opening_paren=before opening parenthesis in annotation type members
WhiteSpaceTabPage_annot_type_method_between_empty_parens=between parenthesis in annotation type members
WhiteSpaceOptions_before=Before
WhiteSpaceOptions_after=After
WhiteSpaceOptions_operator=Operator
WhiteSpaceOptions_assignment_operator=Assignment operator
WhiteSpaceOptions_binary_operator=Binary operator
WhiteSpaceOptions_unary_operator=Unary operator
WhiteSpaceOptions_prefix_operator=Prefix operator
WhiteSpaceOptions_postfix_operator=Postfix operator
WhiteSpaceOptions_opening_paren=Opening parenthesis
WhiteSpaceOptions_catch='catch'
WhiteSpaceOptions_for='for'
WhiteSpaceOptions_if='if'
WhiteSpaceOptions_switch='switch'
WhiteSpaceOptions_synchronized='synchronized'
WhiteSpaceOptions_while='while'
WhiteSpaceOptions_assert='assert'
WhiteSpaceOptions_member_function_declaration=Member function declaration
WhiteSpaceOptions_constructor=Constructor
WhiteSpaceOptions_method=Method
WhiteSpaceOptions_method_call=Method call
WhiteSpaceOptions_paren_expr=Parenthesized expression
WhiteSpaceOptions_enum_constant_body=Enum constant body
WhiteSpaceOptions_enum_constant_arguments=Enum constant arguments
WhiteSpaceOptions_enum_declaration=Enum declaration
WhiteSpaceOptions_annotation_modifier=Annotation
WhiteSpaceOptions_annotation_modifier_args=Annotation arguments
WhiteSpaceOptions_annotation_type_member=Annotation type member
WhiteSpaceOptions_annotation_type=Annotation type
WhiteSpaceOptions_type_cast=Type cast
WhiteSpaceOptions_parameterized_type=Parameterized type
WhiteSpaceOptions_type_arguments=Type arguments
WhiteSpaceOptions_type_parameters=Type parameters
WhiteSpaceOptions_vararg_parameter=Vararg parameters
WhiteSpaceOptions_closing_paren=Closing parenthesis
WhiteSpaceOptions_opening_brace=Opening brace
WhiteSpaceOptions_closing_brace=Closing brace
WhiteSpaceOptions_opening_bracket=Opening bracket
WhiteSpaceOptions_closing_bracket=Closing bracket
WhiteSpaceOptions_class_decl=Type declaration
WhiteSpaceOptions_anon_class_decl=Anonymous type declaration
WhiteSpaceOptions_initializer=Array initializer
WhiteSpaceOptions_block=Block
WhiteSpaceOptions_array_decl=Array declaration
WhiteSpaceOptions_array_element_access=Array element access
WhiteSpaceOptions_array_alloc=Array allocation
WhiteSpaceOptions_array_init=Array initializer
WhiteSpaceOptions_arguments=Arguments
WhiteSpaceOptions_initialization=Initialization
WhiteSpaceOptions_incrementation=Increment
WhiteSpaceOptions_parameters=Parameters
WhiteSpaceOptions_explicit_constructor_call=Explicit constructor call
WhiteSpaceOptions_alloc_expr=Allocation expression
WhiteSpaceOptions_throws='throws' clause
WhiteSpaceOptions_mult_decls=Multiple declarations
WhiteSpaceOptions_local_vars=Local variables
WhiteSpaceOptions_fields=Fields
WhiteSpaceOptions_return='return'
WhiteSpaceOptions_implements_clause='extends'/'implements' clause
WhiteSpaceOptions_colon=Colon
WhiteSpaceOptions_conditional=Conditional
WhiteSpaceOptions_wildcard=Wildcard type
WhiteSpaceOptions_label=Label
WhiteSpaceOptions_comma=Comma
WhiteSpaceOptions_semicolon=Semicolon
WhiteSpaceOptions_question_mark=Question mark
WhiteSpaceOptions_between_empty_parens=Between empty parenthesis
WhiteSpaceOptions_between_empty_braces=Between empty braces
WhiteSpaceOptions_between_empty_brackets=Between empty brackets
WhiteSpaceOptions_constructor_decl=Constructor declaration
WhiteSpaceOptions_method_decl=Method declaration
WhiteSpaceOptions_case='case'
WhiteSpaceOptions_default='default'
WhiteSpaceOptions_statements=Statements
WhiteSpaceOptions_before_opening_paren=Before opening parenthesis
WhiteSpaceOptions_after_opening_paren=After opening parenthesis
WhiteSpaceOptions_before_closing_paren=Before closing parenthesis
WhiteSpaceOptions_after_closing_paren=After closing parenthesis
WhiteSpaceOptions_before_opening_brace=Before opening brace
WhiteSpaceOptions_after_opening_brace=After opening brace
WhiteSpaceOptions_after_closing_brace=After closing brace
WhiteSpaceOptions_before_closing_brace=Before closing brace
WhiteSpaceOptions_before_opening_bracket=Before opening bracket
WhiteSpaceOptions_after_opening_bracket=After opening bracket
WhiteSpaceOptions_before_closing_bracket=Before closing bracket
WhiteSpaceOptions_before_opening_angle_bracket=Before opening angle bracket
WhiteSpaceOptions_after_opening_angle_bracket=After opening angle bracket
WhiteSpaceOptions_before_closing_angle_bracket=Before closing angle bracket
WhiteSpaceOptions_return_with_parenthesized_expression=parenthesized expression
WhiteSpaceOptions_after_closing_angle_bracket=After closing angle bracket
WhiteSpaceOptions_before_operator=Before operator
WhiteSpaceOptions_after_operator=After operator
WhiteSpaceOptions_before_comma=Before comma
WhiteSpaceOptions_after_comma=After comma
WhiteSpaceOptions_after_colon=After colon
WhiteSpaceOptions_before_colon=Before colon
WhiteSpaceOptions_before_semicolon=Before semicolon
WhiteSpaceOptions_after_semicolon=After semicolon
WhiteSpaceOptions_before_question_mark=Before question mark
WhiteSpaceOptions_after_question_mark=After question mark
WhiteSpaceOptions_before_at=Before @
WhiteSpaceOptions_after_at=After @
WhiteSpaceOptions_before_and=Before & list
WhiteSpaceOptions_after_and=After & list
WhiteSpaceOptions_before_ellipsis=Before Ellipsis
WhiteSpaceOptions_after_ellipsis=After Ellipsis
WhiteSpaceTabPage_insert_space=&Insert space:
LineWrappingTabPage_compact_if_else=Compact 'if else'
LineWrappingTabPage_extends_clause='extends' clause
LineWrappingTabPage_enum_constant_arguments=Constant arguments
LineWrappingTabPage_enum_constants=Constants
LineWrappingTabPage_implements_clause='implements' clause
LineWrappingTabPage_parameters=Parameters
LineWrappingTabPage_arguments=Arguments
LineWrappingTabPage_qualified_invocations=Qualified invocations
LineWrappingTabPage_throws_clause='throws' clause
LineWrappingTabPage_object_allocation=Object allocation arguments
LineWrappingTabPage_qualified_object_allocation=Qualified object allocation arguments
LineWrappingTabPage_array_init=Array initializers
LineWrappingTabPage_explicit_constructor_invocations=Explicit constructor invocations
LineWrappingTabPage_conditionals=Conditionals
LineWrappingTabPage_binary_exprs=Binary expressions
LineWrappingTabPage_indentation_default=Default indentation
LineWrappingTabPage_indentation_on_column=Indent on column
LineWrappingTabPage_indentation_by_one=Indent by one
LineWrappingTabPage_class_decls=Class Declarations
LineWrappingTabPage_method_decls=Method Declarations
LineWrappingTabPage_constructor_decls=Constructor declarations
LineWrappingTabPage_function_calls=Function Calls
LineWrappingTabPage_expressions=Expressions
LineWrappingTabPage_statements=Statements
LineWrappingTabPage_enum_decls='enum' declaration
LineWrappingTabPage_wrapping_policy_label_text=Lin&e wrapping policy:
LineWrappingTabPage_indentation_policy_label_text=Indent&ation policy:
LineWrappingTabPage_force_split_checkbox_text=&Force split
LineWrappingTabPage_force_split_checkbox_multi_text=&Force split
LineWrappingTabPage_line_width_for_preview_label_text=&Set line width for preview window:
LineWrappingTabPage_group=Settings for {0}
LineWrappingTabPage_multi_group=Settings for {0} ({1} items)
LineWrappingTabPage_multiple_selections=Settings for multiple selections ({0} items)
LineWrappingTabPage_occurences={0} ({1} of {2})
LineWrappingTabPage_splitting_do_not_split=Do not wrap
LineWrappingTabPage_splitting_wrap_when_necessary=Wrap only when necessary
LineWrappingTabPage_splitting_always_wrap_first_others_when_necessary=Always wrap first element, others when necessary
LineWrappingTabPage_splitting_wrap_always=Wrap all elements, every element on a new line
LineWrappingTabPage_splitting_wrap_always_indent_all_but_first=Wrap all elements, indent all but the first element
LineWrappingTabPage_splitting_wrap_always_except_first_only_if_necessary=Wrap all elements, except first element if not necessary
LineWrappingTabPage_width_indent=Line width and indentation levels
LineWrappingTabPage_width_indent_option_max_line_width=Ma&ximum line width:
LineWrappingTabPage_width_indent_option_default_indent_wrapped=Defa&ult indentation for wrapped lines:
LineWrappingTabPage_width_indent_option_default_indent_array=Default indentation for arra&y initializers:
LineWrappingTabPage_error_invalid_value=The key ''{0}'' contained an invalid value; resetting to defaults.
LineWrappingTabPage_enum_superinterfaces='implements' clause
LineWrappingTabPage_assignment_alignment=Assignments
AlreadyExistsDialog_message_profile_already_exists=A profile with this name already exists.
AlreadyExistsDialog_message_profile_name_empty=Profile name is empty
AlreadyExistsDialog_dialog_title=Load Profile
AlreadyExistsDialog_dialog_label=A profile with the name ''{0}'' already exists in this workspace. What would you like to do?
AlreadyExistsDialog_rename_radio_button_desc=&Rename the imported profile:
AlreadyExistsDialog_overwrite_radio_button_desc=&Overwrite the existing profile.
BlankLinesTabPage_preview_header=Blank Lines
BlankLinesTabPage_compilation_unit_group_title=Blank lines in compilation unit
BlankLinesTabPage_compilation_unit_option_before_package=Before p&ackage declaration:
BlankLinesTabPage_compilation_unit_option_after_package=After packa&ge declaration:
BlankLinesTabPage_compilation_unit_option_before_import=&Before import declaration:
BlankLinesTabPage_compilation_unit_option_after_import=After import de&claration:
BlankLinesTabPage_compilation_unit_option_between_type_declarations=Between class declarat&ions:
BlankLinesTabPage_class_group_title=Blank lines within class declarations
BlankLinesTabPage_class_option_before_first_decl=Before &first declaration:
BlankLinesTabPage_class_option_before_decls_of_same_kind=Before declarations of the same &kind:
BlankLinesTabPage_class_option_before_member_class_decls=Before member cla&ss declarations:
BlankLinesTabPage_class_option_before_field_decls=B&efore field declarations:
BlankLinesTabPage_class_option_before_method_decls=Before met&hod declarations:
BlankLinesTabPage_class_option_at_beginning_of_method_body= At beginning of method bod&y:
BlankLinesTabPage_blank_lines_group_title=Existing blank lines
BlankLinesTabPage_blank_lines_option_empty_lines_to_preserve=N&umber of empty lines to preserve:
BracesTabPage_preview_header=Braces
BracesTabPage_position_same_line=Same line
BracesTabPage_position_next_line=Next line
BracesTabPage_position_next_line_indented=Next line indented
BracesTabPage_position_next_line_on_wrap=Next line on wrap
BracesTabPage_group_brace_positions_title=Brace positions
BracesTabPage_option_class_declaration=&Class or interface declaration:
BracesTabPage_option_anonymous_class_declaration=Anon&ymous class declaration:
BracesTabPage_option_method_declaration=Met&hod declaration:
BracesTabPage_option_constructor_declaration=Constr&uctor declaration:
BracesTabPage_option_blocks=&Blocks:
BracesTabPage_option_blocks_in_case=Bloc&ks in case statement:
BracesTabPage_option_switch_case='&switch' statement:
BracesTabPage_option_array_initializer=Array initiali&zer:
BracesTabPage_option_keep_empty_array_initializer_on_one_line=Keep empty array &initializer on one line
BracesTabPage_option_enum_declaration=&Enum declaration:
BracesTabPage_option_enumconst_declaration=Enum c&onstant body:
BracesTabPage_option_annotation_type_declaration=&Annotation type declaration:
CodingStyleConfigurationBlock_save_profile_dialog_title=Export Profile
CodingStyleConfigurationBlock_save_profile_error_title=Export Profile
CodingStyleConfigurationBlock_save_profile_error_message=Could not export the profiles.
CodingStyleConfigurationBlock_load_profile_dialog_title=Import Profile
CodingStyleConfigurationBlock_load_profile_error_title=Import Profile
CodingStyleConfigurationBlock_load_profile_error_message=Import failed. Not a valid profile.
CodingStyleConfigurationBlock_load_profile_error_too_new_title=Importing Profile
CodingStyleConfigurationBlock_load_profile_error_too_new_message=This profile has been created with \
a more recent Eclipse build than the one you are using. Due to changes in the code formatter, \
some older settings might be reset to their default values and newer settings are ignored. Please note \
that upgrading profiles from older to newer builds is fully supported.
CodingStyleConfigurationBlock_preview_title=A sample source file for the code formatter preview
CodingStyleConfigurationBlock_save_profile_overwrite_title=Export Profile
CodingStyleConfigurationBlock_save_profile_overwrite_message={0} " already exists.\nDo you want to replace it?"
CodingStyleConfigurationBlock_edit_button_desc=&Edit...
CodingStyleConfigurationBlock_show_button_desc=&Show...
CodingStyleConfigurationBlock_rename_button_desc=Re&name...
CodingStyleConfigurationBlock_remove_button_desc=&Remove
CodingStyleConfigurationBlock_new_button_desc=Ne&w...
CodingStyleConfigurationBlock_load_button_desc=I&mport...
CodingStyleConfigurationBlock_save_button_desc=E&xport...
CodingStyleConfigurationBlock_preview_label_text=Prev&iew:
CodingStyleConfigurationBlock_error_reading_xml_message=Problems reading profiles from XML
CodingStyleConfigurationBlock_error_serializing_xml_message=Problems serializing the profiles to XML
CodingStyleConfigurationBlock_delete_confirmation_title=Confirm Remove
CodingStyleConfigurationBlock_delete_confirmation_question=Are you sure you want to remove profile ''{0}''?
CommentsTabPage_group1_title=General settings
CommentsTabPage_enable_comment_formatting=Enable &comment formatting
CommentsTabPage_format_header=Format &header comment
CommentsTabPage_format_html=Format HTML ta&gs
CommentsTabPage_format_code_snippets=Format &Java code snippets
CommentsTabPage_group2_title=Javadoc comment settings
CommentsTabPage_clear_blank_lines=Clear &blank lines in comments
CommentsTabPage_blank_line_before_javadoc_tags=Blan&k line before Javadoc tags
CommentsTabPage_indent_javadoc_tags=Indent Javadoc tag&s
CommentsTabPage_indent_description_after_param=Indent description a&fter @param
CommentsTabPage_new_line_after_param_tags=New line &after @param tags
CommentsTabPage_group3_title=Line width
CommentsTabPage_line_width=Ma&ximum line width for comments:
ControlStatementsTabPage_preview_header=If...else
ControlStatementsTabPage_general_group_title=General
ControlStatementsTabPage_general_group_insert_new_line_before_else_statements=Insert new line before '&else' in an 'if' statement
ControlStatementsTabPage_general_group_insert_new_line_before_catch_statements=Insert new line before '&catch' in a 'try' statement
ControlStatementsTabPage_general_group_insert_new_line_before_finally_statements=Insert new line before '&finally' in a 'try' statement
ControlStatementsTabPage_general_group_insert_new_line_before_while_in_do_statements=Insert new line before 'w&hile' in a 'do' statement
ControlStatementsTabPage_if_else_group_title='if else'
ControlStatementsTabPage_if_else_group_keep_then_on_same_line=Keep 'then' statement &on same line
ControlStatementsTabPage_if_else_group_keep_simple_if_on_one_line=Keep &simple 'if' on one line
ControlStatementsTabPage_if_else_group_keep_else_on_same_line=Keep 'else' st&atement on same line
ControlStatementsTabPage_if_else_group_keep_else_if_on_one_line=&Keep 'else if' on one line
ControlStatementsTabPage_if_else_group_keep_guardian_clause_on_one_line=Keep 'return' or 'throw' cla&use on one line
CreateProfileDialog_status_message_profile_with_this_name_already_exists=A profile with this name already exists.
CreateProfileDialog_status_message_profile_name_is_empty=Profile name is empty
CreateProfileDialog_dialog_title=New Code Formatter Profile
CreateProfileDialog_profile_name_label_text=&Profile name:
CreateProfileDialog_base_profile_label_text=I&nitialize settings with the following profile:
CreateProfileDialog_open_edit_dialog_checkbox_text=&Open the edit dialog now
IndentationTabPage_preview_header=Indentation
IndentationTabPage_general_group_title=General settings
IndentationTabPage_general_group_option_tab_policy=Tab polic&y:
IndentationTabPage_general_group_option_tab_policy_SPACE=Spaces only
IndentationTabPage_general_group_option_tab_policy_TAB=Tabs only
IndentationTabPage_general_group_option_tab_policy_MIXED=Mixed
IndentationTabPage_general_group_option_tab_size=Tab &size:
IndentationTabPage_general_group_option_indent_size=&Indentation size:
IndentationTabPage_field_alignment_group_title=Alignment of fields in class declarations
IndentationTabPage_field_alignment_group_align_fields_in_columns=&Align fields in columns
IndentationTabPage_indent_group_title=Indent
IndentationTabPage_class_group_option_indent_declarations_within_class_body=Declarations within class &body
IndentationTabPage_class_group_option_indent_declarations_within_enum_const=Declarations within en&um constants
IndentationTabPage_class_group_option_indent_declarations_within_enum_decl=De&clarations within enum declaration
IndentationTabPage_class_group_option_indent_declarations_within_annot_decl=Declarations within annotation declaration
IndentationTabPage_block_group_option_indent_statements_compare_to_body=Stat&ements within method/constructor body
IndentationTabPage_block_group_option_indent_statements_compare_to_block=Statements within bl&ocks
IndentationTabPage_indent_empty_lines=Empty lines
IndentationTabPage_switch_group_option_indent_statements_within_switch_body=Statements wit&hin 'switch' body
IndentationTabPage_switch_group_option_indent_statements_within_case_body=Statements within 'case' bo&dy
IndentationTabPage_switch_group_option_indent_break_statements='brea&k' statements
IndentationTabPage_use_tabs_only_for_leading_indentations=Use tabs only for leading indentations
ModifyDialog_dialog_title=Edit Profile ''{0}''
ModifyDialog_apply_button=Apply
ModifyDialog_dialog_show_title=Show Profile ''{0}''
ModifyDialog_dialog_show_warning_builtin=This is a built-in profile, you will be prompted to enter a new name after closing this dialog.
ModifyDialog_tabpage_braces_title=B&races
ModifyDialog_tabpage_indentation_title=In&dentation
ModifyDialog_tabpage_whitespace_title=&White Space
ModifyDialog_tabpage_blank_lines_title=Bla&nk Lines
ModifyDialog_tabpage_new_lines_title=New &Lines
ModifyDialog_tabpage_control_statements_title=Con&trol Statements
ModifyDialog_tabpage_line_wrapping_title=Line Wra&pping
ModifyDialog_tabpage_comments_title=Co&mments
ModifyDialogTabPage_preview_label_text=Pre&view:
NewLinesTabPage_preview_header=New Lines
NewLinesTabPage_newlines_group_title=Insert new line
NewLinesTabPage_newlines_group_option_empty_class_body=in empty &class body
NewLinesTabPage_newlines_group_option_empty_annotation_decl_body=in empty annotation body
NewLinesTabPage_newlines_group_option_empty_anonymous_class_body=in empty &anonymous class body
NewLinesTabPage_newlines_group_option_empty_enum_declaration=in empty &enum declaration
NewLinesTabPage_newlines_group_option_empty_enum_constant=in empty enum c&onstant body
NewLinesTabPage_newlines_group_option_empty_method_body=in empt&y method body
NewLinesTabPage_newlines_group_option_empty_block=in empty &block
NewLinesTabPage_newlines_group_option_empty_end_of_file=at end of &file
NewLinesTabPage_empty_statement_group_title=Empty statements
NewLinesTabPage_emtpy_statement_group_option_empty_statement_on_new_line=Put empty &statement on new line
NewLinesTabPage_arrayInitializer_group_title=Array initializers
NewLinesTabPage_array_group_option_after_opening_brace_of_array_initializer=Insert new line after openin&g brace of array initializer
NewLinesTabPage_array_group_option_before_closing_brace_of_array_initializer=Insert new line before closing brace of array initiali&zer
NewLinesTabPage_annotations_group_title=Annotations
NewLinesTabPage_annotations_group_option_after_annotation=&Insert new line after annotations
ProfileManager_default_profile_name=Eclipse 2.1 [built-in]
ProfileManager_eclipse_profile_name=Eclipse [built-in]
ProfileManager_java_conventions_profile_name=Java Conventions [built-in]
ProfileManager_unmanaged_profile=Unmanaged profile
ProfileManager_unmanaged_profile_with_name=Unmanaged profile ''{0}''
RenameProfileDialog_status_message_profile_with_this_name_already_exists=A profile with this name already exists.
RenameProfileDialog_status_message_profile_name_empty=Profile name is empty
RenameProfileDialog_dialog_title=Rename Profile
RenameProfileDialog_dialog_label_enter_a_new_name=Please &enter a new name:
ModifyDialogTabPage_error_msg_values_text_unassigned=Values and text must be assigned.
ModifyDialogTabPage_error_msg_values_items_text_unassigned=Values, items and text must be assigned.
ModifyDialogTabPage_NumberPreference_error_invalid_key=The key {0} does not yield a valid integer value.
ModifyDialogTabPage_NumberPreference_error_invalid_value=Invalid value: Please enter a number between {0} and {1}.
JavaPreview_formatter_exception=The formatter threw an unhandled exception while formatting the preview.
WhiteSpaceTabPage_sort_by_java_element=Sort options by Java element
WhiteSpaceTabPage_sort_by_syntax_element=Sort options by Syntax element