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