| OLD | NEW |
| 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 providerName=dartlang.org | 6 providerName=dartlang.org |
| 7 pluginName=Dart Eclipse UI Plugin | 7 pluginName=Dart Eclipse UI |
| 8 | 8 |
| 9 dart.perspective.name=Dart | 9 dart.perspective.name=Dart |
| 10 dart.perspective.description=This perspective is designed to support Dart develo
pment. | 10 dart.perspective.description=This perspective is designed to support Dart develo
pment. |
| 11 | 11 |
| 12 dartPrefName=Dart | 12 dartPrefName=Dart |
| 13 dartFontsPrefName=Fonts | 13 dartFontsPrefName=Fonts |
| 14 dartKeysPrefName=Key Bindings | 14 dartKeysPrefName=Key Bindings |
| 15 analysisPrefName=Errors and Warnings | 15 analysisPrefName=Errors and Warnings |
| 16 debugPrefPageName=Run and Debug | 16 debugPrefPageName=Run and Debug |
| 17 sdkPrefPageName=SDK | 17 sdkPrefPageName=SDK |
| 18 | 18 |
| 19 command.cleanup.name=Cleanup... | 19 command.cleanup.name=Cleanup... |
| 20 command.openType.name=Open Type | 20 command.openType.name=Open Type |
| 21 command.openType.desc=Open the type selection dialog | 21 command.openType.desc=Open the type selection dialog |
| 22 action.openType.label=Open Type... | 22 action.openType.label=Open Type... |
| 23 action.sendFeedbackAction.label=Send Feedback about Dart... | 23 action.sendFeedbackAction.label=Send Feedback about Dart... |
| OLD | NEW |