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 UI for Eclipse |
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 = Dart JavaScript launch | 15 dart.clientlaunch.shortcut.label = Dart2js launch |
16 | 16 |
17 dart.launch.config.client.name = Dart JavaScript launch | 17 dart.launch.config.client.name = Dart2js launch |
18 | 18 |
19 debugPreferencePageName = Launch | 19 debugPreferencePageName = Launch |
20 | 20 |
21 toggleBreakpoints.label = Toggle Breakpoint | 21 toggleBreakpoints.label = Toggle Breakpoint |
22 enableBreakpoint.label = Enable Breakpoint | 22 enableBreakpoint.label = Enable Breakpoint |
23 | 23 |
24 runCommandName=Run | 24 runCommandName=Run |
25 runDescription=Run the last launch | 25 runDescription=Run the last launch |
26 runSelectionCommandName=Run selection | 26 runSelectionCommandName=Run selection |
27 runSelectionDescription=Run the selection | 27 runSelectionDescription=Run the selection |
(...skipping 15 matching lines...) Expand all Loading... |
43 editWatchExpressionAction.label=&Edit Watch Expression... | 43 editWatchExpressionAction.label=&Edit Watch Expression... |
44 editWatchExpressionAction.tooltip=Edit the selected watch expression | 44 editWatchExpressionAction.tooltip=Edit the selected watch expression |
45 | 45 |
46 enableWatchExpressionAction.label=Enable | 46 enableWatchExpressionAction.label=Enable |
47 enableWatchExpressionAction.tooltip=Enable watch expression | 47 enableWatchExpressionAction.tooltip=Enable watch expression |
48 | 48 |
49 disableWatchExpressionAction.label=Disable | 49 disableWatchExpressionAction.label=Disable |
50 disableWatchExpressionAction.tooltip=Disable watch expression | 50 disableWatchExpressionAction.tooltip=Disable watch expression |
51 | 51 |
52 | 52 |
OLD | NEW |