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 | 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 dartHintsPrefName=Hints |
14 dartKeysPrefName=Key Bindings | 15 dartKeysPrefName=Key Bindings |
15 analysisPrefName=Errors and Warnings | 16 analysisPrefName=Errors and Warnings |
16 debugPrefPageName=Run and Debug | 17 debugPrefPageName=Run and Debug |
17 sdkPrefPageName=SDK | 18 sdkPrefPageName=SDK |
18 | 19 |
19 command.cleanup.name=Cleanup... | 20 command.cleanup.name=Cleanup... |
20 command.openType.name=Open Type | 21 command.openType.name=Open Type |
21 command.openType.desc=Open the type selection dialog | 22 command.openType.desc=Open the type selection dialog |
22 action.openType.label=Open Type... | 23 action.openType.label=Open Type... |
23 action.sendFeedbackAction.label=Send Feedback about Dart... | 24 action.sendFeedbackAction.label=Send Feedback about Dart... |
OLD | NEW |