Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
1dee81d1
Commit
1dee81d1
authored
Mar 28, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sorry, forgot that in the previous commit
parent
a94ea06e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
47 deletions
+0
-47
extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
+0
-47
No files found.
extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
deleted
100644 → 0
View file @
a94ea06e
{
"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.";
};
};
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment