| OLD | NEW |
| 1 ######################################### | 1 ######################################### |
| 2 # Copyright (c) 2011, the Dart project authors | 2 # Copyright (c) 2011, the Dart project authors |
| 3 # All Rights Reserved. | 3 # All Rights Reserved. |
| 4 ######################################### | 4 ######################################### |
| 5 | 5 |
| 6 pluginName= Dart Editor UI | 6 pluginName= Dart Editor UI |
| 7 providerName= Dart | 7 providerName= Dart |
| 8 productName=Dart Editor | 8 productName=Dart Editor |
| 9 | 9 |
| 10 | 10 |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 | 537 |
| 538 category.refactoring.name=Refactor - Dart | 538 category.refactoring.name=Refactor - Dart |
| 539 category.refactoring.description=Dart Refactoring Actions | 539 category.refactoring.description=Dart Refactoring Actions |
| 540 category.source.name=Source | 540 category.source.name=Source |
| 541 category.source.description= Dart Source Actions | 541 category.source.description= Dart Source Actions |
| 542 | 542 |
| 543 context.editingJavaSource.name= Editing Dart Source | 543 context.editingJavaSource.name= Editing Dart Source |
| 544 context.editingJavaSource.description= Editing Dart Source Context | 544 context.editingJavaSource.description= Editing Dart Source Context |
| 545 | 545 |
| 546 #--- File menu | 546 #--- File menu |
| 547 Command.openFile.name= Open... | 547 Command.openFile.name= Open Folder... |
| 548 Command.openFile.description= Open a folder | 548 Command.openFile.description= Open a folder |
| 549 Command.openFolder.name= Open... | 549 Command.openFolder.name= Open Folder... |
| 550 Command.openFolder.description= Open a folder | 550 Command.openFolder.description= Open a folder |
| 551 Command.newFile.name= New File... | 551 Command.newFile.name= New File... |
| 552 Command.newFile.description= Create a new file | 552 Command.newFile.description= Create a new file |
| 553 Command.newApplication.name= New Application... | 553 Command.newApplication.name= New Application... |
| 554 Command.newApplication.description= Create a new application | 554 Command.newApplication.description= Create a new application |
| 555 | 555 |
| 556 #--- Edit menu | 556 #--- Edit menu |
| 557 ActionDefinition.show.outline.name= Quick Outline | 557 ActionDefinition.show.outline.name= Quick Outline |
| 558 ActionDefinition.show.outline.description= Show the quick outline for the editor
input | 558 ActionDefinition.show.outline.description= Show the quick outline for the editor
input |
| 559 | 559 |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 BaseWebBrowserLibrary = Web Browser Library | 1053 BaseWebBrowserLibrary = Web Browser Library |
| 1054 | 1054 |
| 1055 documentationProvider=Documentation Provider | 1055 documentationProvider=Documentation Provider |
| 1056 wizard.name.0 = Dart Source File | 1056 wizard.name.0 = Dart Source File |
| 1057 wizard.description.0 = Create a new Dart file | 1057 wizard.description.0 = Create a new Dart file |
| 1058 | 1058 |
| 1059 action.label.projectConvert=Convert to &Dart Project... | 1059 action.label.projectConvert=Convert to &Dart Project... |
| 1060 libraryViewName= Libraries | 1060 libraryViewName= Libraries |
| 1061 | 1061 |
| 1062 problemsViewName=Problems | 1062 problemsViewName=Problems |
| OLD | NEW |