blob: a9b79e88be2fc25131d7a37aeeffaacf0cd8449d [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001# Modifiers:
2OTQuickfix_addteam_description=Add modifier ''team'' to type ''{0}''.
3OTQuickfix_changerolevisibility_description=Change modifier of role ''{0}'' to ''{1}''.
4OTQuickfix_addabstract_description=Mark enclosing team ''{0}'' as abstract.
5OTQuickfix_addcallinmodifier_description=Mark method ''{0}'' as ''callin''.
6OTQuickfix_removecallinmodifier_description=Remove modifier ''callin'' from method ''{0}''.
7OTQuickfix_addmethodmodifier_description=Add modifier ''{0}'' to method ''{1}''.
8OTQuickfix_removemethodmodifier_description=Remove modifier ''{0}'' from method ''{1}''.
9OTQuickfix_AddCallinModifier=add callin binding modifier
10OTQuickfix_ChangeCallinModifier=change callin binding modifier
11# callout token:
12OTQuickfix_ChangeCalloutToOverride=change callout binding to overriding
13OTQuickfix_ChangeCalloutToRegular=change callout binding to regular
14
15# Precedence:
16OTQuickfix_addbindingprecedence_description=Declare binding precedence in type ''{0}''.
17OTQuickfix_addroleprecedence_description=Declare class-based precedence in type ''{0}''.
18OTQuickfix_swapprecedenceorder_label=> Swap Order
19OTQuickfix_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>.
20OTQuickfix_swapordermenu_label=precedence
21OTQuickfix_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>.
22
23# Import base:
24OTQuickFix_Type_add_base_import_to_enclosing_team=Import {0} in enclosing team (from {1})
25OTQuickFix_Type_convertimporttobase_description="Change import to ''import base {0};''"
26OTQuickFix_Type_convert_fqn_to_importtobase_description="Change qualified reference to using ''import base {0};''"
27
28# Externalized roles:
29OTQuickFix_Type_change_type_to_anchored=Add team anchor to role type.
30OTQuickfix_migrateroletypesyntax_description=Migrate syntax for externalized role.
31OTQuickfix_makeanchorfinal_description=Add modifier ''final'' to team anchor ''{0}'' .
32
33# other re callin:
34OTQuickfix_addtypeparametertocallin_label=Add type parameter to callin binding
35
36# Inferred callouts:
37OTQuickfix_materialize_inferred_callout=Materialize inferred callout resolving this method call.
38OTQuickfix_materialize_inferred_callout_to_field=Materialize inferred callout resolving this field access.
39OTQuickfix_materialize_inferred_callouts=Materialize callouts inferred from abstract methods.
40OTQuickfix_change_assignment_to_settercall=Change assignment to setter call
41OTQuickfix_change_fieldaccess_to_gettercall=Change field access to getter call
42
43# javadoc
44OTQuickfix_add_missing_role_tag=Add missing @role tag for role file ''{0}''.
Stephan Herrmann8234d642011-03-01 14:38:10 +000045QuickAssistProcessor_addMethodBindingSignatures_label=Add signatures to method binding
46QuickAssistProcessor_addSignature_editName=Add Signatures
47QuickAssistProcessor_removeMethodBindingSignatures_label=Remove signatures from method binding