| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. | 1 # Copyright (c) 2011, the Dart project authors. |
| 2 | 2 |
| 3 OpenFile_taskName=Opening selected file... | 3 OpenFile_taskName=Opening selected file... |
| 4 | 4 |
| 5 # Copied from plugin.properties; keep these in sync | 5 # Copied from plugin.properties; keep these in sync |
| 6 OpenFile_label= Open... | 6 OpenFile_label= Open... |
| 7 OpenFile_description= Open a file and the application or library that contains i
t | 7 OpenFile_description= Open a file and the application or library that contains i
t |
| 8 OpenFile_errorMessage= Could not complete Open File operation |
| 9 OpenFile_errorFileNotInLibrary= Cannot open {0} as it is not part of a library.
Try creating a library and adding {0} to the library. |
| OLD | NEW |