blob: f3f960ca6fad3553cac4483844138103f63ef8a8 [file] [log] [blame]
CustomUserInputPage_RefactoringTitle=Refactoring
AbstractFortranRefactoringActionDelegate_ErrorTitle=Error
AbstractFortranRefactoringActionDelegate_FileInEditorCannotBeRefactored=The file in the editor cannot be refactored.\n\nFortran files can only be refactored if they are located inside a Fortran project in your workspace.
AddOnlyToUseStmtInputPage_ClickOKMessage=Click OK to add the ONLY clause to the selected USE statement. To see what changes will be made, click Preview.
AddOnlyToUseStmtInputPage_SelectModuleEntitiesLabel=Select the module entities to add to the ONLY clause.
PermuteSubroutineArgsInputPage_alternateReturnColumnLabel=Alternate Return
PermuteSubroutineArgsInputPage_alternateReturnErrorLabel=The relative order of alternate returns must remain the same.\n
PermuteSubroutineArgsInputPage_downButtonLabel=Down
PermuteSubroutineArgsInputPage_intentInLabel=in
PermuteSubroutineArgsInputPage_intentLabel=Intent
PermuteSubroutineArgsInputPage_intentOutLabel=out
PermuteSubroutineArgsInputPage_keywordedColumnLabel=Keyworded
PermuteSubroutineArgsInputPage_keywordErrorLabel=An argument used with a keyword at a call site cannot be placed before an alternate return.\n
PermuteSubroutineArgsInputPage_nameLabel=Name
PermuteSubroutineArgsInputPage_notEnoughArgumentsErrorLabel=The subroutine must have at least 2 arguments to change its signature.\n
PermuteSubroutineArgsInputPage_optionalArgumentErrorLabel=An optional argument cannot be placed before an alternate return.\n
PermuteSubroutineArgsInputPage_optionalColumnLabel=Optional
PermuteSubroutineArgsInputPage_parameterGroupLabel=Subprogram Parameters
PermuteSubroutineArgsInputPage_typeLabel=Type
PermuteSubroutineArgsInputPage_upButtonLabel=Up
CommonVarNamesInputPage_NewNameLabel=New Name
CommonVarNamesInputPage_OriginalNameLabel=Original Name
ExtractLocalVariableAction_DeclarationLabel=Declaration:
ExtractProcedureAction_SubroutineNameLabel=Extract selected code to a subroutine named
ExtractSubprogramToModuleAction_labelText=Extract Subroutine or Function to Module:
KeywordCaseInputPage_ChangeKeywordsToLabel=Change keywords to:
KeywordCaseInputPage_ClickOKMessage=Click OK to change the case of all keywords in the selected files. To see what changes will be made, click Preview.
KeywordCaseInputPage_LowerCaseLabel=Lower Case
KeywordCaseInputPage_UpperCaseLabel=Upper Case
MoveSubprogramToModuleAction_labelText=Move Subroutine or Function to Module:
RenameAction_MatchExternalSubprograms=Match external subprograms with interfaces and external declarations
RenameAction_RenameAtoB=Rename {0} to
RemoveAssignGotoInputPage_Prompt=Add Default Case?
RemoveAssignGotoInputPage_Yes=Yes
RemoveAssignGotoInputPage_No=No
RemoveAssignGotoInputPage_ClickOKMessage=Click OK to change all asigned gotos to select case blocks. To see what changes will be made, click Preview.IfConstructStatementConversionAction_AddEmptyElseBlock=Add an empty else block
RefactoringAction_ClickOKToRunTheRefactoring=Click OK to run the {0} refactoring.\nTo see what changes will be made, click Preview.
RemoveRealAndDoublePrecisionLoopCountersInputPage_ReplaceRealDoublePrecisionLoopCounter=Replace real/double precision loop counter with:
RemoveRealAndDoublePrecisionLoopCountersInputPage_ReplaceWithDoLoop=DO Loop
RemoveRealAndDoublePrecisionLoopCountersInputPage_ReplaceWithDoWhileLoop=DO WHILE Loop
RemoveRealAndDoublePrecisionLoopCountersInputPage_ClickOKMessage=Click OK to replace the real/double precision loop counter.
RemoveRealAndDoublePrecisionLoopCountersInputPage_ClickPreviewMessage=To see what the changes will be made, click Preview.
ReplaceDoLoopWithForallAction_messageText=Click OK to replace the selected Do Loop by Forall. To see what changes will be made, click Preview.
AddSubroutineParameterAction_DeclarationLabel=Declaration:
AddSubroutineParameterAction_LocationLabel=Position:
AddSubroutineParameterAction_DefaultLabel=Default Value:
AddVariableToDerivedDataTypeAction_label1Text=Derived Data Type to introduce the selected variable:
AddVariableToDerivedDataTypeAction_label2Text=Derived Data Type instance to be used:
IfConstructStatementConversionAction_AddEmptyElseBlock=Add Empty ELSE Block
TransformToDerivedDataTypeAction_label1Text=Name the new Derived Data Type with the name:
TransformToDerivedDataTypeAction_label2Text=Name the new variable with the name:
VariableCaseInputPage_ChangeKeywordsToLabel=Change variables to:
VariableCaseInputPage_ClickOKMessage=Click OK to change the case of all variables in the selected files. To see what changes will be made, click Preview.
VariableCaseInputPage_LowerCaseLabel=Lower Case
VariableCaseInputPage_UpperCaseLabel=Upper Case