| OLD | NEW |
| 1 ######################################### | 1 ######################################### |
| 2 # Copyright (c) 2011, 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 = Dart | 7 providerName = Dart |
| 8 | 8 |
| 9 dart.launch.config.client.name = Dart Client Application | 9 dart.launch.config.client.name = Dart Web Launch |
| 10 | 10 |
| 11 dart.launch.config.tab.main = Main | 11 dart.launch.config.tab.main = Main |
| 12 dart.launch.shortcut.label = Dart Client Application | 12 dart.launch.shortcut.label = Dart Web Launch |
| 13 | 13 |
| 14 dart.serverlaunch.shortcut.label = Dart Server Application | 14 dart.serverlaunch.shortcut.label = Dart Server Launch |
| 15 dart.chromelaunch.shortcut.label = Dart in Chrome | 15 dart.chromelaunch.shortcut.label = Dartium Launch |
| 16 | 16 |
| 17 debugPreferencePageName = Launch | 17 debugPreferencePageName = Launch |
| 18 | 18 |
| 19 toggleBreakpoints.label = Toggle Breakpoint | 19 toggleBreakpoints.label = Toggle Breakpoint |
| 20 enableBreakpoint.label = Enable Breakpoint | 20 enableBreakpoint.label = Enable Breakpoint |
| OLD | NEW |