| 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 Editor UI | 6 pluginName= Dart Editor UI |
| 7 providerName= dartlang.org | 7 providerName= dartlang.org |
| 8 productName=Dart Editor | 8 productName=Dart Editor |
| 9 | 9 |
| 10 # any URL redirects must stay in these domains | 10 # any URL redirects must stay in these domains |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 context.editingJavaSource.name= Editing Dart Source | 503 context.editingJavaSource.name= Editing Dart Source |
| 504 context.editingJavaSource.description= Editing Dart Source Context | 504 context.editingJavaSource.description= Editing Dart Source Context |
| 505 | 505 |
| 506 #--- File menu | 506 #--- File menu |
| 507 Command.openFile.name= Open File... | 507 Command.openFile.name= Open File... |
| 508 Command.openFile.description= Open an existing file | 508 Command.openFile.description= Open an existing file |
| 509 Command.openFolder.name= Open Existing Folder... | 509 Command.openFolder.name= Open Existing Folder... |
| 510 Command.openFolder.description= Open an existing folder | 510 Command.openFolder.description= Open an existing folder |
| 511 Command.newFile.name= New File... | 511 Command.newFile.name= New File... |
| 512 Command.newFile.description= Create a new file | 512 Command.newFile.description= Create a new file |
| 513 Command.showInFinder.name= Show in Finder |
| 514 Command.showInFinder.description= Show current file in File Manager |
| 513 Command.newApplication.name= New Application... | 515 Command.newApplication.name= New Application... |
| 514 Command.newApplication.description= Create a new application | 516 Command.newApplication.description= Create a new application |
| 515 | 517 |
| 516 #--- Edit menu | 518 #--- Edit menu |
| 517 ActionDefinition.show.outline.name= Quick Outline | 519 ActionDefinition.show.outline.name= Quick Outline |
| 518 ActionDefinition.show.outline.description= Show the quick outline for the editor
input | 520 ActionDefinition.show.outline.description= Show the quick outline for the editor
input |
| 519 | 521 |
| 520 ActionDefinition.open.hierarchy.name= Quick Hierarchy | 522 ActionDefinition.open.hierarchy.name= Quick Hierarchy |
| 521 ActionDefinition.open.hierarchy.description= Show the quick hierarchy of the sel
ected element | 523 ActionDefinition.open.hierarchy.description= Show the quick hierarchy of the sel
ected element |
| 522 | 524 |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 | 1021 |
| 1020 BaseWebBrowserLibrary = Web Browser Library | 1022 BaseWebBrowserLibrary = Web Browser Library |
| 1021 | 1023 |
| 1022 documentationProvider=Documentation Provider | 1024 documentationProvider=Documentation Provider |
| 1023 wizard.name.0 = Dart Source File | 1025 wizard.name.0 = Dart Source File |
| 1024 wizard.description.0 = Create a new Dart file | 1026 wizard.description.0 = Create a new Dart file |
| 1025 | 1027 |
| 1026 action.label.projectConvert=Convert to &Dart Project... | 1028 action.label.projectConvert=Convert to &Dart Project... |
| 1027 libraryViewName= Libraries | 1029 libraryViewName= Libraries |
| 1028 | 1030 |
| OLD | NEW |