]> git.sesse.net Git - vlc/commitdiff
* sorry, forgot that in the previous commit
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 28 Mar 2005 00:16:43 +0000 (00:16 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 28 Mar 2005 00:16:43 +0000 (00:16 +0000)
extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology [deleted file]

diff --git a/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology b/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
deleted file mode 100644 (file)
index 0e7835a..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-{
-    "Name" = "VLC suite";
-    "Description" = "VLC commands.";
-    
-    "Commands" = {
-        "OpenURL" = {
-            Name = "OpenURL"; 
-            Description = "Open a URL";
-        };
-        "GetURL" = {
-            Name = "GetURL";
-            Description = "Get a URL";
-        };
-        "play" = {
-            Name = "play";
-            Description = "Start playing the current playlistitem or pause it when it is already playing.";
-        };
-        "stop" = {
-            Name = "stop";
-            Description = "Stop playing the current playlistitem.";
-        };
-        "previous" = {
-            Name = "previous";
-            Description = "Go to the previous item in the playlist or the previous chapter in the DVD/VCD.";
-        };
-        "next" = {
-            Name = "next";
-            Description = "Go to the next item in the playlist or the next chapter in the DVD/VCD.";
-        };
-        "fullscreen" = {
-            Name = "fullscreen";
-            Description = "Toggle between fullscreen and windowed mode.";
-        };
-        "mute" = {
-            Name = "mute";
-            Description = "Mute the audio";
-        };
-        "volumeUp" = {
-            Name = "volumeUp";
-            Description = "Bring the volume up by one step. There are 32 steps from 0 to 100% volume.";
-        };
-        "volumeDown" = {
-            Name = "volumeDown";
-            Description = "Bring the volume down by one step. There are 32 steps from 0 to 100% volume.";
-        };
-    };
-}