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 pluginName = Dart Debug UI for Eclipse | 6 pluginName = Dart Debug |
7 providerName = dartlang.org | 7 providerName = dartlang.org |
8 | 8 |
9 | 9 |
10 | 10 |
11 dart.launch.config.tab.main = Main | 11 dart.launch.config.tab.main = Main |
12 | 12 |
13 dart.serverlaunch.shortcut.label = Dart Command-line launch | 13 dart.serverlaunch.shortcut.label = Dart Command-line launch |
14 dart.dartiumlaunch.shortcut.label = Dartium launch | 14 dart.dartiumlaunch.shortcut.label = Dartium launch |
15 dart.clientlaunch.shortcut.label = Dart2js launch | 15 dart.clientlaunch.shortcut.label = Dart2js launch |
16 dart.chromeApplaunch.shortcut.label = Chrome app launch | 16 dart.chromeApplaunch.shortcut.label = Chrome app launch |
(...skipping 27 matching lines...) Expand all Loading... |
44 editWatchExpressionAction.label=&Edit Watch Expression... | 44 editWatchExpressionAction.label=&Edit Watch Expression... |
45 editWatchExpressionAction.tooltip=Edit the selected watch expression | 45 editWatchExpressionAction.tooltip=Edit the selected watch expression |
46 | 46 |
47 enableWatchExpressionAction.label=Enable | 47 enableWatchExpressionAction.label=Enable |
48 enableWatchExpressionAction.tooltip=Enable watch expression | 48 enableWatchExpressionAction.tooltip=Enable watch expression |
49 | 49 |
50 disableWatchExpressionAction.label=Disable | 50 disableWatchExpressionAction.label=Disable |
51 disableWatchExpressionAction.tooltip=Disable watch expression | 51 disableWatchExpressionAction.tooltip=Disable watch expression |
52 | 52 |
53 | 53 |
OLD | NEW |