Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ######################################### | 1 ######################################### |
| 2 # Copyright (c) 2011, the Dart project authors | 2 # Copyright (c) 2011, the Dart project authors |
|
Brian Wilkerson
2012/06/14 15:03:21
nit: copyright year
| |
| 3 # All Rights Reserved. | 3 # All Rights Reserved. |
| 4 ######################################### | 4 ######################################### |
| 5 | 5 |
| 6 pluginName= Dart Editor UI | 6 pluginName= Dart Editor UI |
| 7 providerName= Dart | 7 providerName= Dart |
| 8 productName=Dart Editor | 8 productName=Dart Editor |
| 9 | 9 |
| 10 # any URL redirects must stay in these domains | 10 # any URL redirects must stay in these domains |
| 11 baseURLs = appspot.com, google.com | 11 baseURLs = appspot.com, google.com |
| 12 | 12 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 141 | 141 |
| 142 coloredLabels.counter.label=Colored labels - counter information | 142 coloredLabels.counter.label=Colored labels - counter information |
| 143 coloredLabels.counter.description=The color used to render to counter informatio n in labels when colored labels in Dart views are enabled. | 143 coloredLabels.counter.description=The color used to render to counter informatio n in labels when colored labels in Dart views are enabled. |
| 144 | 144 |
| 145 coloredLabels.inherited.label=Inherited members | 145 coloredLabels.inherited.label=Inherited members |
| 146 coloredLabels.inherited.description=The color used to render to inherited member s. | 146 coloredLabels.inherited.description=The color used to render to inherited member s. |
| 147 | 147 |
| 148 dartPrefName=Editor | 148 dartPrefName=Editor |
| 149 dartFontsPrefName=Fonts | 149 dartFontsPrefName=Fonts |
| 150 dartKeysPrefName=Key Bindings | 150 dartKeysPrefName=Key Bindings |
| 151 analysisPrefName=Analysis | |
| 151 organizeImportsPrefName=Organize Imports | 152 organizeImportsPrefName=Organize Imports |
| 152 typeFilterPrefName=Type Filters | 153 typeFilterPrefName=Type Filters |
| 153 cleanUpPrefName=Clean Up | 154 cleanUpPrefName=Clean Up |
| 154 codeFormatterPrefName=Formatter | 155 codeFormatterPrefName=Formatter |
| 155 classPathVarPrefName=Include Path Variables | 156 classPathVarPrefName=Include Path Variables |
| 156 userLibrariesPrefName=User Libraries | 157 userLibrariesPrefName=User Libraries |
| 157 editorPrefName=Editor | 158 editorPrefName=Editor |
| 158 compliancePrefName=Validator | 159 compliancePrefName=Validator |
| 159 problemSeveritiesPrefName=Errors/Warnings | 160 problemSeveritiesPrefName=Errors/Warnings |
| 160 javadocProblemsPrefName=Dart Doc | 161 javadocProblemsPrefName=Dart Doc |
| (...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1049 BaseWebBrowserLibrary = Web Browser Library | 1050 BaseWebBrowserLibrary = Web Browser Library |
| 1050 | 1051 |
| 1051 documentationProvider=Documentation Provider | 1052 documentationProvider=Documentation Provider |
| 1052 wizard.name.0 = Dart Source File | 1053 wizard.name.0 = Dart Source File |
| 1053 wizard.description.0 = Create a new Dart file | 1054 wizard.description.0 = Create a new Dart file |
| 1054 | 1055 |
| 1055 action.label.projectConvert=Convert to &Dart Project... | 1056 action.label.projectConvert=Convert to &Dart Project... |
| 1056 libraryViewName= Libraries | 1057 libraryViewName= Libraries |
| 1057 | 1058 |
| 1058 problemsViewName=Problems | 1059 problemsViewName=Problems |
| OLD | NEW |