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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartEditorMessages.properties

Issue 10703046: Issue 3753. Support for @deprecated annotation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Analyze for @deprecated all invocable elements Created 8 years, 5 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) 2012, the Dart project authors 2 # Copyright (c) 2012, the Dart project authors
3 # All Rights Reserved. 3 # All Rights Reserved.
4 ######################################### 4 #########################################
5 5
6 AddImportOnSelection_label=A&dd Import 6 AddImportOnSelection_label=A&dd Import
7 AddImportOnSelection_tooltip=Create Import Statement on Selection 7 AddImportOnSelection_tooltip=Create Import Statement on Selection
8 AddImportOnSelection_description=Create import statement on selection 8 AddImportOnSelection_description=Create import statement on selection
9 9
10 AddImportOnSelection_error_title=Add Import 10 AddImportOnSelection_error_title=Add Import
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 OverrideIndicatorManager_open_error_message= Could not open the super implementa tion. 91 OverrideIndicatorManager_open_error_message= Could not open the super implementa tion.
92 OverrideIndicatorManager_open_error_messageHasLogEntry= Could not open the super implementation.\nSee the error log for details. 92 OverrideIndicatorManager_open_error_messageHasLogEntry= Could not open the super implementation.\nSee the error log for details.
93 93
94 SemanticHighlighting_dynamicType = Dynamic type 94 SemanticHighlighting_dynamicType = Dynamic type
95 SemanticHighlighting_field= Fields 95 SemanticHighlighting_field= Fields
96 SemanticHighlighting_job= Semantic Highlighting Job 96 SemanticHighlighting_job= Semantic Highlighting Job
97 SemanticHighlighting_methodDeclaration= Function declarations 97 SemanticHighlighting_methodDeclaration= Function declarations
98 SemanticHighlighting_localVariableDeclaration= Local variable declarations 98 SemanticHighlighting_localVariableDeclaration= Local variable declarations
99 SemanticHighlighting_localVariable= Local variable references 99 SemanticHighlighting_localVariable= Local variable references
100 SemanticHighlighting_parameterVariable= Parameter variables 100 SemanticHighlighting_parameterVariable= Parameter variables
101 SemanticHighlighting_deprecatedMember= Deprecated members 101 SemanticHighlighting_deprecatedElement=Deprecated element
102 SemanticHighlighting_method= Functions 102 SemanticHighlighting_method= Functions
103 SemanticHighlighting_objectInitializer = Object initializer 103 SemanticHighlighting_objectInitializer = Object initializer
104 SemanticHighlighting_staticField = Static Fields 104 SemanticHighlighting_staticField = Static Fields
105 105
106 JavaEditor_markOccurrences_job_name= Occurrences Marker 106 JavaEditor_markOccurrences_job_name= Occurrences Marker
107 107
108 Editor_OpenPropertiesFile_error_keyNotFound= The key "{0}" is not defined in thi s properties file 108 Editor_OpenPropertiesFile_error_keyNotFound= The key "{0}" is not defined in thi s properties file
109 Editor_OpenPropertiesFile_error_fileNotFound_dialogMessage= Could not determine properties file 109 Editor_OpenPropertiesFile_error_fileNotFound_dialogMessage= Could not determine properties file
110 Editor_OpenPropertiesFile_error_openEditor_dialogMessage= Could not open the pro perties file editor for: {0} 110 Editor_OpenPropertiesFile_error_openEditor_dialogMessage= Could not open the pro perties file editor for: {0}
111 111
112 Editor_MoveLines_IllegalMove_status= Move not possible - Uncheck "Show Source of Selected Element Only" to see the entire document 112 Editor_MoveLines_IllegalMove_status= Move not possible - Uncheck "Show Source of Selected Element Only" to see the entire document
113 113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698