Use TopfieldUSBEcode for received values too.
[MacTF.git] / English.lproj / com.noates.MacTF.mainWindow.plist
blob31a0bb80fa8d37d978b786de1d6cd2fc706752aa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>DefaultItems</key>
6 <array>
7 <string>ConnectTBIcon</string>
8 <string>NSToolbarSeparatorItem</string>
9 <string>UploadTBIcon</string>
10 <string>DownloadTBIcon</string>
11 <string>NSToolbarSeparatorItem</string>
12 <string>TurboTBIcon</string>
13 <string>NSToolbarSeparatorItem</string>
14 <string>DeleteTBIcon</string>
15 <string>RenameTBIcon</string>
16 <string>NewFolderTBIcon</string>
17 <string>NSToolbarFlexibleSpaceItem</string>
18 <string>PreviewTBIcon</string>
19 </array>
20 <key>Items</key>
21 <dict>
22 <key>ConnectTBIcon</key>
23 <dict>
24 <key>Action</key>
25 <string>connect:</string>
26 <key>Label</key>
27 <string>Connect</string>
28 <key>ToolTip</key>
29 <string>Connect to the Topfield.</string>
30 </dict>
31 <key>UploadTBIcon</key>
32 <dict>
33 <key>Action</key>
34 <string>uploadFile:</string>
35 <key>Label</key>
36 <string>Upload</string>
37 <key>ToolTip</key>
38 <string>Upload a file.</string>
39 </dict>
40 <key>DownloadTBIcon</key>
41 <dict>
42 <key>Action</key>
43 <string>downloadSelectedFile:</string>
44 <key>Label</key>
45 <string>Download</string>
46 <key>ToolTip</key>
47 <string>Download the selected file(s).</string>
48 </dict>
49 <key>DeleteTBIcon</key>
50 <dict>
51 <key>Action</key>
52 <string>deleteFile:</string>
53 <key>Label</key>
54 <string>Delete</string>
55 <key>ToolTip</key>
56 <string>Delete the selected item.</string>
57 </dict>
58 <key>TurboTBIcon</key>
59 <dict>
60 <key>Action</key>
61 <string>toggleTurboCB:</string>
62 <key>Label</key>
63 <string>Turbo</string>
64 <key>ToolTip</key>
65 <string>Toggle turbo mode. Turbo mode means the transfer occurs faster, however the Topfield will not respond to the remote or any timers during the transfer</string>
66 </dict>
67 <key>PreviewTBIcon</key>
68 <dict>
69 <key>Action</key>
70 <string>togglePreview:</string>
71 <key>Label</key>
72 <string>Preview</string>
73 <key>ToolTip</key>
74 <string>Toggles the preview display.</string>
75 </dict>
76 <key>RenameTBIcon</key>
77 <dict>
78 <key>Action</key>
79 <string>openRenameSheet:</string>
80 <key>Label</key>
81 <string>Rename</string>
82 <key>ToolTip</key>
83 <string>Rename the currently selected item.</string>
84 </dict>
85 <key>NewFolderTBIcon</key>
86 <dict>
87 <key>Action</key>
88 <string>openNewFolderSheet:</string>
89 <key>Label</key>
90 <string>New folder</string>
91 <key>ToolTip</key>
92 <string>Create a new folder.</string>
93 </dict>
94 <key>PrefsTBIcon</key>
95 <dict>
96 <key>Action</key>
97 <string>openPrefsSheet:</string>
98 <key>Label</key>
99 <string>Preferences</string>
100 <key>ToolTip</key>
101 <string>Change application preferences.</string>
102 </dict>
103 </dict>
104 </dict>
105 </plist>