| # Modifiers: |
| OTQuickfix_addteam_description=Add modifier ''team'' to type ''{0}''. |
| OTQuickfix_changerolevisibility_description=Change modifier of role ''{0}'' to ''{1}''. |
| OTQuickfix_addabstract_description=Mark enclosing team ''{0}'' as abstract. |
| OTQuickfix_addcallinmodifier_description=Mark method ''{0}'' as ''callin''. |
| OTQuickfix_removecallinmodifier_description=Remove modifier ''callin'' from method ''{0}''. |
| OTQuickfix_addmethodmodifier_description=Add modifier ''{0}'' to method ''{1}''. |
| OTQuickfix_removemethodmodifier_description=Remove modifier ''{0}'' from method ''{1}''. |
| OTQuickfix_AddCallinModifier=add callin binding modifier |
| OTQuickfix_ChangeCallinModifier=change callin binding modifier |
| # callout token: |
| OTQuickfix_ChangeCalloutToOverride=change callout binding to overriding |
| OTQuickfix_ChangeCalloutToRegular=change callout binding to regular |
| |
| # Precedence: |
| OTQuickfix_addbindingprecedence_description=Declare binding precedence in type ''{0}''. |
| OTQuickfix_addroleprecedence_description=Declare class-based precedence in type ''{0}''. |
| OTQuickfix_swapprecedenceorder_label=> Swap Order |
| OTQuickfix_swapprecedenceorder_description=Select "Swap Order" as your <b>last action</b> of this quick-fix, if the <b>order</b> within the precedence declaration <b>should be swapped</b>. |
| OTQuickfix_swapordermenu_label=precedence |
| OTQuickfix_swapordermenu_description=Select "Swap Order" (below) as your <b>last action</b> of this quick-fix, if the <b>order</b> within the precedence declaration <b>should be swapped</b>. |
| |
| # Import base: |
| OTQuickFix_Type_add_base_import_to_enclosing_team=Import {0} in enclosing team (from {1}) |
| OTQuickFix_Type_convertimporttobase_description="Change import to ''import base {0};''" |
| OTQuickFix_Type_convert_fqn_to_importtobase_description="Change qualified reference to using ''import base {0};''" |
| |
| # Externalized roles: |
| OTQuickFix_Type_change_type_to_anchored=Add team anchor to role type. |
| OTQuickfix_migrateroletypesyntax_description=Migrate syntax for externalized role. |
| OTQuickfix_makeanchorfinal_description=Add modifier ''final'' to team anchor ''{0}'' . |
| |
| # other re callin: |
| OTQuickfix_addtypeparametertocallin_label=Add type parameter to callin binding |
| |
| # Inferred callouts: |
| OTQuickfix_materialize_inferred_callout=Materialize inferred callout resolving this method call. |
| OTQuickfix_materialize_inferred_callout_to_field=Materialize inferred callout resolving this field access. |
| OTQuickfix_materialize_inferred_callouts=Materialize callouts inferred from abstract methods. |
| OTQuickfix_change_assignment_to_settercall=Change assignment to setter call |
| OTQuickfix_change_fieldaccess_to_gettercall=Change field access to getter call |
| |
| # javadoc |
| OTQuickfix_add_missing_role_tag=Add missing @role tag for role file ''{0}''. |
| QuickAssistProcessor_addMethodBindingSignatures_label=Add signatures to method binding |
| QuickAssistProcessor_addSignature_editName=Add Signatures |
| QuickAssistProcessor_removeMethodBindingSignatures_label=Remove signatures from method binding |