]> git.sesse.net Git - vlc/blob - extras/MacOSX/Resources/vlc.scriptTerminology
* commit the non-fixed nib to get a diff (work-around for a svn stupidity)
[vlc] / extras / MacOSX / Resources / vlc.scriptTerminology
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>Name</key>
6     <string>VLC suite</string>
7     <key>Description</key>
8     <string>VLC commands.</string>
9     <key>Commands</key>
10     <dict>
11         <key>OpenURL</key>
12         <dict>
13             <key>Name</key>
14             <string>OpenURL</string>
15             <key>Description</key>
16             <string>Open a URL</string>
17         </dict>
18         <key>GetURL</key>
19         <dict>
20             <key>Name</key>
21             <string>GetURL</string>
22             <key>Description</key>
23             <string>Get a URL</string>
24         </dict>
25         <key>play</key>
26         <dict>
27             <key>Name</key>
28             <string>play</string>
29             <key>Description</key>
30             <string>Start playing the current playlistitem or pause it when it is already playing.</string>
31         </dict>
32         <key>stop</key>
33         <dict>
34             <key>Name</key>
35             <string>stop</string>
36             <key>Description</key>
37             <string>Stop playing the current playlistitem</string>
38         </dict>
39         <key>previous</key>
40         <dict>
41             <key>Name</key>
42             <string>previous</string>
43             <key>Description</key>
44             <string>Go to the previous item in the playlist or the previous chapter in the DVD/VCD.</string>
45         </dict>
46         <key>next</key>
47         <dict>
48             <key>Name</key>
49             <string>next</string>
50             <key>Description</key>
51             <string>Go to the next item in the playlist or the next chapter in the DVD/VCD.</string>
52         </dict>
53         <key>fullscreen</key>
54         <dict>
55             <key>Name</key>
56             <string>fullscreen</string>
57             <key>Description</key>
58             <string>Toggle between fullscreen and windowed mode.</string>
59         </dict>
60         <key>mute</key>
61         <dict>
62             <key>Name</key>
63             <string>mute</string>
64             <key>Description</key>
65             <string>Mute the audio</string>
66         </dict>
67         <key>volumeUp</key>
68         <dict>
69             <key>Name</key>
70             <string>volumeUp</string>
71             <key>Description</key>
72             <string>Bring the volume up by one step. There are 32 steps from 0 to 400% volume.</string>
73         </dict>
74         <key>volumeDown</key>
75         <dict>
76             <key>Name</key>
77             <string>volumeDown</string>
78             <key>Description</key>
79             <string>Bring the volume down by one step. There are 32 steps from 0 to 400% volume.</string>
80         </dict>
81     </dict>
82 </dict>
83 </plist>