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

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: Check target range 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 # Copyright (c) 2012, the Dart project authors. All Rights Reserved.
1 ############################################################################### 2 ###############################################################################
2 # Copyright (c) 2000, 2011 IBM Corporation and others. 3 # Copyright (c) 2000, 2011 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials 4 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0 5 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at 6 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html 7 # http://www.eclipse.org/legal/epl-v10.html
7 # 8 #
8 # Contributors: 9 # Contributors:
9 # IBM Corporation - initial API and implementation 10 # 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 11 # Benjamin Muskalla <bmuskalla@eclipsesource.com> - [extract method] Extract method and continue https://bugs.eclipse.org/bugs/show_bug.cgi?id=48056
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 # Rename type member 68 # Rename type member
68 RenameProcessor_enclosing_type_member_already_defined=Enclosing type ''{0}'' in ''{1}'' already declares member with name ''{2}'' 69 RenameProcessor_enclosing_type_member_already_defined=Enclosing type ''{0}'' in ''{1}'' already declares member with name ''{2}''
69 # Rename type parameter 70 # Rename type parameter
70 RenameTypeParameterProcessor_name=Rename Type Parameter 71 RenameTypeParameterProcessor_name=Rename Type Parameter
71 RenameTypeParameterProcessor_must_be_selected=A type parameter declaration or re ference must be selected to activate this refactoring 72 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 73 RenameTypeParameterProcessor_typeParameter_already_defined=Type parameter with n ame ''{0}'' already declared
73 # Rename type field 74 # Rename type field
74 RenameFieldProcessor_name=Rename Field 75 RenameFieldProcessor_name=Rename Field
75 # Rename type method 76 # Rename type method
76 RenameMethodProcessor_name=Rename Method 77 RenameMethodProcessor_name=Rename Method
78 RenameMethodProcessor_isCall=Method 'call' cannot be renamed
77 79
78 ################################################################################ ######### 80 ################################################################################ #########
79 # Extract local variable refactoring 81 # Extract local variable refactoring
80 ################################################################################ ######### 82 ################################################################################ #########
81 ExtractLocalRefactoring_name=Extract Local Variable 83 ExtractLocalRefactoring_name=Extract Local Variable
82 ExtractLocalRefactoring_select_expression=An expression must be selected to acti vate this refactoring. 84 ExtractLocalRefactoring_select_expression=An expression must be selected to acti vate this refactoring.
83 ExtractLocalRefactoring_checking_preconditions=Checking preconditions... 85 ExtractLocalRefactoring_checking_preconditions=Checking preconditions...
84 ExtractLocalRefactoring_declare_local_variable=Add variable declaration 86 ExtractLocalRefactoring_declare_local_variable=Add variable declaration
85 ExtractLocalRefactoring_replace=Replace expression with variable reference 87 ExtractLocalRefactoring_replace=Replace expression with variable reference
86 88
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 CompilationUnitChange_label=Create ''{0}'' - {1} 1434 CompilationUnitChange_label=Create ''{0}'' - {1}
1433 1435
1434 MultiStateCompilationUnitChange_name_pattern={0} - {1} 1436 MultiStateCompilationUnitChange_name_pattern={0} - {1}
1435 ReplaceInvocationsRefactoring_cannot_find_method_declaration=Cannot find method declaration 1437 ReplaceInvocationsRefactoring_cannot_find_method_declaration=Cannot find method declaration
1436 ReplaceInvocationsRefactoring_descriptor_description_short=Replace invocations o f ''{0}'' 1438 ReplaceInvocationsRefactoring_descriptor_description_short=Replace invocations o f ''{0}''
1437 CreateCopyOfCompilationUnitChange_create_copy=Copy compilation unit ''{0}'' - {1 } 1439 CreateCopyOfCompilationUnitChange_create_copy=Copy compilation unit ''{0}'' - {1 }
1438 LoggedCreateTargetChange_change_name=Create move target 1440 LoggedCreateTargetChange_change_name=Create move target
1439 1441
1440 ClasspathChange_progress_message=Updating build path 1442 ClasspathChange_progress_message=Updating build path
1441 ClasspathChange_change_name=Updating build path 1443 ClasspathChange_change_name=Updating build path
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698