Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(974)

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties

Issue 10582003: Issue 1355. Support for call(). Tweaks for element locator and rename refactoring (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 ############################################################################### 1 ###############################################################################
2 # Copyright (c) 2000, 2011 IBM Corporation and others. 2 # Copyright (c) 2000, 2011 IBM Corporation and others.
Brian Wilkerson 2012/06/18 20:46:18 Shouldn't we have added our copyright to this file
3 # All rights reserved. This program and the accompanying materials 3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0 4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at 5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html 6 # http://www.eclipse.org/legal/epl-v10.html
7 # 7 #
8 # Contributors: 8 # Contributors:
9 # IBM Corporation - initial API and implementation 9 # IBM Corporation - initial API and implementation
10 # Benjamin Muskalla <bmuskalla@eclipsesource.com> - [extract method] Extract method and continue https://bugs.eclipse.org/bugs/show_bug.cgi?id=48056 10 # Benjamin Muskalla <bmuskalla@eclipsesource.com> - [extract method] Extract method and continue https://bugs.eclipse.org/bugs/show_bug.cgi?id=48056
11 # Benjamin Muskalla <bmuskalla@eclipsesource.com> - [extract method] Name am biguous return value in error message - https://bugs.eclipse.org/bugs/show_bug.c gi?id=50607 11 # Benjamin Muskalla <bmuskalla@eclipsesource.com> - [extract method] Name am biguous return value in error message - https://bugs.eclipse.org/bugs/show_bug.c gi?id=50607
12 ############################################################################### 12 ###############################################################################
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 # Rename type member 67 # Rename type member
68 RenameProcessor_enclosing_type_member_already_defined=Enclosing type ''{0}'' in ''{1}'' already declares member with name ''{2}'' 68 RenameProcessor_enclosing_type_member_already_defined=Enclosing type ''{0}'' in ''{1}'' already declares member with name ''{2}''
69 # Rename type parameter 69 # Rename type parameter
70 RenameTypeParameterProcessor_name=Rename Type Parameter 70 RenameTypeParameterProcessor_name=Rename Type Parameter
71 RenameTypeParameterProcessor_must_be_selected=A type parameter declaration or re ference must be selected to activate this refactoring 71 RenameTypeParameterProcessor_must_be_selected=A type parameter declaration or re ference must be selected to activate this refactoring
72 RenameTypeParameterProcessor_typeParameter_already_defined=Type parameter with n ame ''{0}'' already declared 72 RenameTypeParameterProcessor_typeParameter_already_defined=Type parameter with n ame ''{0}'' already declared
73 # Rename type field 73 # Rename type field
74 RenameFieldProcessor_name=Rename Field 74 RenameFieldProcessor_name=Rename Field
75 # Rename type method 75 # Rename type method
76 RenameMethodProcessor_name=Rename Method 76 RenameMethodProcessor_name=Rename Method
77 RenameMethodProcessor_isCall=Method 'call' cannot be renamed
77 78
78 ################################################################################ ######### 79 ################################################################################ #########
79 # Extract local variable refactoring 80 # Extract local variable refactoring
80 ################################################################################ ######### 81 ################################################################################ #########
81 ExtractLocalRefactoring_name=Extract Local Variable 82 ExtractLocalRefactoring_name=Extract Local Variable
82 ExtractLocalRefactoring_select_expression=An expression must be selected to acti vate this refactoring. 83 ExtractLocalRefactoring_select_expression=An expression must be selected to acti vate this refactoring.
83 ExtractLocalRefactoring_checking_preconditions=Checking preconditions... 84 ExtractLocalRefactoring_checking_preconditions=Checking preconditions...
84 ExtractLocalRefactoring_declare_local_variable=Add variable declaration 85 ExtractLocalRefactoring_declare_local_variable=Add variable declaration
85 ExtractLocalRefactoring_replace=Replace expression with variable reference 86 ExtractLocalRefactoring_replace=Replace expression with variable reference
86 87
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 CompilationUnitChange_label=Create ''{0}'' - {1} 1433 CompilationUnitChange_label=Create ''{0}'' - {1}
1433 1434
1434 MultiStateCompilationUnitChange_name_pattern={0} - {1} 1435 MultiStateCompilationUnitChange_name_pattern={0} - {1}
1435 ReplaceInvocationsRefactoring_cannot_find_method_declaration=Cannot find method declaration 1436 ReplaceInvocationsRefactoring_cannot_find_method_declaration=Cannot find method declaration
1436 ReplaceInvocationsRefactoring_descriptor_description_short=Replace invocations o f ''{0}'' 1437 ReplaceInvocationsRefactoring_descriptor_description_short=Replace invocations o f ''{0}''
1437 CreateCopyOfCompilationUnitChange_create_copy=Copy compilation unit ''{0}'' - {1 } 1438 CreateCopyOfCompilationUnitChange_create_copy=Copy compilation unit ''{0}'' - {1 }
1438 LoggedCreateTargetChange_change_name=Create move target 1439 LoggedCreateTargetChange_change_name=Create move target
1439 1440
1440 ClasspathChange_progress_message=Updating build path 1441 ClasspathChange_progress_message=Updating build path
1441 ClasspathChange_change_name=Updating build path 1442 ClasspathChange_change_name=Updating build path
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698