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 #search box labels | 6 #search box labels |
7 command.omnibox.description = Activate the Search Box | 7 command.omnibox.description = Activate the Search Box |
8 command.omnibox.name = Search Box | 8 command.omnibox.name = Search Box |
9 | 9 |
10 #editors | 10 #editors |
11 TextFileEditorName=Text Editor | 11 TextFileEditorName=Text Editor |
12 | 12 |
13 #views | 13 #views |
14 problemsViewName=Problems | 14 problemsViewName=Problems |
15 | 15 |
16 #perspective | 16 #perspective |
17 dart.perspective.name=Dart | 17 dart.perspective.name=Dart |
18 dart.perspective.description=This perspective is designed to support Dart develo
pment. | 18 dart.perspective.description=This perspective is designed to support Dart develo
pment. |
19 | 19 |
20 #preferences | 20 #preferences |
21 dartPrefName=Editor | 21 dartPrefName=Editor |
22 dartFontsPrefName=Fonts | 22 dartFontsPrefName=Fonts |
| 23 dartHintsPrefName=Hints |
23 dartKeysPrefName=Key Bindings | 24 dartKeysPrefName=Key Bindings |
24 analysisPrefName=Errors and Warnings | 25 analysisPrefName=Errors and Warnings |
25 debugPrefPageName=Run and Debug | 26 debugPrefPageName=Run and Debug |
26 updatePrefPageName=Update | 27 updatePrefPageName=Update |
27 | 28 |
28 #commands | 29 #commands |
29 runCommandName=Run | 30 runCommandName=Run |
30 runDescription=Run the last launch | 31 runDescription=Run the last launch |
OLD | NEW |