Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2013-10-30 17:31:48 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-11-04 01:25:47 +0400
commita8bf86077d12da62b202a70cfe1ab913d7e79a2e (patch)
tree98a09f2ee1f20c1830330fc6e83439e7dab5a7bc
parente5a49e4313c8870a86ac22a74c3b600f4f9f364a (diff)
Prepare for a new Slovenian translation.
-rw-r--r--Readme.md2
-rw-r--r--build.bat4
-rw-r--r--distrib/custom_messages.iss24
-rw-r--r--distrib/mpc-hc_setup.iss1
-rw-r--r--docs/Authors.txt1
-rw-r--r--docs/Changelog.txt1
-rw-r--r--docs/Readme.txt2
-rw-r--r--mpcresources.sln6
-rw-r--r--src/mpc-hc/mpcresources/mpcresources.vcxproj12
-rw-r--r--src/mpc-hc/mpcresources/mpcresources.vcxproj.filters3
-rw-r--r--src/mpc-hc/mpcresources/mplayerc.sl.rcbin0 -> 345252 bytes
-rw-r--r--src/mpc-hc/mpcresources/text/mplayerc.sl.rc.txt1897
-rw-r--r--src/mpc-hc/mplayerc.cpp1
-rw-r--r--src/mpc-hc/resource.h1
14 files changed, 1951 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index 7488d592e..9dc2b61ca 100644
--- a/Readme.md
+++ b/Readme.md
@@ -27,7 +27,7 @@ See [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.
* Multi-Monitor support
* Various [pixel shaders](http://en.wikipedia.org/wiki/Shader#Pixel_shaders)
* [Color management](http://en.wikipedia.org/wiki/Color_management)
-* 25 translations available
+* 27 translations available
## System Requirements:
diff --git a/build.bat b/build.bat
index 4a0a5a54f..863f8a6f1 100644
--- a/build.bat
+++ b/build.bat
@@ -286,8 +286,8 @@ IF %ERRORLEVEL% NEQ 0 EXIT /B
FOR %%G IN ("Armenian" "Basque" "Belarusian" "Catalan" "Chinese Simplified"
"Chinese Traditional" "Czech" "Dutch" "English (British)" "French" "German"
"Greek" "Hebrew" "Hungarian" "Italian" "Japanese" "Korean" "Polish"
- "Portuguese (Brazil)" "Romanian" "Russian" "Slovak" "Spanish" "Swedish"
- "Turkish" "Ukrainian"
+ "Portuguese (Brazil)" "Romanian" "Russian" "Slovak" "Slovenian" "Spanish"
+ "Swedish" "Turkish" "Ukrainian"
) DO (
TITLE Compiling mpcresources %COMPILER% - %%~G^|%1...
MSBuild.exe mpcresources.sln %MSBUILD_SWITCHES%^
diff --git a/distrib/custom_messages.iss b/distrib/custom_messages.iss
index 5409d8203..46995b702 100644
--- a/distrib/custom_messages.iss
+++ b/distrib/custom_messages.iss
@@ -124,6 +124,10 @@ sv.WinVersionTooLowError=[name] kräver Windows XP Service Pack 3 eller senare.
sk.WelcomeLabel2=This will install [name] on your computer.%n%nIt is recommended that you close all other applications before continuing.
sk.WinVersionTooLowError=[name] requires Windows XP Service Pack 3 or newer to run.
+; Slovenian
+sl.WelcomeLabel2=This will install [name] on your computer.%n%nIt is recommended that you close all other applications before continuing.
+sl.WinVersionTooLowError=[name] requires Windows XP Service Pack 3 or newer to run.
+
; Chinese Traditional
tc.WelcomeLabel2=這將會安裝 [name] 在你的電腦中。%n%n建議您關閉所有其它應用程序然後再繼續。
tc.WinVersionTooLowError=執行 [name] 需要 Windows XP Service Pack 3 或更新的版本。
@@ -624,6 +628,26 @@ sk.types_CustomInstallation=Vlastná inštalácia
sk.ViewChangelog=Zobraziť zoznam zmien
+; Slovenian
+sl.langid=00001060
+sl.comp_mpciconlib=Icon Library
+sl.comp_mpcresources=Translations
+sl.msg_DeleteSettings=Do you also want to delete MPC-HC settings?%n%nIf you plan on installing MPC-HC again then you do not have to delete them.
+sl.msg_SetupIsRunningWarning=MPC-HC setup is already running!
+#if defined(sse_required)
+sl.msg_simd_sse=This build of MPC-HC requires a CPU with SSE extension support.%n%nYour CPU does not have those capabilities.
+#elif defined(sse2_required)
+sl.msg_simd_sse2=This build of MPC-HC requires a CPU with SSE2 extension support.%n%nYour CPU does not have those capabilities.
+#endif
+sl.tsk_AllUsers=For all users
+sl.tsk_CurrentUser=For the current user only
+sl.tsk_Other=Other tasks:
+sl.tsk_ResetSettings=Reset settings
+sl.types_DefaultInstallation=Default installation
+sl.types_CustomInstallation=Custom installation
+sl.ViewChangelog=View Changelog
+
+
; Chinese Traditional
tc.langid=00003076
tc.comp_mpciconlib=圖示庫
diff --git a/distrib/mpc-hc_setup.iss b/distrib/mpc-hc_setup.iss
index 33b90011f..b7978cfe3 100644
--- a/distrib/mpc-hc_setup.iss
+++ b/distrib/mpc-hc_setup.iss
@@ -195,6 +195,7 @@ Name: ru; MessagesFile: compiler:Languages\Russian.isl
Name: sc; MessagesFile: Languages\ChineseSimplified.isl
Name: sv; MessagesFile: Languages\Swedish.isl
Name: sk; MessagesFile: Languages\Slovak.isl
+Name: sl; MessagesFile: compiler:Languages\Slovenian.isl
Name: tc; MessagesFile: Languages\ChineseTraditional.isl
Name: tr; MessagesFile: Languages\Turkish.isl
Name: ua; MessagesFile: compiler:Languages\Ukrainian.isl
diff --git a/docs/Authors.txt b/docs/Authors.txt
index aaff9aa22..4ec328a9b 100644
--- a/docs/Authors.txt
+++ b/docs/Authors.txt
@@ -65,6 +65,7 @@ Romanian Daniel Alămiță
Romanian lordkag <lordkag@users.sourceforge.net>
Russian YDY <ydy@users.sourceforge.net>
Slovak Marián Hikaník <mhikanik@users.sourceforge.net>
+Slovenian shvala <simon.hvala@hotmail.com>
Spanish SquallMX <squallmx@users.sourceforge.net>
Turkish Bosluk <bosluk@users.sourceforge.net>
Ukrainian arestarh <arestarh1986@users.sourceforge.net>
diff --git a/docs/Changelog.txt b/docs/Changelog.txt
index 879a9bc79..01c397433 100644
--- a/docs/Changelog.txt
+++ b/docs/Changelog.txt
@@ -13,6 +13,7 @@ next version - not released yet
+ Ticket #3548, Add British English translation
+ Ticket #3590, Internal filters: Support for HEVC and VP9
+ Ticket #3605, Support playlists using UTF8 encoding without BOM
++ Ticket #3643, Add Slovenian translation
* Updated VirtualDub to v1.10.4
* Updated Unrar to v5.0.0.12
* Updated Little CMS to v2.6b (git 69ecafd)
diff --git a/docs/Readme.txt b/docs/Readme.txt
index 51c3699ae..7bdde3e89 100644
--- a/docs/Readme.txt
+++ b/docs/Readme.txt
@@ -24,7 +24,7 @@ Main Features:
* Multi-Monitor support
* Various pixel shaders
* Color management
-* 26 translations available
+* 27 translations available
System Requirements:
diff --git a/mpcresources.sln b/mpcresources.sln
index 9a3f81826..7e6990b03 100644
--- a/mpcresources.sln
+++ b/mpcresources.sln
@@ -48,6 +48,8 @@ Global
Release Russian|x64 = Release Russian|x64
Release Slovak|Win32 = Release Slovak|Win32
Release Slovak|x64 = Release Slovak|x64
+ Release Slovenian|Win32 = Release Slovenian|Win32
+ Release Slovenian|x64 = Release Slovenian|x64
Release Spanish|Win32 = Release Spanish|Win32
Release Spanish|x64 = Release Spanish|x64
Release Swedish|Win32 = Release Swedish|Win32
@@ -146,6 +148,10 @@ Global
{A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Slovak|Win32.Build.0 = Release Slovak|Win32
{A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Slovak|x64.ActiveCfg = Release Slovak|x64
{A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Slovak|x64.Build.0 = Release Slovak|x64
+ {A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Slovenian|Win32.ActiveCfg = Release Slovenian|Win32
+ {A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Slovenian|Win32.Build.0 = Release Slovenian|Win32
+ {A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Slovenian|x64.ActiveCfg = Release Slovenian|x64
+ {A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Slovenian|x64.Build.0 = Release Slovenian|x64
{A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Spanish|Win32.ActiveCfg = Release Spanish|Win32
{A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Spanish|Win32.Build.0 = Release Spanish|Win32
{A57CBE1A-3703-4237-950A-FC5F594FDB43}.Release Spanish|x64.ActiveCfg = Release Spanish|x64
diff --git a/src/mpc-hc/mpcresources/mpcresources.vcxproj b/src/mpc-hc/mpcresources/mpcresources.vcxproj
index 1a8e016ca..d9763ced4 100644
--- a/src/mpc-hc/mpcresources/mpcresources.vcxproj
+++ b/src/mpc-hc/mpcresources/mpcresources.vcxproj
@@ -177,6 +177,14 @@
<Configuration>Release Slovak</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
+ <ProjectConfiguration Include="Release Slovenian|Win32">
+ <Configuration>Release Slovenian</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release Slovenian|x64">
+ <Configuration>Release Slovenian</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
<ProjectConfiguration Include="Release Spanish|Win32">
<Configuration>Release Spanish</Configuration>
<Platform>Win32</Platform>
@@ -259,6 +267,7 @@
<TargetName Condition="'$(Configuration)'=='Release Romanian'">$(ProjectName).ro</TargetName>
<TargetName Condition="'$(Configuration)'=='Release Russian'">$(ProjectName).ru</TargetName>
<TargetName Condition="'$(Configuration)'=='Release Slovak'">$(ProjectName).sk</TargetName>
+ <TargetName Condition="'$(Configuration)'=='Release Slovenian'">$(ProjectName).sl</TargetName>
<TargetName Condition="'$(Configuration)'=='Release Spanish'">$(ProjectName).es</TargetName>
<TargetName Condition="'$(Configuration)'=='Release Swedish'">$(ProjectName).sv</TargetName>
<TargetName Condition="'$(Configuration)'=='Release Turkish'">$(ProjectName).tr</TargetName>
@@ -342,6 +351,9 @@
<ResourceCompile Include="mplayerc.sk.rc">
<ExcludedFromBuild Condition="'$(Configuration)'!='Release Slovak'">true</ExcludedFromBuild>
</ResourceCompile>
+ <ResourceCompile Include="mplayerc.sl.rc">
+ <ExcludedFromBuild Condition="'$(Configuration)'!='Release Slovenian'">true</ExcludedFromBuild>
+ </ResourceCompile>
<ResourceCompile Include="mplayerc.sv.rc">
<ExcludedFromBuild Condition="'$(Configuration)'!='Release Swedish'">true</ExcludedFromBuild>
</ResourceCompile>
diff --git a/src/mpc-hc/mpcresources/mpcresources.vcxproj.filters b/src/mpc-hc/mpcresources/mpcresources.vcxproj.filters
index da1db941b..10d630fa1 100644
--- a/src/mpc-hc/mpcresources/mpcresources.vcxproj.filters
+++ b/src/mpc-hc/mpcresources/mpcresources.vcxproj.filters
@@ -77,6 +77,9 @@
<ResourceCompile Include="mplayerc.sk.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
+ <ResourceCompile Include="mplayerc.sl.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
<ResourceCompile Include="mplayerc.sv.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
diff --git a/src/mpc-hc/mpcresources/mplayerc.sl.rc b/src/mpc-hc/mpcresources/mplayerc.sl.rc
new file mode 100644
index 000000000..54c5308a3
--- /dev/null
+++ b/src/mpc-hc/mpcresources/mplayerc.sl.rc
Binary files differ
diff --git a/src/mpc-hc/mpcresources/text/mplayerc.sl.rc.txt b/src/mpc-hc/mpcresources/text/mplayerc.sl.rc.txt
new file mode 100644
index 000000000..37c64c4d5
--- /dev/null
+++ b/src/mpc-hc/mpcresources/text/mplayerc.sl.rc.txt
@@ -0,0 +1,1897 @@
+BEGIN DIALOGEX IDD_ABOUTBOX LINES 29
+3 "About"
+8 "Copyright © 2002-2013 see Authors.txt"
+11 "This program is freeware and released under the GNU General Public License."
+12 "English translation made by MPC-HC Team"
+13 "Build information"
+14 "Version:"
+16 "Compiler:"
+18 "LAV Filters:"
+19 "Not used"
+20 "Build date:"
+22 "Operating system"
+23 "Name:"
+25 "Version:"
+27 "Copy to clipboard"
+28 "OK"
+END
+
+BEGIN DIALOGEX IDD_ADDREGFILTER LINES 10
+3 "Select Filter"
+7 "Browse..."
+8 "OK"
+9 "Cancel"
+END
+
+BEGIN DIALOGEX IDD_AUTH_DLG LINES 15
+3 "Authentication needed"
+6 "OK"
+7 "Cancel"
+9 "Restricted area"
+10 "Username:"
+11 "Password:"
+14 "Remember my password"
+END
+
+BEGIN DIALOGEX IDD_CAPTURE_DLG LINES 41
+5 "Video"
+14 "Set"
+15 "Audio"
+19 "Output"
+20 "Record Video"
+21 "Preview"
+26 "Record Audio"
+27 "Preview"
+32 "V/A Buffers:"
+38 "Audio to wav"
+39 "Record"
+END
+
+BEGIN DIALOGEX IDD_FAVADD LINES 12
+3 "Add Favorite"
+6 "Choose a name for your shortcut:"
+8 "Remember position"
+9 "Cancel"
+10 "OK"
+11 "Relative drive"
+END
+
+BEGIN DIALOGEX IDD_FAVORGANIZE LINES 13
+3 "Organize Favorites"
+8 "Rename"
+9 "Move Up"
+10 "Move Down"
+11 "Delete"
+12 "OK"
+END
+
+BEGIN DIALOGEX IDD_FILEPROPCLIP LINES 22
+8 "Clip:"
+10 "Author:"
+12 "Copyright:"
+14 "Rating:"
+17 "Location:"
+20 "Description:"
+END
+
+BEGIN DIALOGEX IDD_FILEPROPDETAILS LINES 20
+8 "Type:"
+10 "Size:"
+12 "Media length:"
+14 "Video size:"
+16 "Created:"
+END
+
+BEGIN DIALOGEX IDD_FILEPROPRES LINES 10
+8 "Save As..."
+END
+
+BEGIN DIALOGEX IDD_GOTO_DLG LINES 14
+3 "Go To..."
+6 "Enter a timecode using the format [hh:]mm:ss.ms to jump to a specified time. You do not need to enter the separators explicitly."
+7 "Time"
+9 "Go!"
+10 "Enter two numbers to jump to a specified frame, the first is the frame number, the second is the frame rate."
+11 "Frame"
+13 "Go!"
+END
+
+BEGIN DIALOGEX IDD_MEDIATYPES_DLG LINES 12
+4 "Warning"
+7 "MPC-HC could not render some of the pins in the graph, you may not have the needed codecs or filters installed on the system."
+8 "The following pin(s) failed to find a connectable filter:"
+11 "Close"
+END
+
+BEGIN DIALOGEX IDD_NAVIGATION_DLG LINES 9
+6 "Info"
+7 "Scan"
+END
+
+BEGIN DIALOGEX IDD_OPEN_DLG LINES 17
+3 "Open"
+7 "Type the address of a movie or audio file (on the Internet or your computer) and the player will open it for you."
+8 "Open:"
+10 "Browse..."
+11 "Dub:"
+13 "Browse..."
+14 "OK"
+15 "Cancel"
+16 "Add to playlist without opening"
+END
+
+BEGIN DIALOGEX IDD_PNSPRESET_DLG LINES 22
+3 "Pan&Scan Presets"
+12 "New"
+13 "Delete"
+14 "Up"
+15 "Down"
+16 "&Set"
+18 "&Cancel"
+19 "&Save"
+20 "Pos: 0.0 -> 1.0"
+21 "Zoom: 0.2 -> 3.0"
+END
+
+BEGIN DIALOGEX IDD_PPAGEACCELTBL LINES 15
+7 "WinLIRC:"
+10 "uICE:"
+12 "Global Media Keys"
+13 "Select All"
+14 "Reset Selected"
+END
+
+BEGIN DIALOGEX IDD_PPAGEAUDIOSWITCHER LINES 28
+5 "Enable built-in audio switcher filter (requires restart)"
+9 "Normalize"
+10 "Max amplification:"
+14 "Regain volume"
+15 "Boost:"
+17 "Down-sample to 44100 Hz"
+18 "Audio time shift (ms):"
+21 "Enable custom channel mapping"
+22 "Speaker configuration for "
+25 "input channels:"
+27 "Hold shift for immediate changes when clicking something "
+END
+
+BEGIN DIALOGEX IDD_PPAGECAPTURE LINES 28
+5 "Default Device"
+6 "Analog"
+7 "Digital"
+8 "Analog settings"
+9 "Video"
+11 "Audio"
+13 "Country"
+15 "Digital settings (BDA)"
+16 "Network Provider"
+18 "Tuner"
+20 "Receiver"
+22 "Channel switching approach:"
+24 "Rebuild filter graph"
+26 "Stop filter graph"
+END
+
+BEGIN DIALOGEX IDD_PPAGEDVD LINES 18
+5 """Open DVD/BD"" behavior"
+6 "Prompt for location"
+7 "Always open the default location:"
+10 "Preferred language for DVD Navigator and the external OGM Splitter"
+11 "Menu"
+12 "Audio"
+13 "Subtitles"
+15 "Additional settings"
+16 "Allow closed captions in ""Line 21 Decoder"""
+END
+
+BEGIN DIALOGEX IDD_PPAGEEXTERNALFILTERS LINES 20
+6 "Add Filter..."
+7 "Remove"
+8 "Prefer"
+9 "Block"
+10 "Set merit:"
+12 "Up"
+13 "Down"
+16 "Add Media Type..."
+17 "Add Sub Type..."
+18 "Delete"
+19 "Reset List"
+END
+
+BEGIN DIALOGEX IDD_PPAGEFORMATS LINES 31
+5 "File extensions"
+8 "Default"
+9 "Set"
+10 "Windows 8 or later"
+11 "&Set default programs"
+12 "Association"
+13 "&Video"
+14 "A&udio"
+15 "A&ll"
+16 "With icons"
+17 "&Modify"
+18 "Real-Time Streaming Protocol handler (for rtsp://... URLs)"
+19 "RealMedia"
+20 "QuickTime"
+21 "DirectShow"
+22 "Check file extension first"
+23 "Explorer Context Menu"
+24 "Directory"
+25 "File(s)"
+26 "Autoplay"
+27 "Video"
+28 "Music"
+29 "DVD"
+30 "Audio CD"
+END
+
+BEGIN DIALOGEX IDD_PPAGEFULLSCREEN LINES 27
+5 "Launch files in fullscreen"
+6 "Show controls in fullscreen for"
+9 "sec(s)"
+10 "0: auto-hide; -1: don't hide"
+11 "Exit fullscreen at the end of playback"
+13 "Fullscreen monitor"
+16 "Use autochange fullscreen monitor mode"
+19 "Add"
+20 "Del"
+21 "Up"
+22 "Down"
+23 "Apply default monitor mode on fullscreen exit"
+25 "Restore resolution on program exit"
+END
+
+BEGIN DIALOGEX IDD_PPAGEINTERNALFILTERS LINES 14
+5 "If you would like to use the stand-alone versions of these filters or another replacement, disable them here."
+6 "Source Filters"
+8 "Transform Filters"
+10 "Internal LAV Filters settings"
+11 "Splitter"
+12 "Video decoder"
+13 "Audio decoder"
+END
+
+BEGIN DIALOGEX IDD_PPAGELOGO LINES 12
+6 "Internal:"
+7 "External:"
+11 "Browse..."
+END
+
+BEGIN DIALOGEX IDD_PPAGEMISC LINES 29
+5 "Color controls (for VMR-9, EVR and madVR)"
+6 "Brightness"
+7 "Contrast"
+8 "Hue"
+9 "Saturation"
+18 "Reset"
+19 "Update check"
+20 "Enable automatic update check"
+21 "Delay between each check:"
+24 "day(s)"
+25 "Settings management"
+26 "Reset"
+27 "Export"
+28 "Export keys"
+END
+
+BEGIN DIALOGEX IDD_PPAGEOUTPUT LINES 47
+5 "DirectShow Video"
+7 "RealMedia Video"
+9 "QuickTime Video"
+11 "Audio Renderer"
+13 "VMR-7/VMR-9 (renderless) and EVR (CP) settings"
+14 "Surface:"
+16 "Resizer:"
+18 "Select D3D9 Render Device"
+20 "Reinitialize when changing display"
+22 "D3D Fullscreen"
+23 "Alternative VSync"
+24 "VMR-9 Mixer Mode"
+25 "YUV Mixing"
+26 "EVR Buffers:"
+28 "DXVA"
+30 "Subtitles *"
+32 "Screenshot"
+34 "Shaders"
+36 "Rotation"
+38 "Subtitles *"
+40 "Screenshot"
+42 "Subtitles *"
+44 "Screenshot"
+46 "* External filters (such as VSFilter) can display subtitles on all renderers."
+END
+
+BEGIN DIALOGEX IDD_PPAGEPLAYBACK LINES 48
+5 "Audio"
+6 "Volume"
+7 "Min"
+9 "Max"
+10 "Balance"
+11 "L"
+13 "R"
+14 "Playback"
+15 "Play"
+16 "Repeat forever"
+18 "time(s)"
+19 "Rewind when done playing"
+20 "Output"
+21 "Auto-zoom:"
+23 "Auto fit factor:"
+27 "Default track preference"
+28 "Subtitles:"
+30 "Audio:"
+32 "Allow overriding external splitter choice"
+33 "Open settings"
+34 "Use worker thread to construct the filter graph"
+36 "Report pins which fail to render"
+37 "Auto-load audio files"
+38 "Auto-load subtitles"
+39 "Control"
+40 "Volume step:"
+44 "Speed step:"
+END
+
+BEGIN DIALOGEX IDD_PPAGEPLAYER LINES 34
+5 "Open options"
+6 "Use the same player for each media file"
+9 "Open a new player for each media file played"
+12 "Title bar"
+13 "Display full path"
+14 "File name only"
+15 "Don't prefix anything"
+16 "Replace file name with title"
+17 "Other"
+18 "Tray icon"
+19 "Show OSD (requires restart)"
+20 "Limit window proportions on resize"
+21 "Snap to desktop edges"
+22 "Store settings to .ini file"
+23 "Disable ""Open Disc"" menu"
+24 "Process priority above normal"
+25 "History"
+26 "Keep history of recently opened files"
+28 "Remember DVD position"
+29 "Remember File position"
+30 "Remember last playlist"
+31 "Remember last window position"
+32 "Remember last window size"
+33 "Remember last Pan-n-Scan Zoom"
+END
+
+BEGIN DIALOGEX IDD_PPAGESUBMISC LINES 18
+5 "Prefer forced and/or default subtitles tracks"
+7 "Prefer external subtitles over embedded subtitles"
+9 "Ignore embedded subtitles"
+10 "Autoload paths"
+12 "Reset"
+13 "Online database"
+14 "Base URL of the online subtitle database:"
+17 "Test"
+END
+
+BEGIN DIALOGEX IDD_PPAGESUBSTYLE LINES 69
+5 "Font"
+6 "Font"
+8 "Spacing"
+11 "Angle (z,°)"
+14 "Scale (x,%)"
+17 "Scale (y,%)"
+20 "Border Style"
+21 "Outline"
+22 "Opaque box"
+23 "Border width"
+26 "Shadow depth"
+29 "Screen Alignment && Margins"
+39 "Left"
+42 "Right"
+45 "Top"
+48 "Bottom"
+51 "Position subtitles relative to the video frame"
+53 "Colors && Transparency"
+56 "Primary"
+59 "Secondary"
+62 "Outline"
+65 "Shadow"
+68 "Link alpha channels"
+END
+
+BEGIN DIALOGEX IDD_PPAGESUBTITLES LINES 29
+6 "Override placement"
+7 "Horizontal:"
+11 "Vertical:"
+15 "Delay interval"
+17 "ms"
+18 "Texture settings (open the video again to see the changes)"
+19 "Sub pictures to buffer:"
+22 "Maximum texture resolution:"
+24 "Allow animation when buffering"
+26 "Round up to power of two"
+27 "Warning"
+28 "If you override and enable full-screen antialiasing somewhere at your videocard's settings, subtitles aren't going to look any better but it will surely eat your cpu."
+END
+
+BEGIN DIALOGEX IDD_PPAGESYNC LINES 25
+6 "Sync video to display"
+7 "Frequency adjustment:"
+9 "Sync display to video"
+10 "Frequency adjustment:"
+12 "lines"
+14 "columns"
+15 "Present at nearest VSync"
+17 "Target sync offset:"
+19 "ms"
+20 "Control limits:"
+23 "ms"
+24 "Changes take effect after the playback has been closed and restarted."
+END
+
+BEGIN DIALOGEX IDD_PPAGETWEAKS LINES 27
+5 "Jump distances (small, medium, large in ms)"
+9 "Default"
+10 "Fast seek (on keyframe)"
+12 "Show chapter marks in seek bar"
+13 "Display ""Now Playing"" information in Skype's mood message"
+15 "Prevent minimizing the player when in fullscreen on a non default monitor"
+17 "Use Windows 7 Taskbar features"
+18 "Open next/previous file in folder on ""Skip back/forward"" when there is only one item in playlist"
+20 "Use time tooltip:"
+22 "OSD font:"
+25 "Enable Logitech LCD support (experimental)"
+END
+
+BEGIN DIALOGEX IDD_PPAGEWEBSERVER LINES 21
+5 "Listen on port:"
+7 "Launch in web browser..."
+9 "Enable compression"
+10 "Allow access from localhost only"
+11 "Print debug information"
+13 "Serve pages from:"
+15 "Browse..."
+16 "Deploy..."
+17 "Default page:"
+19 "CGI handlers: (.ext1=path1;.ext2=path2;...)"
+END
+
+BEGIN DIALOGEX IDD_SAVESUBTITLESFILEDIALOGTEMPL LINES 11
+5 "Encoding:"
+9 "Delay:"
+10 "ms"
+END
+
+BEGIN DIALOGEX IDD_SAVETEXTFILEDIALOGTEMPL LINES 7
+5 "Encoding:"
+END
+
+BEGIN DIALOGEX IDD_SAVETHUMBSDIALOGTEMPL LINES 16
+5 "Thumbnails:"
+10 "rows"
+11 "columns"
+14 "Image width:"
+15 "pixels"
+END
+
+BEGIN DIALOGEX IDD_SAVE_DLG LINES 11
+3 "Saving..."
+10 "Cancel"
+END
+
+BEGIN DIALOGEX IDD_SELECTMEDIATYPE LINES 9
+3 "Select Media Type"
+7 "OK"
+8 "Cancel"
+END
+
+BEGIN DIALOGEX IDD_SHADERCOMBINE_DLG LINES 18
+3 "Shader Combiner"
+7 "OK"
+8 "Cancel"
+9 "Move &Up"
+10 "Move &Down"
+11 "&Remove"
+14 "&Add"
+16 "Enable pre-resize pixel shaders"
+17 "Enable post-resize pixel shaders"
+END
+
+BEGIN DIALOGEX IDD_SHADEREDITOR_DLG LINES 10
+9 "Delete"
+END
+
+BEGIN DIALOGEX IDD_SUBTITLEDL_DLG LINES 9
+3 "Subtitles available online"
+6 "Download && Open"
+8 "Replace currently loaded subtitles"
+END
+
+BEGIN DIALOGEX IDD_TUNER_SCAN LINES 25
+3 "Tuner scan"
+6 "Start"
+7 "Cancel"
+13 "Freq. Start"
+15 "Bandwidth"
+17 "Freq. End"
+18 "Ignore encrypted channels"
+20 "Save"
+21 "F"
+22 "Q"
+23 "Use an offset"
+END
+
+BEGIN DIALOGEX IDD_UPDATE_DIALOG LINES 11
+3 "Update Checker"
+8 "&Download now"
+9 "Remind me &later"
+10 "&Ignore this update"
+END
+
+BEGIN MENU IDR_MAINFRAME LINES 244
+3 "&File"
+5 "&Quick Open File...\tCtrl+Q"
+7 "&Open File...\tCtrl+O"
+8 "Open &DVD/BD...\tCtrl+D"
+9 "Open De&vice...\tCtrl+V"
+10 "Open Dir&ectory..."
+11 "O&pen Disc"
+12 "Recent &Files"
+13 "&Close\tCtrl+C"
+15 "&Save a Copy..."
+16 "Save &Image..."
+17 "Save &Thumbnails..."
+19 "&Load Subtitle...\tCtrl+L"
+20 "Save S&ubtitle...\tCtrl+S"
+21 "Subtitle Data&base"
+23 "&Search..."
+24 "&Upload..."
+25 "&Download..."
+28 "P&roperties"
+30 "E&xit\tAlt+X"
+32 "&View"
+34 "Caption&&Menu\tCtrl+0"
+35 "See&k Bar\tCtrl+1"
+36 "&Controls\tCtrl+2"
+37 "&Information\tCtrl+3"
+38 "&Statistics\tCtrl+4"
+39 "St&atus\tCtrl+5"
+40 "Su&bresync\tCtrl+6"
+41 "Pla&ylist\tCtrl+7"
+42 "Captu&re\tCtrl+8"
+43 "S&hader Editor\tCtrl+9"
+44 "Na&vigation"
+45 "&Presets..."
+47 "&Minimal"
+48 "&Compact"
+49 "&Normal"
+52 "F&ull Screen\tAlt+Enter"
+53 "&Zoom"
+55 "&50%\tAlt+1"
+56 "&100%\tAlt+2"
+57 "&200%\tAlt+3"
+58 "Auto &Fit\tAlt+4"
+59 "Auto Fit (&Larger Only)\tAlt+5"
+62 "&Language"
+64 "R&enderer Settings"
+66 "&Tearing Test\tCtrl+T"
+67 "&Display Stats\tCtrl+J"
+68 "&Remaining Time\tCtrl+I"
+70 "&Output Range"
+75 "&Presentation"
+77 "D3D Fullscreen &Mode"
+78 "D3D Fullscreen &GUI Support"
+79 "10-bit &RGB Output"
+80 "Force 10-bit RGB &Input"
+81 "&Full Floating Point Processing"
+82 "&Half Floating Point Processing"
+83 "Disable desktop composition (&Aero)"
+84 "Enable Frame Time &Correction\tC"
+86 "&Color Management"
+88 "&Enable"
+89 "&Input Type"
+91 "&Auto-Detect"
+92 "&HDTV"
+93 "SDTV &NTSC"
+94 "SDTV &PAL"
+96 "Ambient &Light"
+98 "&Bright (2.2 Gamma)"
+99 "&Dim (2.35 Gamma)"
+100 "D&ark (2.4 Gamma)"
+102 "&Rendering Intent"
+104 "&Perceptual"
+105 "&Relative Colorimetric"
+106 "&Saturation"
+107 "&Absolute Colorimetric"
+110 "&VSync"
+112 "&VSync\tV"
+113 "&Accurate VSync\tAlt+V"
+114 "A&lternative VSync"
+116 "&Decrease VSync Offset\tCtrl+Alt+Up"
+117 "&Increase VSync Offset\tCtrl+Alt+Down"
+119 "&GPU Control"
+121 "Flush GPU &before VSync"
+122 "Flush GPU &after Present"
+123 "&Wait for flushes"
+125 "R&eset"
+127 "Reset to &default renderer settings"
+128 "Reset to &optimal renderer settings"
+131 "Video &Frame"
+133 "&Half Size"
+134 "&Normal Size"
+135 "&Double Size"
+136 "&Stretch To Window"
+137 "Touch Window From &Inside"
+138 "Zoom &1"
+139 "Zoom &2"
+140 "Touch Window From &Outside"
+142 "&Keep Aspect Ratio"
+143 "Override &Aspect Ratio"
+145 "&Default"
+152 "&Correct Monitor/Desktop AR Diff"
+154 "Pa&n&&Scan"
+156 "&Increase Size\tNumpad 9"
+157 "&Decrease Size\tNumpad 1"
+158 "I&ncrease Width\tNumpad 6"
+159 "D&ecrease Width\tNumpad 4"
+160 "In&crease Height\tNumpad 8"
+161 "Decre&ase Height\tNumpad 2"
+163 "Move &Right\tCtrl+Numpad 6"
+164 "Move &Left\tCtrl+Numpad 4"
+165 "Move &Up\tCtrl+Numpad 8"
+166 "Move &Down\tCtrl+Numpad 2"
+167 "Cen&ter\tCtrl+Numpad 5"
+169 "Re&set\tNumpad 5"
+172 "On &Top"
+174 "&Default"
+175 "&Always"
+176 "While &Playing"
+177 "While Playing &Video"
+179 "&Options..."
+181 "&Play"
+183 "&Play/Pause\tSpace"
+184 "&Stop\tPeriod"
+185 "F&rame Step\tRight"
+187 "&Decrease Rate\tCtrl+Down"
+188 "&Increase Rate\tCtrl+Up"
+189 "R&eset Rate\tCtrl+R"
+191 "&Filters"
+192 "S&haders"
+194 "&Audio"
+195 "Su&btitles"
+196 "&Video Stream"
+198 "&Volume"
+200 "&Up\tUp Arrow"
+201 "&Down\tDown Arrow"
+202 "&Mute\tCtrl+M"
+204 "Af&ter Playback"
+206 "--------- Once ---------"
+207 "&Exit"
+208 "&Stand By"
+209 "&Hibernate"
+210 "Shut&down"
+211 "Log &Off"
+212 "&Lock"
+213 "------ Every time ------"
+214 "E&xit"
+215 "Do &Nothing"
+216 "Play next in the &folder"
+219 "&Navigate"
+221 "&Previous\tPage Up"
+222 "&Next\tPage Down"
+223 "&Go To...\tCtrl+G"
+224 "&Jump To..."
+226 "&Title Menu\tAlt+T"
+227 "&Root Menu\tAlt+R"
+228 "&Subtitle Menu"
+229 "&Audio Menu"
+230 "An&gle Menu"
+231 "&Chapter Menu"
+233 "F&avorites"
+234 "&Help"
+236 "&Home Page"
+237 "Check for &updates"
+238 "&Command Line Switches"
+239 "Download &Toolbar Images"
+240 "&Donate"
+242 "&About..."
+END
+
+BEGIN MENU IDR_POPUP LINES 234
+5 "&File"
+7 "&Quick Open File...\tCtrl+Q"
+9 "&Open File...\tCtrl+O"
+10 "Open &DVD/BD...\tCtrl+D"
+11 "Open De&vice...\tCtrl+V"
+12 "Open Dir&ectory..."
+13 "O&pen Disc"
+14 "Recent &Files"
+15 "&Close\tCtrl+C"
+17 "&Save a Copy..."
+18 "Save &Image..."
+19 "Save &Thumbnails..."
+21 "&Load Subtitle...\tCtrl+L"
+22 "Save S&ubtitle...\tCtrl+S"
+23 "Subtitle Data&base"
+25 "&Search..."
+26 "&Upload..."
+27 "&Download..."
+30 "P&roperties"
+32 "E&xit\tAlt+X"
+35 "&Play/Pause"
+36 "&Stop"
+38 "F&ull Screen"
+39 "&Zoom"
+41 "&50%\tAlt+1"
+42 "&100%\tAlt+2"
+43 "&200%\tAlt+3"
+44 "Auto &Fit\tAlt+4"
+45 "Auto Fit (&Larger Only)\tAlt+5"
+48 "&Video Frame"
+50 "&Half Size"
+51 "&Normal Size"
+52 "&Double Size"
+53 "&Stretch To Window"
+54 "Touch Window From &Inside"
+55 "Zoom &1"
+56 "Zoom &2"
+57 "Touch Window From &Outside"
+59 "&Keep Aspect Ratio"
+60 "O&verride Aspect Ratio"
+62 "&Default"
+69 "&Correct Monitor/Desktop AR Diff"
+71 "Pa&n&&Scan"
+73 "&Increase Size\tNumpad 9"
+74 "&Decrease Size\tNumpad 1"
+75 "I&ncrease Width\tNumpad 6"
+76 "D&ecrease Width\tNumpad 4"
+77 "In&crease Height\tNumpad 8"
+78 "Decre&ase Height\tNumpad 2"
+80 "Move &Right\tCtrl+Numpad 6"
+81 "Move &Left\tCtrl+Numpad 4"
+82 "Move &Up\tCtrl+Numpad 8"
+83 "Move &Down\tCtrl+Numpad 2"
+84 "Cen&ter\tCtrl+Numpad 5"
+86 "Re&set\tNumpad 5"
+89 "&Navigate"
+91 "&Previous\tPage Up"
+92 "&Next\tPage Down"
+93 "&Go To...\tCtrl+G"
+94 "&Jump To..."
+96 "&Title Menu"
+97 "&Root Menu"
+98 "&Subtitle Menu"
+99 "&Audio Menu"
+100 "An&gle Menu"
+101 "&Chapter Menu"
+103 "&Favorites"
+105 "F&ilters"
+106 "S&haders"
+108 "&Audio"
+109 "Su&btitles"
+110 "&Video Stream"
+112 "&Volume"
+114 "&Up\tUp Arrow"
+115 "&Down\tDown Arrow"
+116 "&Mute\tCtrl+M"
+118 "Af&ter Playback"
+120 "--------- Once ---------"
+121 "&Exit"
+122 "&Stand By"
+123 "&Hibernate"
+124 "Shut&down"
+125 "Log &Off"
+126 "&Lock"
+127 "------ Every time ------"
+128 "E&xit"
+129 "Do &Nothing"
+130 "Play next in the &folder"
+133 "Vi&ew"
+135 "On &Top"
+137 "&Default"
+138 "&Always"
+139 "While &Playing"
+140 "While Playing &Video"
+143 "Caption&&Menu"
+144 "See&k Bar"
+145 "&Controls"
+146 "&Information"
+147 "&Statistics"
+148 "St&atus"
+149 "Su&bresync"
+150 "Pla&ylist"
+151 "Captu&re"
+152 "S&hader Editor"
+153 "Na&vigation"
+154 "&Language"
+155 "&Presets..."
+157 "&Minimal"
+158 "&Compact"
+159 "&Normal"
+162 "R&enderer Settings"
+164 "&Tearing Test\tCtrl+T"
+165 "&Display Stats\tCtrl+J"
+166 "&Remaining Time\tCtrl+I"
+168 "&Output Range"
+173 "&Presentation"
+175 "D3D Fullscreen &Mode"
+176 "D3D Fullscreen &GUI Support"
+177 "10-bit &RGB Output"
+178 "Force 10-bit RGB &Input"
+179 "&Full Floating Point Processing"
+180 "&Half Floating Point Processing"
+181 "Disable desktop composition (&Aero)"
+182 "Enable Frame Time &Correction\tC"
+184 "&Color Management"
+186 "&Enable"
+187 "&Input Type"
+189 "&Auto-Detect"
+190 "&HDTV"
+191 "SDTV &NTSC"
+192 "SDTV &PAL"
+194 "Ambient &Light"
+196 "&Bright (2.2 Gamma)"
+197 "&Dim (2.35 Gamma)"
+198 "&Dark (2.4 Gamma)"
+200 "&Rendering Intent"
+202 "&Perceptual"
+203 "&Relative Colorimetric"
+204 "&Saturation"
+205 "&Absolute Colorimetric"
+208 "&VSync"
+210 "&VSync\tV"
+211 "&Accurate VSync\tAlt+V"
+212 "A&lternative VSync"
+214 "&Decrease VSync Offset\tCtrl+Alt+Up"
+215 "&Increase VSync Offset\tCtrl+Alt+Down"
+217 "&GPU Control"
+219 "Flush GPU &before VSync"
+220 "Flush GPU &after Present"
+221 "&Wait for flushes"
+223 "R&eset"
+225 "Reset to &default renderer settings"
+226 "Reset to &optimal renderer settings"
+229 "P&roperties"
+230 "&Options..."
+232 "E&xit\tAlt+X"
+END
+
+BEGIN MENU IDR_POPUPMAIN LINES 316
+5 "&File"
+7 "&Quick Open File...\tCtrl+Q"
+9 "&Open File...\tCtrl+O"
+10 "Open &DVD/BD...\tCtrl+D"
+11 "Open De&vice...\tCtrl+V"
+12 "Open Dir&ectory..."
+13 "O&pen Disc"
+14 "Recent &Files"
+15 "&Close"
+17 "&Save a Copy..."
+18 "Save &Image..."
+19 "Save &Thumbnails..."
+21 "&Load Subtitle...\tCtrl+L"
+22 "Save S&ubtitle...\tCtrl+S"
+23 "Subtitle Data&base"
+25 "&Search..."
+26 "&Upload..."
+27 "&Download..."
+30 "Prope&rties"
+32 "&View"
+34 "Caption&&Menu\tCtrl+0"
+35 "See&k Bar\tCtrl+1"
+36 "&Controls\tCtrl+2"
+37 "&Information\tCtrl+3"
+38 "&Statistics\tCtrl+4"
+39 "St&atus\tCtrl+5"
+40 "Su&bresync\tCtrl+6"
+41 "Pla&ylist\tCtrl+7"
+42 "Captu&re\tCtrl+8"
+43 "S&hader Editor\tCtrl+9"
+44 "Na&vigation"
+45 "&Language"
+46 "&Presets..."
+48 "&Minimal"
+49 "&Compact"
+50 "&Normal"
+53 "F&ull Screen\tAlt+Enter"
+54 "&Zoom"
+56 "&50%\tAlt+1"
+57 "&100%\tAlt+2"
+58 "&200%\tAlt+3"
+59 "Auto &Fit\tAlt+4"
+60 "Auto Fit (&Larger Only)\tAlt+5"
+63 "R&enderer Settings"
+65 "&Tearing Test\tCtrl+T"
+66 "&Display Stats\tCtrl+J"
+67 "&Remaining Time\tCtrl+I"
+69 "&Output Range"
+74 "&Presentation"
+76 "D3D Fullscreen &Mode"
+77 "D3D Fullscreen &GUI Support"
+78 "10-bit &RGB Output"
+79 "Force 10-bit RGB &Input"
+80 "&Full Floating Point Processing"
+81 "&Half Floating Point Processing"
+82 "Disable desktop composition (&Aero)"
+83 "Enable Frame Time &Correction\tC"
+85 "&Color Management"
+87 "&Enable"
+88 "&Input Type"
+90 "&Auto-Detect"
+91 "&HDTV"
+92 "SDTV &NTSC"
+93 "SDTV &PAL"
+95 "Ambient &Light"
+97 "&Bright (2.2 Gamma)"
+98 "&Dim (2.35 Gamma)"
+99 "D&ark (2.4 Gamma)"
+101 "&Rendering Intent"
+103 "&Perceptual"
+104 "&Relative Colorimetric"
+105 "&Saturation"
+106 "&Absolute Colorimetric"
+109 "&VSync"
+111 "&VSync\tV"
+112 "&Accurate VSync\tAlt+V"
+113 "A&lternative VSync"
+115 "&Decrease VSync Offset\tCtrl+Alt+Up"
+116 "&Increase VSync Offset\tCtrl+Alt+Down"
+118 "&GPU Control"
+120 "Flush GPU &before VSync"
+121 "Flush GPU &after Present"
+122 "&Wait for flushes"
+124 "R&eset"
+126 "Reset to &default renderer settings"
+127 "Reset to &optimal renderer settings"
+130 "Video &Frame"
+132 "&Half Size"
+133 "&Normal Size"
+134 "&Double Size"
+135 "&Stretch To Window"
+136 "Touch Window From &Inside"
+137 "Zoom &1"
+138 "Zoom &2"
+139 "Touch Window From &Outside"
+141 "&Keep Aspect Ratio"
+142 "Override &Aspect Ratio"
+144 "&Default"
+151 "&Correct Monitor/Desktop AR Diff"
+153 "Pa&n&&Scan"
+155 "&Increase Size\tNumpad 9"
+156 "&Decrease Size\tNumpad 1"
+157 "I&ncrease Width\tNumpad 6"
+158 "D&ecrease Width\tNumpad 4"
+159 "In&crease Height\tNumpad 8"
+160 "Decre&ase Height\tNumpad 2"
+162 "Move &Right\tCtrl+Numpad 6"
+163 "Move &Left\tCtrl+Numpad 4"
+164 "Move &Up\tCtrl+Numpad 8"
+165 "Move &Down\tCtrl+Numpad 2"
+166 "Cen&ter\tCtrl+Numpad 5"
+168 "Re&set\tNumpad 5"
+171 "On &Top"
+173 "&Default"
+174 "&Always"
+175 "While &Playing"
+176 "While Playing &Video"
+178 "&Options..."
+180 "&Play"
+182 "&Play/Pause\tSpace"
+183 "&Stop\tPeriod"
+184 "F&rame Step\tRight"
+186 "&Decrease Rate\tCtrl+Down"
+187 "&Increase Rate\tCtrl+Up"
+188 "R&eset Rate\tCtrl+R"
+190 "&Navigate"
+192 "&Previous\tPage Up"
+193 "&Next\tPage Down"
+194 "&Go To...\tCtrl+G"
+195 "&Jump To..."
+197 "&Title Menu\tAlt+T"
+198 "&Root Menu\tAlt+R"
+199 "&Subtitle Menu"
+200 "&Audio Menu"
+201 "An&gle Menu"
+202 "&Chapter Menu"
+204 "&Favorites"
+205 "&Help"
+207 "&Home Page"
+208 "Check for &updates"
+209 "&Command Line Switches"
+210 "Download &Toolbar Images"
+211 "&Donate"
+213 "&About..."
+216 "&Filters"
+217 "S&haders"
+219 "&Audio"
+220 "Su&btitles"
+221 "&Video Stream"
+223 "&Volume"
+225 "&Up\tUp Arrow"
+226 "&Down\tDown Arrow"
+227 "&Mute\tCtrl+M"
+229 "Af&ter Playback"
+231 "--------- Once ---------"
+232 "&Exit"
+233 "&Stand By"
+234 "&Hibernate"
+235 "Shut&down"
+236 "Log &Off"
+237 "&Lock"
+238 "------ Every time ------"
+239 "E&xit"
+240 "Do &Nothing"
+241 "Play next in the &folder"
+244 "R&enderer Settings"
+246 "&Tearing Test\tCtrl+T"
+247 "&Display Stats\tCtrl+J"
+248 "&Remaining Time\tCtrl+I"
+250 "&Output Range"
+255 "&Presentation"
+257 "D3D Fullscreen &Mode"
+258 "D3D Fullscreen &GUI Support"
+259 "10-bit &RGB Output"
+260 "Force 10-bit RGB &Input"
+261 "&Full Floating Point Processing"
+262 "&Half Floating Point Processing"
+263 "Disable desktop composition (&Aero)"
+264 "Enable Frame Time &Correction\tC"
+266 "&Color Management"
+268 "&Enable"
+269 "&Input Type"
+271 "&Auto-Detect"
+272 "&HDTV"
+273 "SDTV &NTSC"
+274 "SDTV &PAL"
+276 "Ambient &Light"
+278 "&Bright (2.2 Gamma)"
+279 "&Dim (2.35 Gamma)"
+280 "D&ark (2.4 Gamma)"
+282 "&Rendering Intent"
+284 "&Perceptual"
+285 "&Relative Colorimetric"
+286 "&Saturation"
+287 "&Absolute Colorimetric"
+290 "&VSync"
+292 "&VSync\tV"
+293 "&Accurate VSync\tAlt+V"
+294 "A&lternative VSync"
+296 "&Decrease VSync Offset\tCtrl+Alt+Up"
+297 "&Increase VSync Offset\tCtrl+Alt+Down"
+299 "&GPU Control"
+301 "Flush GPU &before VSync"
+302 "Flush GPU &after Present"
+303 "&Wait for flushes"
+305 "R&eset"
+307 "Reset to &default renderer settings"
+308 "Reset to &optimal renderer settings"
+311 "P&roperties"
+312 "&Options..."
+314 "E&xit\tAlt+X"
+END
+
+STRING IDC_AUDRND_COMBO "MPC Audio Renderer is broken, do not use."
+STRING IDC_BUTTON_EXT_SET "After clicking this button, the checked state of the format group will reflect the actual file association for MPC-HC. A newly added extension will usually make it grayed, so don't forget to check it again before closing this dialog!"
+STRING IDC_CHECK_RELATIVETO "Default state gets inherited to other styles where it is still undefined"
+STRING IDC_CHECK_SPCANIMWITHBUFFER "Allows subtitle animation when using a subpicture buffer larger than 0. Disabling this option will lower CPU usage. Also disable if you experience flashing subtitles."
+STRING IDC_CHECK_SPCPOW2TEX "Unchecking this frees up a little video memory and saves bandwidth on local to video memory transfers, but it may not work with older video cards."
+STRING IDC_DSDXR "Same as the VMR-9 (renderless), but uses a true two-pass bicubic resizer."
+STRING IDC_DSEVR "Only available on Vista or later or on XP with at least .NET Framework 3.5 installed."
+STRING IDC_DSEVR_CUSTOM "Same as the EVR, but with the Allocator-Presenter of MPC-HC for subtitling and postprocessing. Recommended for Windows Vista or later."
+STRING IDC_DSMADVR "High-quality renderer, requires a GPU that supports D3D9 or later."
+STRING IDC_DSNULL_COMP "Connects to any video-like media type and will send the incoming samples to nowhere. Use it when you don't need the video display and want to save the cpu from working unnecessarily."
+STRING IDC_DSNULL_UNCOMP "Same as the normal Null renderer, but this will only connect to uncompressed types."
+STRING IDC_DSOLD "This is the default renderer of Windows 9x/me/2k. Depending on the visibility of the video window and your video card's abilies, it will switch between GDI, DirectDraw, Overlay rendering modes dynamically."
+STRING IDC_DSOVERLAYMIXER "Always renders in overlay. Generally only YUV formats are allowed, but they are presented directly without any color conversion to RGB. This is the fastest rendering method of all and the only where you can be sure about fullscreen video mirroring to tv-out activating."
+STRING IDC_DSSYNC "Same as the EVR (CP), but offers several options to synchronize the video frame rate with the display refresh rate to eliminate skipped or duplicated video frames."
+STRING IDC_DSSYSDEF "Default video renderer filter for DirectShow. Others will fall back to this one when they can't be loaded for some reason. On Windown XP this is the same as VMR-7 (windowed)."
+STRING IDC_DSVMR7REN "Same as the VMR-7 (windowed), but with the Allocator-Presenter plugin of MPC-HC for subtitling. Overlay video mirroring WILL NOT work. ""True Color"" desktop color space recommended."
+STRING IDC_DSVMR7WIN "The default renderer of Windows XP. Very stable and just a little slower than the Overlay mixer. Uses DirectDraw and runs in Overlay when it can."
+STRING IDC_DSVMR9ALTERNATIVEVSYNC "Reduces tearing by bypassing the default VSync built into D3D."
+STRING IDC_DSVMR9LOADMIXER "Puts VMR-9 (renderless) into mixer mode, this means most of the controls on its property page will work and it will use a separate worker thread to renderer frames."
+STRING IDC_DSVMR9REN "Same as the VMR-9 (windowed), but with the Allocator-Presenter plugin of MPC-HC for subtitling. Overlay video mirroring MIGHT work. ""True Color"" desktop color space recommended. Recommended for Windows XP."
+STRING IDC_DSVMR9WIN "Only available if you have DirectX 9 installed. Has the same abilities as VMR-7 (windowed), but it will never use Overlay rendering and because of this it may be a little slower than VMR-7 (windowed)."
+STRING IDC_DSVMR9YUVMIXER "Improves performance at the cost of some compatability of the renderer."
+STRING IDC_DX9RESIZER_COMBO "If there is no Pixel Shader 2.0 support, simple bilinear is used automatically."
+STRING IDC_FULLSCREEN_MONITOR_CHECK "Reduces tearing but prevents the toolbar from being shown. To exit fullscreen in this mode press Ctrl+C."
+STRING IDC_QTDX7 "The output of QuickTime's engine rendered by the DX7-based Allocator-Presenter of VMR-7 (renderless)."
+STRING IDC_QTDX9 "The output of QuickTime's engine rendered by the DX9-based Allocator-Presenter of VMR-9 (renderless)."
+STRING IDC_QTSYSDEF "QuickTime's own renderer. Gets a little slow when its video area is resized or partially covered by another window. When Overlay is not available it likes to fall back to GDI."
+STRING IDC_REGULARSURF "Video surface will be allocated as a regular offscreen surface."
+STRING IDC_RMDX7 "The output of Real's engine rendered by the DX7-based Allocator-Presenter of VMR-7 (renderless)."
+STRING IDC_RMDX9 "The output of Real's engine rendered by the DX9-based Allocator-Presenter of VMR-9 (renderless)."
+STRING IDC_RMSYSDEF "Real's own renderer. SMIL scripts will work, but interaction not likely. Uses DirectDraw and runs in Overlay when it can."
+STRING IDC_TEXTURESURF2D "Video surface will be allocated as a texture but still the 2d functions will be used to copy and stretch it onto the backbuffer. Requires a video card which can allocate 32bit, RGBA, non-power-of-two sized textures and at least in the resolution of the video."
+STRING IDC_TEXTURESURF3D "Video surface will be allocated as a texture and drawn as two triangles in 3d. Antialiasing turned on at the display settings may have a bad effect on the rendering speed."
+STRING IDC_VIDRND_COMBO "Subtitles are only supported by VMR-7/VMR-9 (renderless), EVR (CP), Sync, madVR and Haali video renderers.\n\nSaving images does not work with Overlay or madVR video renderers."
+STRING IDD_FILEMEDIAINFO "MediaInfo"
+STRING IDD_FILEPROPCLIP "Clip"
+STRING IDD_FILEPROPDETAILS "Details"
+STRING IDD_FILEPROPRES "Resources"
+STRING IDD_PPAGEACCELTBL "Player::Keys"
+STRING IDD_PPAGEAUDIOSWITCHER "Internal Filters::Audio Switcher"
+STRING IDD_PPAGECAPTURE "Playback::Capture"
+STRING IDD_PPAGEDVD "Playback::DVD/OGM"
+STRING IDD_PPAGEEXTERNALFILTERS "External Filters"
+STRING IDD_PPAGEFORMATS "Player::Formats"
+STRING IDD_PPAGEFULLSCREEN "Playback::Fullscreen"
+STRING IDD_PPAGEINTERNALFILTERS "Internal Filters"
+STRING IDD_PPAGELOGO "Player::Logo"
+STRING IDD_PPAGEMISC "Miscellaneous"
+STRING IDD_PPAGEOUTPUT "Playback::Output"
+STRING IDD_PPAGEPLAYBACK "Playback"
+STRING IDD_PPAGEPLAYER "Player"
+STRING IDD_PPAGESUBDB "Subtitles::Database"
+STRING IDD_PPAGESUBMISC "Subtitles::Misc"
+STRING IDD_PPAGESUBSTYLE "Subtitles::Default Style"
+STRING IDD_PPAGESUBTITLES "Subtitles"
+STRING IDD_PPAGESYNC "Playback::Sync Renderer Settings"
+STRING IDD_PPAGETWEAKS "Tweaks"
+STRING IDD_PPAGEWEBSERVER "Player::Web Interface"
+STRING IDF_LOGO1 "Marcel Hoffs, marcelhoffs@hotmail.com"
+STRING IDF_LOGO2 "Steven W. Smith, smith78@sbcglobal.net"
+STRING IDF_LOGO3 "Robbie Khan, email@robbiekhan.co.uk"
+STRING IDR_MAINFRAME "Media Player Classic Home Cinema"
+STRING IDS_ADD_TO_PLAYLIST "Add to MPC-HC Playlist"
+STRING IDS_AFTERPLAYBACK_CLOSE "After Playback: Exit"
+STRING IDS_AFTERPLAYBACK_DONOTHING "After Playback: Do Nothing"
+STRING IDS_AFTERPLAYBACK_EXIT "After Playback: Always exit"
+STRING IDS_AFTERPLAYBACK_HIBERNATE "After Playback: Hibernate"
+STRING IDS_AFTERPLAYBACK_LOCK "After Playback: Lock"
+STRING IDS_AFTERPLAYBACK_LOGOFF "After Playback: Log Off"
+STRING IDS_AFTERPLAYBACK_NEXT "After Playback: Play next in the folder"
+STRING IDS_AFTERPLAYBACK_SHUTDOWN "After Playback: Shutdown"
+STRING IDS_AFTERPLAYBACK_STANDBY "After Playback: Stand By"
+STRING IDS_AG_ABORTED "Aborted"
+STRING IDS_AG_ALLFILES "All files (*.*)|*.*|"
+STRING IDS_AG_ALWAYS_ON_TOP "Always On Top"
+STRING IDS_AG_ANGLE "Angle %d"
+STRING IDS_AG_APP_COMMAND "App Command"
+STRING IDS_AG_ASPECT_RATIO "Aspect Ratio"
+STRING IDS_AG_AUDIOFILES "Audio files (all types)"
+STRING IDS_AG_BOSS_KEY "Boss key"
+STRING IDS_AG_BUFFERS "Buffers"
+STRING IDS_AG_CHAPTER "Chapter %d"
+STRING IDS_AG_CHAPTER2 "Chapter: "
+STRING IDS_AG_CLOSE "Close"
+STRING IDS_AG_COMMAND "Command"
+STRING IDS_AG_DECREASE_RATE "Decrease Rate"
+STRING IDS_AG_DISABLED "Disabled"
+STRING IDS_AG_DISPLAY_STATS "Display Stats"
+STRING IDS_AG_DVD_MENU_BACK "DVD Menu Back"
+STRING IDS_AG_DVD_MENU_DOWN "DVD Menu Down"
+STRING IDS_AG_DVD_MENU_LEFT "DVD Menu Left"
+STRING IDS_AG_DVD_MENU_UP "DVD Menu Up"
+STRING IDS_AG_DVD_ROOT_MENU "DVD Root Menu"
+STRING IDS_AG_EDL_IN "EDL set In"
+STRING IDS_AG_EDL_NEW_CLIP "EDL new clip"
+STRING IDS_AG_EDL_OUT "EDL set Out"
+STRING IDS_AG_EDL_SAVE "EDL save"
+STRING IDS_AG_ENABLED "Enabled"
+STRING IDS_AG_ENABLEFRAMETIMECORRECTION "Enable Frame Time Correction"
+STRING IDS_AG_ERROR "Error"
+STRING IDS_AG_EXIT "Exit"
+STRING IDS_AG_FAILED "Failed"
+STRING IDS_AG_FILTERS_MENU "Filters Menu"
+STRING IDS_AG_FRAMERATE "Frame rate"
+STRING IDS_AG_FRAMES "Frames"
+STRING IDS_AG_FRAMESTEP "Framestep"
+STRING IDS_AG_FULLSCREEN "Fullscreen"
+STRING IDS_AG_GO_TO "Go To"
+STRING IDS_AG_INCREASE_RATE "Increase Rate"
+STRING IDS_AG_KEY "Key"
+STRING IDS_AG_LOAD_SUBTITLE "Load Subtitle"
+STRING IDS_AG_MEDIAFILES "Media files (all types)"
+STRING IDS_AG_MOUSE "Mouse Windowed"
+STRING IDS_AG_MOUSE_FS "Mouse Fullscreen"
+STRING IDS_AG_NEXT "Next"
+STRING IDS_AG_NEXT_AR_PRESET "Next AR Preset"
+STRING IDS_AG_NEXT_AUDIO "Next Audio"
+STRING IDS_AG_NEXT_FILE "Next File"
+STRING IDS_AG_NEXT_SUBTITLE "Next Subtitle"
+STRING IDS_AG_NONE "None"
+STRING IDS_AG_NOT_KNOWN "Not known"
+STRING IDS_AG_OPEN_DEVICE "Open Device"
+STRING IDS_AG_OPEN_DVD "Open DVD/BD"
+STRING IDS_AG_OPEN_FILE "Open File"
+STRING IDS_AG_OPTIONS "Options"
+STRING IDS_AG_OUT_OF_MEMORY "Out of memory"
+STRING IDS_AG_PAUSE "Pause"
+STRING IDS_AG_PLAY "Play"
+STRING IDS_AG_PLAYPAUSE "Play/Pause"
+STRING IDS_AG_PNS_CENTER "PnS Center"
+STRING IDS_AG_PNS_DEC_SIZE "PnS Dec Size"
+STRING IDS_AG_PNS_DEC_WIDTH "PnS Dec Width"
+STRING IDS_AG_PNS_DOWN "PnS Down"
+STRING IDS_AG_PNS_DOWNLEFT "PnS Down/Left"
+STRING IDS_AG_PNS_INC_SIZE "PnS Inc Size"
+STRING IDS_AG_PNS_INC_WIDTH "PnS Inc Width"
+STRING IDS_AG_PNS_LEFT "PnS Left"
+STRING IDS_AG_PNS_RESET "PnS Reset"
+STRING IDS_AG_PNS_RIGHT "PnS Right"
+STRING IDS_AG_PNS_ROTATEX_M "PnS Rotate X-"
+STRING IDS_AG_PNS_ROTATEX_P "PnS Rotate X+"
+STRING IDS_AG_PNS_ROTATEY_M "PnS Rotate Y-"
+STRING IDS_AG_PNS_ROTATEY_P "PnS Rotate Y+"
+STRING IDS_AG_PNS_ROTATEZ_M "PnS Rotate Z-"
+STRING IDS_AG_PNS_ROTATEZ_P "PnS Rotate Z+"
+STRING IDS_AG_PNS_UP "PnS Up"
+STRING IDS_AG_PNS_UPLEFT "PnS Up/Left"
+STRING IDS_AG_PNS_UPRIGHT "PnS Up/Right"
+STRING IDS_AG_PREVIOUS "Previous"
+STRING IDS_AG_PREVIOUS_FILE "Previous File"
+STRING IDS_AG_PREV_AUDIO "Prev Audio"
+STRING IDS_AG_PREV_SUBTITLE "Prev Subtitle"
+STRING IDS_AG_PROPERTIES "Properties"
+STRING IDS_AG_REOPEN "Reopen File"
+STRING IDS_AG_RESET_RATE "Reset Rate"
+STRING IDS_AG_RESET_STATS "Sync Renderer reset stats"
+STRING IDS_AG_SAVE_AS "Save As"
+STRING IDS_AG_SAVE_COPY "Save a Copy"
+STRING IDS_AG_SAVE_IMAGE "Save Image"
+STRING IDS_AG_SAVE_SUBTITLE "Save Subtitle"
+STRING IDS_AG_SEEKSET "Jump to Beginning"
+STRING IDS_AG_SHADER "Shader: "
+STRING IDS_AG_SOUND "Sound"
+STRING IDS_AG_STOP "Stop"
+STRING IDS_AG_SUBTITLES_SAVED "Subtitles saved"
+STRING IDS_AG_TEARING_TEST "Tearing Test"
+STRING IDS_AG_TITLE "Title %d"
+STRING IDS_AG_TITLE2 "Title: %02d/%02d"
+STRING IDS_AG_TOGGLE_CAPTION "Toggle Caption&Menu"
+STRING IDS_AG_TOGGLE_CAPTURE "Toggle Capture Bar"
+STRING IDS_AG_TOGGLE_CONTROLS "Toggle Controls"
+STRING IDS_AG_TOGGLE_EDITLISTEDITOR "Toggle EDL window"
+STRING IDS_AG_TOGGLE_INFO "Toggle Information"
+STRING IDS_AG_TOGGLE_NAVIGATION "Toggle Navigation Bar"
+STRING IDS_AG_TOGGLE_PLAYLIST "Toggle Playlist Bar"
+STRING IDS_AG_TOGGLE_SEEKER "Toggle Seeker"
+STRING IDS_AG_TOGGLE_SHADER "Toggle Shader Editor Bar"
+STRING IDS_AG_TOGGLE_STATS "Toggle Statistics"
+STRING IDS_AG_TOGGLE_STATUS "Toggle Status"
+STRING IDS_AG_TOGGLE_SUBRESYNC "Toggle Subresync Bar"
+STRING IDS_AG_UNKNOWN "Unknown %d"
+STRING IDS_AG_UNKNOWN_STREAM "Unknown Stream"
+STRING IDS_AG_VIDFRM_DOUBLE "VidFrm Double"
+STRING IDS_AG_VIDFRM_HALF "VidFrm Half"
+STRING IDS_AG_VIDFRM_INSIDE "VidFrm Inside"
+STRING IDS_AG_VIDFRM_NORMAL "VidFrm Normal"
+STRING IDS_AG_VIDFRM_OUTSIDE "VidFrm Outside"
+STRING IDS_AG_VIDFRM_STRETCH "VidFrm Stretch"
+STRING IDS_AG_VIDFRM_SWITCHZOOM "VidFrm Switch Zoom"
+STRING IDS_AG_VIDFRM_ZOOM1 "VidFrm Zoom 1"
+STRING IDS_AG_VIDFRM_ZOOM2 "VidFrm Zoom 2"
+STRING IDS_AG_VIEW_COMPACT "View Compact"
+STRING IDS_AG_VIEW_MINIMAL "View Minimal"
+STRING IDS_AG_VIEW_NORMAL "View Normal"
+STRING IDS_AG_VOLUME_DOWN "Volume Down"
+STRING IDS_AG_VOLUME_MUTE "Volume Mute"
+STRING IDS_AG_VOLUME_UP "Volume Up"
+STRING IDS_AG_VSYNC "VSync"
+STRING IDS_AG_VSYNCACCURATE "Accurate VSync"
+STRING IDS_AG_VSYNCOFFSET_DECREASE "Decrease VSync Offset"
+STRING IDS_AG_VSYNCOFFSET_INCREASE "Increase VSync Offset"
+STRING IDS_AG_ZOOM_100 "Zoom 100%"
+STRING IDS_AG_ZOOM_200 "Zoom 200%"
+STRING IDS_AG_ZOOM_50 "Zoom 50%"
+STRING IDS_AG_ZOOM_AUTO_FIT "Zoom Auto Fit"
+STRING IDS_AG_ZOOM_AUTO_FIT_LARGER "Zoom Auto Fit (Larger Only)"
+STRING IDS_APPLY "Apply"
+STRING IDS_APP_DESCRIPTION "One of the most powerful, configurable multimedia players for Windows operating system. Originaly made by a Hungarian developer known as Gabest, this version has additional features such as Direct 3D fullscreen mode and better support for Windows Vista/7."
+STRING IDS_ARS_MUTE_FAST_FORWARD "Mute on fast forward"
+STRING IDS_ARS_SOUND_DEVICE "Sound Device:"
+STRING IDS_ARS_WASAPI_MODE "Use WASAPI (restart playback)"
+STRING IDS_AT_TOGGLE_SHADER "Toggle Pixel Shaders"
+STRING IDS_AT_TOGGLE_SHADERSCREENSPACE "Toggle Screen Space Pixel Shaders"
+STRING IDS_AUDIOSWITCHER "Audio Switcher"
+STRING IDS_AUDIO_STREAM "Audio: %s"
+STRING IDS_AUTOPLAY_PLAYAUDIOCD "Play Audio CD"
+STRING IDS_AUTOPLAY_PLAYDVDMOVIE "Play DVD Movie"
+STRING IDS_AUTOPLAY_PLAYMUSIC "Play Music"
+STRING IDS_AUTOPLAY_PLAYVIDEO "Play Video"
+STRING IDS_BACK_CENTER "Back Center"
+STRING IDS_BACK_LEFT "Back Left"
+STRING IDS_BACK_RIGHT "Back Right"
+STRING IDS_BALANCE_OSD "Balance: %s"
+STRING IDS_BDA_ERROR "BDA Error"
+STRING IDS_BDA_ERROR_CONNECT_NW_TUNER "Could not connect the network and the tuner."
+STRING IDS_BDA_ERROR_CONNECT_TUNER "Could not connect the tuner."
+STRING IDS_BDA_ERROR_CONNECT_TUNER_REC "Could not connect the tuner and the receiver."
+STRING IDS_BDA_ERROR_CREATE_RECEIVER "Could not create the receiver."
+STRING IDS_BDA_ERROR_CREATE_TUNER "Could not create the tuner."
+STRING IDS_BDA_ERROR_DEMULTIPLEXER "Could not create the demultiplexer."
+STRING IDS_BOOST_OSD "Boost: +%u%%"
+STRING IDS_BRIGHTNESS_DEC "Brightness decrease"
+STRING IDS_BRIGHTNESS_INC "Brightness increase"
+STRING IDS_CANCEL "Cancel"
+STRING IDS_CANNOT_CHANGE_FORMAT "MPC-HC has not enough privileges to change files formats associations. Please click on ""Modify"" button to get administrator rights."
+STRING IDS_CAPTURE_ERROR "Capture Error"
+STRING IDS_CAPTURE_ERROR_ADD_BUFFER "Can't add the %s buffer filter to the graph."
+STRING IDS_CAPTURE_ERROR_ADD_ENCODER "Can't add the %s encoder filter to the graph."
+STRING IDS_CAPTURE_ERROR_AUDIO "audio"
+STRING IDS_CAPTURE_ERROR_AUD_CAPT_PIN "No audio capture pin was found."
+STRING IDS_CAPTURE_ERROR_AUD_FILTER "Can't add audio capture filter to the graph"
+STRING IDS_CAPTURE_ERROR_AUD_OUT_FILE "Error initializing the audio output file."
+STRING IDS_CAPTURE_ERROR_COMPRESSION "Can't set the compression format on the %s encoder filter."
+STRING IDS_CAPTURE_ERROR_CONNECT_BUFF "Can't connect the %s buffer filter to the graph."
+STRING IDS_CAPTURE_ERROR_CONNECT_ENC "Can't connect the %s encoder filter to the graph."
+STRING IDS_CAPTURE_ERROR_DEVICE "Could not open capture device."
+STRING IDS_CAPTURE_ERROR_MULTIPLEXER "Can't connect the %s stream to the multiplexer filter."
+STRING IDS_CAPTURE_ERROR_OUT_FILE "Error initializing the output file."
+STRING IDS_CAPTURE_ERROR_VIDEO "video"
+STRING IDS_CAPTURE_ERROR_VID_CAPT_PIN "No video capture pin was found."
+STRING IDS_CAPTURE_ERROR_VID_FILTER "Can't add video capture filter to the graph"
+STRING IDS_CAPTURE_LIVE "Live"
+STRING IDS_CAPTURE_SETTINGS "Capture Settings"
+STRING IDS_CLEAR "Clear"
+STRING IDS_CONTENT_CHILDREN_YOUTH_PROG "Children's/Youth programmes"
+STRING IDS_CONTENT_LEISURE "Leisure hobbies"
+STRING IDS_CONTENT_MOVIE_DRAMA "Movie/Drama"
+STRING IDS_CONTENT_MUSIC_ART_CULTURE "Arts/Culture"
+STRING IDS_CONTENT_MUSIC_BALLET_DANCE "Music/Ballet/Dance"
+STRING IDS_CONTENT_NEWS_CURRENTAFFAIRS "News/Current affairs"
+STRING IDS_CONTENT_SHOW_GAMESHOW "Show/Game show"
+STRING IDS_CONTENT_SOCIAL_POLITICAL_ECO "Social/Political issues/Economics"
+STRING IDS_CONTENT_SPORTS "Sports"
+STRING IDS_CONTRAST_DEC "Contrast decrease"
+STRING IDS_CONTRAST_INC "Contrast increase"
+STRING IDS_CONTROLS_BUFFERING "Buffering... (%d%%)"
+STRING IDS_CONTROLS_CAPTURING "Capturing..."
+STRING IDS_CONTROLS_CLOSED "Closed"
+STRING IDS_CONTROLS_CLOSING "Closing..."
+STRING IDS_CONTROLS_COMPLETING "Completing..."
+STRING IDS_CONTROLS_OPENING "Opening..."
+STRING IDS_CONTROLS_PAUSED "Paused"
+STRING IDS_CONTROLS_PLAYING "Playing"
+STRING IDS_CONTROLS_STOPPED "Stopped"
+STRING IDS_CUSTOM_CHANNEL_MAPPING "Toggle custom channel mapping"
+STRING IDS_D3DFS_WARNING "This option is designed to avoid tearing. However, it will also prevent MPC-HC from displaying the context menu and any dialog box during playback.\n\nDo you really want to activate this option?"
+STRING IDS_DISABLE_ALL_FILTERS "&Disable all filters"
+STRING IDS_DISABLE_AUDIO_FILTERS "Disable all audio decoders"
+STRING IDS_DISABLE_VIDEO_FILTERS "Disable all video decoders"
+STRING IDS_DOWNLOAD_SUBS "Download subtitles"
+STRING IDS_DVB_CHANNEL_ASPECT_RATIO "Aspect Ratio"
+STRING IDS_DVB_CHANNEL_ENCRYPTED "Yes"
+STRING IDS_DVB_CHANNEL_ENCRYPTION "Encrypted"
+STRING IDS_DVB_CHANNEL_FORMAT "Format"
+STRING IDS_DVB_CHANNEL_FPS "FPS"
+STRING IDS_DVB_CHANNEL_FREQUENCY "Frequency"
+STRING IDS_DVB_CHANNEL_NAME "Name"
+STRING IDS_DVB_CHANNEL_NOT_ENCRYPTED "No"
+STRING IDS_DVB_CHANNEL_NUMBER "N"
+STRING IDS_DVB_CHANNEL_RESOLUTION "Resolution"
+STRING IDS_DVB_CHANNEL_START_SCAN "Start"
+STRING IDS_DVB_CHANNEL_STOP_SCAN "Stop"
+STRING IDS_DVB_TVNAV_SEERADIO "Radio stations"
+STRING IDS_DVB_TVNAV_SEETV "TV stations"
+STRING IDS_DVD_FAV_ADDED "DVD added to favorites"
+STRING IDS_DVD_INTERFACES_ERROR "Failed to query the needed interfaces for DVD playback"
+STRING IDS_DVD_NAV_ALL_PINS_ERROR "Failed to render all pins of the DVD Navigator filter"
+STRING IDS_DVD_NAV_SOME_PINS_ERROR "Failed to render some of the pins of the DVD Navigator filter"
+STRING IDS_EDIT_LIST_EDITOR "Edit List Editor"
+STRING IDS_EMB_RESOURCES_VIEWER_INFO "In order to view an embedded resource in your browser you have to enable the web interface.\n\nUse the ""Save As"" button if you only want to save the information."
+STRING IDS_EMB_RESOURCES_VIEWER_NAME "Name"
+STRING IDS_EMB_RESOURCES_VIEWER_TYPE "MIME Type"
+STRING IDS_ENABLE_ALL_FILTERS "&Enable all filters"
+STRING IDS_ENABLE_AUDIO_FILTERS "Enable all audio decoders"
+STRING IDS_ENABLE_VIDEO_FILTERS "Enable all video decoders"
+STRING IDS_EXPORT_SETTINGS "Export settings"
+STRING IDS_EXPORT_SETTINGS_FAILED "The export failed! This can happen when you don't have the correct rights."
+STRING IDS_EXPORT_SETTINGS_NO_KEYS "There are no customized keys to export."
+STRING IDS_EXPORT_SETTINGS_SUCCESS "The settings have been successfully exported."
+STRING IDS_EXPORT_SETTINGS_WARNING "Some changes have not been saved yet.\nDo you want to save them before exporting?"
+STRING IDS_EXTERNAL_FILTERS_ERROR_MT "This type is already in the list!"
+STRING IDS_FASTSEEK_LATEST "Latest keyframe"
+STRING IDS_FASTSEEK_NEAREST "Nearest keyframe"
+STRING IDS_FAVDVDS "DVDs"
+STRING IDS_FAVFILES "Files"
+STRING IDS_FAVORITES_ADD "&Add to Favorites..."
+STRING IDS_FAVORITES_ORGANIZE "&Organize Favorites..."
+STRING IDS_FAVORITES_QUICKADDFAVORITE "Quick add favorite"
+STRING IDS_FILE_FAV_ADDED "File added to favorites"
+STRING IDS_FILE_RECYCLE "Move to Recycle Bin"
+STRING IDS_FILE_SAVE_THUMBNAILS "Save thumbnails"
+STRING IDS_FILTER_SETTINGS_CAPTION "Settings"
+STRING IDS_FIRST_IN_FOLDER "The first file in the folder is loaded now."
+STRING IDS_FRAME_STEP_ERROR_RENDERER "Cannot frame step, try a different video renderer."
+STRING IDS_FRONT_CENTER "Front Center"
+STRING IDS_FRONT_LEFT "Front Left"
+STRING IDS_FRONT_LEFT_OF_CENTER "Front Left of Center"
+STRING IDS_FRONT_RIGHT "Front Right"
+STRING IDS_FRONT_RIGHT_OF_CENTER "Front Right of Center"
+STRING IDS_FULLSCREENMONITOR_CURRENT "Current"
+STRING IDS_GOTO_ERROR_INVALID_TIME "The entered time is greater than the file duration."
+STRING IDS_GOTO_ERROR_PARSING_FPS "Error parsing the entered frame rate!"
+STRING IDS_GOTO_ERROR_PARSING_TEXT "Error parsing the entered text!"
+STRING IDS_GOTO_ERROR_PARSING_TIME "Error parsing the entered time!"
+STRING IDS_GRAPH_INTERFACES_ERROR "Failed to query the needed interfaces for playback"
+STRING IDS_GRAPH_TARGET_WND_ERROR "Could not set target window for graph notification"
+STRING IDS_HUE_DEC "Hue -"
+STRING IDS_HUE_INC "Hue +"
+STRING IDS_ICONS_REASSOC_DLG_CONTENT "This will fix the icons being incorrectly displayed after an update of the icon library.\nThe file associations will not be modified, only the corresponding icons will be refreshed."
+STRING IDS_ICONS_REASSOC_DLG_INSTR "Do you want to reassociate the icons?"
+STRING IDS_ICONS_REASSOC_DLG_TITLE "New version of the icon library"
+STRING IDS_INFOBAR_AUDIO "Audio"
+STRING IDS_INFOBAR_AUTHOR "Author"
+STRING IDS_INFOBAR_CHANNEL "Channel"
+STRING IDS_INFOBAR_CHAPTER "Chapter"
+STRING IDS_INFOBAR_CONTENT "Content"
+STRING IDS_INFOBAR_COPYRIGHT "Copyright"
+STRING IDS_INFOBAR_DESCRIPTION "Description"
+STRING IDS_INFOBAR_DOMAIN "Domain"
+STRING IDS_INFOBAR_LOCATION "Location"
+STRING IDS_INFOBAR_PARENTAL_RATING "Parental rating"
+STRING IDS_INFOBAR_RATING "Rating"
+STRING IDS_INFOBAR_SUBTITLES "Subtitles"
+STRING IDS_INFOBAR_TIME "Time"
+STRING IDS_INFOBAR_TITLE "Title"
+STRING IDS_INFOBAR_VIDEO "Video"
+STRING IDS_INTERNAL_LAVF "Uses LAV Filters"
+STRING IDS_INVALID_PARAMS_ERROR "Can't open, invalid input parameters"
+STRING IDS_LANG_PREF_EXAMPLE "Enter your preferred languages here.\nFor example, type: ""eng jap swe"""
+STRING IDS_LAST_IN_FOLDER "The last file in the folder is loaded now."
+STRING IDS_LOGO_AUTHOR "Author unknown. Contact us if you made this logo!"
+STRING IDS_LOW_FREQUENCY "Low Frequency"
+STRING IDS_MAINFRM_10 "Angle: %02d/%02d, %dx%d %dHz %d:%d"
+STRING IDS_MAINFRM_108 "Couldn't open any device"
+STRING IDS_MAINFRM_11 "%s, %s %dHz %dbits %d %s"
+STRING IDS_MAINFRM_114 "%s was not found, please insert media containing this file."
+STRING IDS_MAINFRM_116 "&Properties..."
+STRING IDS_MAINFRM_117 " (pin) properties..."
+STRING IDS_MAINFRM_12 "channel"
+STRING IDS_MAINFRM_121 " (Director Comments 1)"
+STRING IDS_MAINFRM_122 " (Director Comments 2)"
+STRING IDS_MAINFRM_13 "channels"
+STRING IDS_MAINFRM_136 "MPC-HC D3D Fullscreen"
+STRING IDS_MAINFRM_137 "Unknown format"
+STRING IDS_MAINFRM_138 "Sub shift: %ld ms"
+STRING IDS_MAINFRM_139 "Sub delay: %ld ms"
+STRING IDS_MAINFRM_16 "DVD: Unexpected error"
+STRING IDS_MAINFRM_17 "DVD: Copy-Protect Fail"
+STRING IDS_MAINFRM_18 "DVD: Invalid DVD 1.x Disc"
+STRING IDS_MAINFRM_19 "DVD: Invalid Disc Region"
+STRING IDS_MAINFRM_2 "Focus lost to: %s - %s"
+STRING IDS_MAINFRM_20 "DVD: Low Parental Level"
+STRING IDS_MAINFRM_21 "DVD: Macrovision Fail"
+STRING IDS_MAINFRM_22 "DVD: Incompatible System And Decoder Regions"
+STRING IDS_MAINFRM_23 "DVD: Incompatible Disc And Decoder Regions"
+STRING IDS_MAINFRM_37 ", Total: %d, Dropped: %d"
+STRING IDS_MAINFRM_38 ", Size: %I64dKB"
+STRING IDS_MAINFRM_39 ", Size: %I64dMB"
+STRING IDS_MAINFRM_4 "Cannot save subtitles"
+STRING IDS_MAINFRM_40 ", Free: %I64dKB"
+STRING IDS_MAINFRM_41 ", Free: %I64dMB"
+STRING IDS_MAINFRM_42 ", Free V/A Buffers: %03d/%03d"
+STRING IDS_MAINFRM_46 "Select the path for the DVD/BD:"
+STRING IDS_MAINFRM_47 " loaded successfully"
+STRING IDS_MAINFRM_48 "All files (*.*)|*.*||"
+STRING IDS_MAINFRM_49 "GetDIB failed, hr = %08x"
+STRING IDS_MAINFRM_51 "GetCurrentImage failed, hr = %08x"
+STRING IDS_MAINFRM_53 "Cannot create file"
+STRING IDS_MAINFRM_54 "Cannot create thumbnails for files with no duration"
+STRING IDS_MAINFRM_55 "Failed to get video frame size"
+STRING IDS_MAINFRM_56 "Out of memory, go buy some more!"
+STRING IDS_MAINFRM_57 "Invalid image format, cannot create thumbnails out of %d bpp dibs."
+STRING IDS_MAINFRM_58 "File Size: %s (%s bytes)\\N"
+STRING IDS_MAINFRM_59 "{\\an7\\1c&H000000&\\fs16\\b0\\bord0\\shad0}File Name: %s\\N%sResolution: %dx%d %s\\NDuration: %02d:%02d:%02d"
+STRING IDS_MAINFRM_6 "drawn: %d, dropped: %d"
+STRING IDS_MAINFRM_60 "To load subtitles you have to change the video renderer type and reopen the file.\n- DirectShow: VMR-7/VMR-9 (renderless), EVR (CP), Sync, madVR or Haali\n- RealMedia: Special renderer for RealMedia, or open it through DirectShow\n- QuickTime: DX7 or DX9 renderer for QuickTime\n- ShockWave: n/a"
+STRING IDS_MAINFRM_65 "Pre-Resize Pixel Shaders: on"
+STRING IDS_MAINFRM_66 "Pre-Resize Pixel Shaders: off"
+STRING IDS_MAINFRM_68 "Aspect Ratio: %d:%d"
+STRING IDS_MAINFRM_69 "Aspect Ratio: Default"
+STRING IDS_MAINFRM_70 "Audio Delay: %I64dms"
+STRING IDS_MAINFRM_73 "Could not load shader: "
+STRING IDS_MAINFRM_77 "Error: Flash player for IE is required"
+STRING IDS_MAINFRM_78 "QuickTime not yet supported for X64 (apple library not available)"
+STRING IDS_MAINFRM_80 "Failed to create the filter graph object"
+STRING IDS_MAINFRM_81 "Invalid argument"
+STRING IDS_MAINFRM_82 "Opening aborted"
+STRING IDS_MAINFRM_83 "Failed to render the file"
+STRING IDS_MAINFRM_84 "Invalid file name"
+STRING IDS_MAINFRM_86 "Cannot connect the filters"
+STRING IDS_MAINFRM_87 "Cannot load any source filter"
+STRING IDS_MAINFRM_88 "Cannot render the file"
+STRING IDS_MAINFRM_89 "Invalid file format"
+STRING IDS_MAINFRM_9 "Volume: %02d/%02d, Title: %02d/%02d, Chapter: %02d/%02d"
+STRING IDS_MAINFRM_90 "File not found"
+STRING IDS_MAINFRM_91 "Unknown file type"
+STRING IDS_MAINFRM_92 "Unsupported stream"
+STRING IDS_MAINFRM_93 "Cannot find DVD directory"
+STRING IDS_MAINFRM_94 "Can't create the DVD Navigator filter"
+STRING IDS_MAINFRM_96 "Can't create video capture filter"
+STRING IDS_MAINFRM_98 "No capture filters"
+STRING IDS_MAINFRM_99 "Can't create capture graph builder object"
+STRING IDS_MAINFRM_DIR_CHECK "Include subdirectories"
+STRING IDS_MAINFRM_DIR_TITLE "Select Directory"
+STRING IDS_MAINFRM_PPOFFSCR "Post-Resize Pixel Shaders: off"
+STRING IDS_MAINFRM_PPONSCR "Post-Resize Pixel Shaders: on"
+STRING IDS_MB_SHOW_EDL_EDITOR "Do you want to activate the EDL editor?"
+STRING IDS_MENU_VIDEO_ANGLE "Video Ang&le"
+STRING IDS_MENU_VIDEO_STREAM "&Video Stream"
+STRING IDS_MFMT_3G2 "3G2"
+STRING IDS_MFMT_3GP "3GP"
+STRING IDS_MFMT_AC3 "AC-3/DTS"
+STRING IDS_MFMT_AIFF "AIFF"
+STRING IDS_MFMT_ALAC "Apple Lossless"
+STRING IDS_MFMT_AMR "AMR"
+STRING IDS_MFMT_APE "Monkey's Audio"
+STRING IDS_MFMT_AU "AU/SND"
+STRING IDS_MFMT_AVI "AVI"
+STRING IDS_MFMT_BDPLS "Blu-ray playlist"
+STRING IDS_MFMT_BINK "Smacker/Bink Video"
+STRING IDS_MFMT_CDA "Audio CD track"
+STRING IDS_MFMT_DSM "DirectShow Media"
+STRING IDS_MFMT_DVDVIDEO "DVD-Video"
+STRING IDS_MFMT_FLAC "FLAC"
+STRING IDS_MFMT_FLIC "FLIC Animation"
+STRING IDS_MFMT_FLV "Flash Video"
+STRING IDS_MFMT_IVF "Indeo Video Format"
+STRING IDS_MFMT_M4A "MPEG-4 Audio"
+STRING IDS_MFMT_MIDI "MIDI"
+STRING IDS_MFMT_MKA "Matroska audio"
+STRING IDS_MFMT_MKV "Matroska"
+STRING IDS_MFMT_MOV "QuickTime Movie"
+STRING IDS_MFMT_MP3 "MP3"
+STRING IDS_MFMT_MP4 "MP4"
+STRING IDS_MFMT_MPA "MPEG audio"
+STRING IDS_MFMT_MPC "Musepack"
+STRING IDS_MFMT_MPEG "MPEG"
+STRING IDS_MFMT_MPEGTS "MPEG-TS"
+STRING IDS_MFMT_OFR "OptimFROG"
+STRING IDS_MFMT_OGG "Ogg Vorbis"
+STRING IDS_MFMT_OGM "Ogg Media"
+STRING IDS_MFMT_OPUS "Opus Audio Codec"
+STRING IDS_MFMT_OTHER "Other"
+STRING IDS_MFMT_OTHER_AUDIO "Other Audio"
+STRING IDS_MFMT_PLS "Playlist"
+STRING IDS_MFMT_RA "Real Audio"
+STRING IDS_MFMT_RAR "RAR Archive"
+STRING IDS_MFMT_RM "Real Media"
+STRING IDS_MFMT_RT "Real Script"
+STRING IDS_MFMT_SWF "Shockwave Flash"
+STRING IDS_MFMT_TAK "TAK"
+STRING IDS_MFMT_TTA "True Audio"
+STRING IDS_MFMT_WAV "WAV"
+STRING IDS_MFMT_WEBM "WebM"
+STRING IDS_MFMT_WMA "Windows Media Audio"
+STRING IDS_MFMT_WMV "Windows Media Video"
+STRING IDS_MFMT_WV "WavPack"
+STRING IDS_MISSING_ICONS_LIB "The icons library ""mpciconlib.dll"" is missing.\nThe player's default icon will be used for file associations.\nPlease, reinstall MPC-HC to get ""mpciconlib.dll""."
+STRING IDS_MPC_BUG_REPORT "MPC-HC just crashed but this build was compiled without debug information.\nIf you want to report this bug, you should first try an official build.\n\nDo you want to visit the download page now?"
+STRING IDS_MPC_BUG_REPORT_TITLE "MPC-HC - Reporting a bug"
+STRING IDS_MPC_CRASH "MPC-HC terminated unexpectedly. To help us fix this problem, please send this file ""%s"" to our bug tracker.\n\nDo you want to open the folder containing the minidump file and visit the bug tracker now?"
+STRING IDS_MPC_MINIDUMP_FAIL "Failed to create dump file to ""%s"" (error %d)"
+STRING IDS_MPLAYERC_0 "Quick Open File"
+STRING IDS_MPLAYERC_100 "Goto Prev Subtitle"
+STRING IDS_MPLAYERC_101 "Goto Next Subtitle"
+STRING IDS_MPLAYERC_102 "Shift Subtitle Left"
+STRING IDS_MPLAYERC_103 "Shift Subtitle Right"
+STRING IDS_MPLAYERC_104 "Subtitle Delay -"
+STRING IDS_MPLAYERC_105 "Subtitle Delay +"
+STRING IDS_MPLAYERC_16 "Framestep back"
+STRING IDS_MPLAYERC_21 "Audio Delay +10ms"
+STRING IDS_MPLAYERC_22 "Audio Delay -10ms"
+STRING IDS_MPLAYERC_23 "Jump Forward (small)"
+STRING IDS_MPLAYERC_24 "Jump Backward (small)"
+STRING IDS_MPLAYERC_25 "Jump Forward (medium)"
+STRING IDS_MPLAYERC_26 "Jump Backward (medium)"
+STRING IDS_MPLAYERC_27 "Jump Forward (large)"
+STRING IDS_MPLAYERC_28 "Jump Backward (large)"
+STRING IDS_MPLAYERC_29 "Jump Forward (keyframe)"
+STRING IDS_MPLAYERC_30 "Jump Backward (keyframe)"
+STRING IDS_MPLAYERC_39 "Fullscreen (w/o res.change)"
+STRING IDS_MPLAYERC_47 "PnS Inc Height"
+STRING IDS_MPLAYERC_50 "PnS Dec Height"
+STRING IDS_MPLAYERC_59 "PnS Down/Right"
+STRING IDS_MPLAYERC_6 "Save Image (auto)"
+STRING IDS_MPLAYERC_63 "DVD Title Menu"
+STRING IDS_MPLAYERC_65 "DVD Subtitle Menu"
+STRING IDS_MPLAYERC_66 "DVD Audio Menu"
+STRING IDS_MPLAYERC_67 "DVD Angle Menu"
+STRING IDS_MPLAYERC_68 "DVD Chapter Menu"
+STRING IDS_MPLAYERC_70 "DVD Menu Right"
+STRING IDS_MPLAYERC_73 "DVD Menu Activate"
+STRING IDS_MPLAYERC_75 "DVD Menu Leave"
+STRING IDS_MPLAYERC_77 "Player Menu (short)"
+STRING IDS_MPLAYERC_78 "Player Menu (long)"
+STRING IDS_MPLAYERC_85 "On/Off Subtitle"
+STRING IDS_MPLAYERC_86 "Reload Subtitles"
+STRING IDS_MPLAYERC_87 "Next Audio (OGM)"
+STRING IDS_MPLAYERC_88 "Prev Audio (OGM)"
+STRING IDS_MPLAYERC_89 "Next Subtitle (OGM)"
+STRING IDS_MPLAYERC_90 "Prev Subtitle (OGM)"
+STRING IDS_MPLAYERC_91 "Next Angle (DVD)"
+STRING IDS_MPLAYERC_92 "Prev Angle (DVD)"
+STRING IDS_MPLAYERC_93 "Next Audio (DVD)"
+STRING IDS_MPLAYERC_94 "Prev Audio (DVD)"
+STRING IDS_MPLAYERC_95 "Next Subtitle (DVD)"
+STRING IDS_MPLAYERC_96 "Prev Subtitle (DVD)"
+STRING IDS_MPLAYERC_97 "On/Off Subtitle (DVD)"
+STRING IDS_MPLAYERC_98 "Remaining Time"
+STRING IDS_MPLAYERC_99 "Toggle Direct3D fullscreen"
+STRING IDS_NAVIGATE_TUNERSCAN "Tuner scan"
+STRING IDS_NAVIGATION_BAR "Navigation Bar"
+STRING IDS_NEW_UPDATE_AVAILABLE "MPC-HC v%s is now available. You are using v%s.\n\nDo you want to visit MPC-HC's website to download it?"
+STRING IDS_NORMALIZE "Toggle normalization"
+STRING IDS_NO_MORE_MEDIA "No more media in the current folder."
+STRING IDS_NO_PARENTAL_RATING "Not rated"
+STRING IDS_OPEN_WITH_MPC "Play with MPC-HC"
+STRING IDS_OPTIONS_CAPTION "Options"
+STRING IDS_OSD_BRIGHTNESS "Brightness: %s"
+STRING IDS_OSD_CONTRAST "Contrast: %s"
+STRING IDS_OSD_CUSTOM_CH_MAPPING_OFF "Custom channel mapping: Off"
+STRING IDS_OSD_CUSTOM_CH_MAPPING_ON "Custom channel mapping: On"
+STRING IDS_OSD_HUE "Hue: %s°"
+STRING IDS_OSD_IMAGE_SAVED "Image saved successfully"
+STRING IDS_OSD_NORMALIZE_OFF "Normalization: Off"
+STRING IDS_OSD_NORMALIZE_ON "Normalization: On"
+STRING IDS_OSD_NO_COLORCONTROL "Color control is not supported"
+STRING IDS_OSD_REGAIN_VOLUME_OFF "Regain volume: Off"
+STRING IDS_OSD_REGAIN_VOLUME_ON "Regain volume: On"
+STRING IDS_OSD_RESET_COLOR "Color settings restored"
+STRING IDS_OSD_RS_10BIT_RBG_IN_OFF "Force 10-bit RGB Input: Off"
+STRING IDS_OSD_RS_10BIT_RBG_IN_ON "Force 10-bit RGB Input: On"
+STRING IDS_OSD_RS_10BIT_RBG_OUT_OFF "10-bit RGB Output: Off"
+STRING IDS_OSD_RS_10BIT_RBG_OUT_ON "10-bit RGB Output: On"
+STRING IDS_OSD_RS_ACCURATE_VSYNC_OFF "Accurate VSync: Off"
+STRING IDS_OSD_RS_ACCURATE_VSYNC_ON "Accurate VSync: On"
+STRING IDS_OSD_RS_ALT_VSYNC_OFF "Alternative VSync: Off"
+STRING IDS_OSD_RS_ALT_VSYNC_ON "Alternative VSync: On"
+STRING IDS_OSD_RS_AMBIENT_LIGHT_BRIGHT "Ambient Light: Bright (2.2 Gamma)"
+STRING IDS_OSD_RS_AMBIENT_LIGHT_DARK "Ambient Light: Dark (2.4 Gamma)"
+STRING IDS_OSD_RS_AMBIENT_LIGHT_DIM "Ambient Light: Dim (2.35 Gamma)"
+STRING IDS_OSD_RS_COLOR_MANAGEMENT_OFF "Color Management: Off"
+STRING IDS_OSD_RS_COLOR_MANAGEMENT_ON "Color Management: On"
+STRING IDS_OSD_RS_D3D_FS_GUI_SUPP_OFF "D3D Fullscreen GUI Support: Off"
+STRING IDS_OSD_RS_D3D_FS_GUI_SUPP_ON "D3D Fullscreen GUI Support: On"
+STRING IDS_OSD_RS_D3D_FULLSCREEN_OFF "D3D Fullscreen: Off"
+STRING IDS_OSD_RS_D3D_FULLSCREEN_ON "D3D Fullscreen: On"
+STRING IDS_OSD_RS_FLUSH_AFT_PRES_OFF "Flush GPU after Present: Off"
+STRING IDS_OSD_RS_FLUSH_AFT_PRES_ON "Flush GPU after Present: On"
+STRING IDS_OSD_RS_FLUSH_BEF_VSYNC_OFF "Flush GPU before VSync: Off"
+STRING IDS_OSD_RS_FLUSH_BEF_VSYNC_ON "Flush GPU before VSync: On"
+STRING IDS_OSD_RS_FT_CORRECTION_OFF "Frame Time Correction: Off"
+STRING IDS_OSD_RS_FT_CORRECTION_ON "Frame Time Correction: On"
+STRING IDS_OSD_RS_FULL_FP_PROCESS_OFF "Full Floating Point Processing: Off"
+STRING IDS_OSD_RS_FULL_FP_PROCESS_ON "Full Floating Point Processing: On"
+STRING IDS_OSD_RS_HALF_FP_PROCESS_OFF "Half Floating Point Processing: Off"
+STRING IDS_OSD_RS_HALF_FP_PROCESS_ON "Half Floating Point Processing: On"
+STRING IDS_OSD_RS_INPUT_TYPE_AUTO "Input Type: Auto-Detect"
+STRING IDS_OSD_RS_INPUT_TYPE_HDTV "Input Type: HDTV"
+STRING IDS_OSD_RS_INPUT_TYPE_SD_NTSC "Input Type: SDTV NTSC"
+STRING IDS_OSD_RS_INPUT_TYPE_SD_PAL "Input Type: SDTV PAL"
+STRING IDS_OSD_RS_NO_DESKTOP_COMP_OFF "Disable desktop composition: Off"
+STRING IDS_OSD_RS_NO_DESKTOP_COMP_ON "Disable desktop composition: On"
+STRING IDS_OSD_RS_OUTPUT_RANGE "Output Range: %s"
+STRING IDS_OSD_RS_PRESENT_NEAREST_OFF "Present at Nearest VSync: Off"
+STRING IDS_OSD_RS_PRESENT_NEAREST_ON "Present at Nearest VSync: On"
+STRING IDS_OSD_RS_REND_INTENT_ABSOLUTE "Rendering Intent: Absolute Colorimetric"
+STRING IDS_OSD_RS_REND_INTENT_PERCEPT "Rendering Intent: Perceptual"
+STRING IDS_OSD_RS_REND_INTENT_RELATIVE "Rendering Intent: Relative Colorimetric"
+STRING IDS_OSD_RS_REND_INTENT_SATUR "Rendering Intent: Saturation"
+STRING IDS_OSD_RS_RESET_DEFAULT "Renderer settings reset to default"
+STRING IDS_OSD_RS_RESET_OPTIMAL "Renderer settings reset to optimal"
+STRING IDS_OSD_RS_SYNC_TO_DISPLAY_OFF "Synchronize Video to Display: Off"
+STRING IDS_OSD_RS_SYNC_TO_DISPLAY_ON "Synchronize Video to Display: On"
+STRING IDS_OSD_RS_SYNC_TO_VIDEO_OFF "Synchronize Display to Video: Off"
+STRING IDS_OSD_RS_SYNC_TO_VIDEO_ON "Synchronize Display to Video: On"
+STRING IDS_OSD_RS_TARGET_VSYNC_OFFSET "Target VSync Offset: %.1f"
+STRING IDS_OSD_RS_VSYNC_OFF "VSync: Off"
+STRING IDS_OSD_RS_VSYNC_OFFSET "VSync Offset: %d"
+STRING IDS_OSD_RS_VSYNC_ON "VSync: On"
+STRING IDS_OSD_RS_WAIT_OFF "Wait for GPU Flush: Off"
+STRING IDS_OSD_RS_WAIT_ON "Wait for GPU Flush: On"
+STRING IDS_OSD_SATURATION "Saturation: %s"
+STRING IDS_OSD_SPEED "Speed: %.2lfx"
+STRING IDS_OSD_THUMBS_SAVED "Thumbnails saved successfully"
+STRING IDS_OSD_ZOOM "Zoom: %.0lf%%"
+STRING IDS_OSD_ZOOM_AUTO "Zoom: Auto"
+STRING IDS_OSD_ZOOM_AUTO_LARGER "Zoom: Auto (Larger Only)"
+STRING IDS_OVERRIDE_EXT_SPLITTER_CHOICE "External splitters can have their own language preference options thus MPC-HC default behavior is not to change their initial choice.\nEnable this option if you want MPC-HC to control external splitters."
+STRING IDS_PANSCAN_EDIT "&Edit..."
+STRING IDS_PARENTAL_RATING "%d+"
+STRING IDS_PIXELSHADERCOMPILER_0 "Cannot load D3DX9_xx.dll, pixel shaders will not work."
+STRING IDS_PIXELSHADERCOMPILER_1 "Cannot find necessary function entry points in D3DX9_xx.dll, pixel shaders will not work."
+STRING IDS_PLAYLIST_ADD "A&dd"
+STRING IDS_PLAYLIST_CAPTION "Playlist"
+STRING IDS_PLAYLIST_CLEAR "C&lear"
+STRING IDS_PLAYLIST_COPYTOCLIPBOARD "&Copy to clipboard"
+STRING IDS_PLAYLIST_HIDEFS "Hide on Fullscreen"
+STRING IDS_PLAYLIST_OPEN "&Open"
+STRING IDS_PLAYLIST_RANDOMIZE "R&andomize"
+STRING IDS_PLAYLIST_REMOVE "&Remove"
+STRING IDS_PLAYLIST_RESTORE "R&estore"
+STRING IDS_PLAYLIST_SAVEAS "&Save As..."
+STRING IDS_PLAYLIST_SHOWFOLDER "Open file location"
+STRING IDS_PLAYLIST_SHUFFLE "Shuffle"
+STRING IDS_PLAYLIST_SORTBYLABEL "Sort by &label"
+STRING IDS_PLAYLIST_SORTBYPATH "Sort by &path"
+STRING IDS_PPAGEWEBSERVER_0 "Select the directory"
+STRING IDS_PPAGE_CAPTURE_FG0 "Never (fastest approach)"
+STRING IDS_PPAGE_CAPTURE_FG1 "Only when switching different video types (default)"
+STRING IDS_PPAGE_CAPTURE_FG2 "Always (slowest option)"
+STRING IDS_PPAGE_CAPTURE_FGDESC0 "Not supported by some devices. Two video decoders always present in the filter graph."
+STRING IDS_PPAGE_CAPTURE_FGDESC1 "Fast except when switching between different video streams. Only one video decoder present in the filter graph."
+STRING IDS_PPAGE_CAPTURE_FGDESC2 "Not recommended. Only for testing purposes."
+STRING IDS_PPAGE_CAPTURE_SFG0 "Never if possible (fastest, but not supported by most filters)"
+STRING IDS_PPAGE_CAPTURE_SFG1 "Only when switching different video types (default)"
+STRING IDS_PPAGE_CAPTURE_SFG2 "Always (may be required by some devices)"
+STRING IDS_PPAGE_FS_CLN_DISPLAY_MODE "Display mode (Hz)"
+STRING IDS_PPAGE_FS_CLN_FROM_FPS "From fps"
+STRING IDS_PPAGE_FS_CLN_ON_OFF "On/Off"
+STRING IDS_PPAGE_FS_CLN_TO_FPS "To fps"
+STRING IDS_PPAGE_FS_DEFAULT "Default"
+STRING IDS_PPAGE_FS_OTHER "Other"
+STRING IDS_PPAGE_OUTPUT_DXR "Haali Video Renderer"
+STRING IDS_PPAGE_OUTPUT_EVR "Enhanced Video Renderer"
+STRING IDS_PPAGE_OUTPUT_EVR_CUSTOM "Enhanced Video Renderer (custom presenter)"
+STRING IDS_PPAGE_OUTPUT_MADVR "madVR"
+STRING IDS_PPAGE_OUTPUT_NULL_COMP "Null (anything)"
+STRING IDS_PPAGE_OUTPUT_NULL_UNCOMP "Null (uncompressed)"
+STRING IDS_PPAGE_OUTPUT_OLDRENDERER "Old Video Renderer"
+STRING IDS_PPAGE_OUTPUT_OVERLAYMIXER "Overlay Mixer Renderer"
+STRING IDS_PPAGE_OUTPUT_RESIZER_BICUB1 "Bicubic A=-0.60 (PS 2.0)"
+STRING IDS_PPAGE_OUTPUT_RESIZER_BICUB2 "Bicubic A=-0.75 (PS 2.0)"
+STRING IDS_PPAGE_OUTPUT_RESIZER_BICUB3 "Bicubic A=-1.00 (PS 2.0)"
+STRING IDS_PPAGE_OUTPUT_RESIZER_BILIN "Bilinear"
+STRING IDS_PPAGE_OUTPUT_RESIZER_BIL_PS "Bilinear (PS 2.0)"
+STRING IDS_PPAGE_OUTPUT_RESIZE_NN "Nearest neighbor"
+STRING IDS_PPAGE_OUTPUT_SURF_2D "2D surfaces"
+STRING IDS_PPAGE_OUTPUT_SURF_3D "3D surfaces (recommended)"
+STRING IDS_PPAGE_OUTPUT_SURF_OFFSCREEN "Regular offscreen plain surface"
+STRING IDS_PPAGE_OUTPUT_SYNC "Sync Renderer"
+STRING IDS_PPAGE_OUTPUT_SYS_DEF "System Default"
+STRING IDS_PPAGE_OUTPUT_UNAVAILABLE "**unavailable**"
+STRING IDS_PPAGE_OUTPUT_UNAVAILABLEMSG "The selected renderer is not installed."
+STRING IDS_PPAGE_OUTPUT_VMR7RENDERLESS "Video Mixing Renderer 7 (renderless)"
+STRING IDS_PPAGE_OUTPUT_VMR7WINDOWED "Video Mixing Renderer 7 (windowed)"
+STRING IDS_PPAGE_OUTPUT_VMR9RENDERLESS "Video Mixing Renderer 9 (renderless)"
+STRING IDS_PPAGE_OUTPUT_VMR9WINDOWED "Video Mixing Renderer 9 (windowed)"
+STRING IDS_PPSDB_BADURL "Bad URL, could not locate subtitle database there!"
+STRING IDS_PPSDB_PROTOCOLERR "Protocol version mismatch, please upgrade your player or choose a different address!"
+STRING IDS_PPSDB_URLCORRECT "The URL appears to be correct!"
+STRING IDS_PROPSHEET_PROPERTIES "Properties"
+STRING IDS_REALVIDEO_INCOMPATIBLE "Filename contains unsupported characters (use only A-Z, 0-9)"
+STRING IDS_RECENT_FILES "Recent Files"
+STRING IDS_RECENT_FILES_CLEAR "&Clear list"
+STRING IDS_RECENT_FILES_QUESTION "Are you sure that you want to delete recent files list?"
+STRING IDS_REGAIN_VOLUME "Toggle regain volume"
+STRING IDS_RESET_COLOR "Reset color settings"
+STRING IDS_RESET_SETTINGS "Reset settings"
+STRING IDS_RESET_SETTINGS_MUTEX "Please close all instances of MPC-HC so that the default settings can be restored."
+STRING IDS_RESET_SETTINGS_WARNING "Are you sure you want to restore MPC-HC to its default settings?\nBe warned that ALL your current settings will be lost!"
+STRING IDS_RFS_COMPRESSED "Compressed files are not supported"
+STRING IDS_RFS_ENCRYPTED "Encrypted files are not supported"
+STRING IDS_RFS_MISSING_VOLS "Couldn't find all archive volumes"
+STRING IDS_RFS_NO_FILES "No media files found in the archive"
+STRING IDS_SATURATION_DEC "Saturation decrease"
+STRING IDS_SATURATION_INC "Saturation increase"
+STRING IDS_SCALE_16_9 "Scale to 16:9 TV,%.3f,%.3f,%.3f,%.3f"
+STRING IDS_SCALE_ULTRAWIDE "Zoom To Ultra-Widescreen,%.3f,%.3f,%.3f,%.3f"
+STRING IDS_SCALE_WIDESCREEN "Zoom To Widescreen,%.3f,%.3f,%.3f,%.3f"
+STRING IDS_SCREENSHOT_ERROR_OVERLAY "The ""Save Image"" and ""Save Thumbnails"" functions do not work with the Overlay Mixer video renderer.\nChange the video renderer in MPC's output options and reopen the file."
+STRING IDS_SCREENSHOT_ERROR_QT "The ""Save Image"" and ""Save Thumbnails"" functions do not work with the default video renderer for QuickTime.\nSelect one of the DirectX renderers for QuickTime in MPC-HC's output options and reopen the file."
+STRING IDS_SCREENSHOT_ERROR_REAL "The ""Save Image"" and ""Save Thumbnails"" functions do not work with the default video renderer for RealMedia.\nSelect one of the DirectX renderers for RealMedia in MPC-HC's output options and reopen the file."
+STRING IDS_SCREENSHOT_ERROR_SHOCKWAVE "The ""Save Image"" and ""Save Thumbnails"" functions do not work for Shockwave files."
+STRING IDS_SHADEREDITORDLG_0 "Are you sure you want to delete this shader?"
+STRING IDS_SHADERS_EDIT "&Edit shaders..."
+STRING IDS_SHADERS_SELECT "&Select Shaders..."
+STRING IDS_SHADERS_TOGGLE "Enable Pre-Resize Pixel Shaders"
+STRING IDS_SHADERS_TOGGLE_SCREENSPACE "Enable Post-Resize Pixel Shaders"
+STRING IDS_SHADER_EDITOR "Shader Editor"
+STRING IDS_SIDE_LEFT "Side Left"
+STRING IDS_SIDE_RIGHT "Side Right"
+STRING IDS_SIZE_UNIT_G "GB"
+STRING IDS_SIZE_UNIT_K "KB"
+STRING IDS_SIZE_UNIT_M "MB"
+STRING IDS_SPEEDSTEP_AUTO "Auto"
+STRING IDS_SPEED_UNIT_G "GB/s"
+STRING IDS_SPEED_UNIT_K "KB/s"
+STRING IDS_SPEED_UNIT_M "MB/s"
+STRING IDS_SRC_RFS "Based on RARFileSource, doesn't support compressed files"
+STRING IDS_SRC_VTS "Open VTS_xx_0.ifo to load VTS_xx_x.vob files in one piece"
+STRING IDS_STATSBAR_BITRATE "Bitrate"
+STRING IDS_STATSBAR_BITRATE_AVG_CUR " (avg/cur)"
+STRING IDS_STATSBAR_JITTER "Jitter"
+STRING IDS_STATSBAR_SIGNAL "Signal"
+STRING IDS_STATSBAR_SIGNAL_FORMAT "Strength: %d dB, Quality: %d%%"
+STRING IDS_STATSBAR_SYNC_OFFSET "Sync Offset"
+STRING IDS_STATSBAR_SYNC_OFFSET_FORMAT "avg: %d ms, dev: %d ms"
+STRING IDS_STRETCH_TO_WINDOW "Stretch To Window"
+STRING IDS_SUBDL_DLG_CONNECT_ERROR "Cannot connect to the online subtitles database."
+STRING IDS_SUBDL_DLG_DISC_COL "Disc"
+STRING IDS_SUBDL_DLG_DOWNLOADING "Downloading subtitle(s), please wait."
+STRING IDS_SUBDL_DLG_FILENAME_COL "File"
+STRING IDS_SUBDL_DLG_FORMAT_COL "Format"
+STRING IDS_SUBDL_DLG_LANGUAGE_COL "Language"
+STRING IDS_SUBDL_DLG_NOT_FOUND "No subtitles found."
+STRING IDS_SUBDL_DLG_PARSING "Parsing list..."
+STRING IDS_SUBDL_DLG_SUBS_AVAIL " %d subtitle(s) available."
+STRING IDS_SUBDL_DLG_TITLES_COL "Title(s)"
+STRING IDS_SUBFILE_DELAY "Delay (ms):"
+STRING IDS_SUBRESYNC_CAPTION "Subresync"
+STRING IDS_SUBRESYNC_CLN_ACTOR "Actor"
+STRING IDS_SUBRESYNC_CLN_CELL_ID "Cell ID"
+STRING IDS_SUBRESYNC_CLN_CHARSET "CharSet"
+STRING IDS_SUBRESYNC_CLN_EFFECT "Effect"
+STRING IDS_SUBRESYNC_CLN_END "End"
+STRING IDS_SUBRESYNC_CLN_FONT "Font"
+STRING IDS_SUBRESYNC_CLN_FORCED "Forced"
+STRING IDS_SUBRESYNC_CLN_LAYER "Layer"
+STRING IDS_SUBRESYNC_CLN_PREVIEW "Preview"
+STRING IDS_SUBRESYNC_CLN_STYLE "Style"
+STRING IDS_SUBRESYNC_CLN_TEXT "Text"
+STRING IDS_SUBRESYNC_CLN_TIME "Time"
+STRING IDS_SUBRESYNC_CLN_UNICODE "Unicode"
+STRING IDS_SUBRESYNC_CLN_VOB_ID "Vob ID"
+STRING IDS_SUBRESYNC_CURRENT "&Current"
+STRING IDS_SUBRESYNC_DECREASE "&Decrease"
+STRING IDS_SUBRESYNC_DELETE "&Delete"
+STRING IDS_SUBRESYNC_DUPLICATE "D&uplicate"
+STRING IDS_SUBRESYNC_EDIT "&Edit"
+STRING IDS_SUBRESYNC_INCREASE "&Increase"
+STRING IDS_SUBRESYNC_NO "&No"
+STRING IDS_SUBRESYNC_ORIGINAL "&Original"
+STRING IDS_SUBRESYNC_RESET "&Reset"
+STRING IDS_SUBRESYNC_SEPARATOR "&Separator"
+STRING IDS_SUBRESYNC_TIME_FORMAT "The correct time format is [-]hh:mm:ss.ms (e.g. 01:23:45.678)."
+STRING IDS_SUBRESYNC_YES "&Yes"
+STRING IDS_SUBTITLES_DEFAULT_STYLE "&Default Style"
+STRING IDS_SUBTITLES_ENABLE "&Enable"
+STRING IDS_SUBTITLES_ERROR "Subtitles are not loaded or unsupported renderer."
+STRING IDS_SUBTITLES_OPTIONS "&Options..."
+STRING IDS_SUBTITLES_RELOAD "&Reload"
+STRING IDS_SUBTITLES_STYLES "&Styles..."
+STRING IDS_SUBTITLE_STREAM "Subtitle: %s"
+STRING IDS_SUBTITLE_STREAM_OFF "Subtitle: off"
+STRING IDS_TEXTFILE_ENC "Encoding:"
+STRING IDS_THUMB_COLNUMBER "Columns:"
+STRING IDS_THUMB_IMAGE_WIDTH "Image width"
+STRING IDS_THUMB_PIXELS "Pixels:"
+STRING IDS_THUMB_ROWNUMBER "Rows:"
+STRING IDS_THUMB_THUMBNAILS "Layout"
+STRING IDS_TIME_TOOLTIP_ABOVE "Above seekbar"
+STRING IDS_TIME_TOOLTIP_BELOW "Below seekbar"
+STRING IDS_TOOLTIP_EXPLORE_TO_FILE "Double click to open file location"
+STRING IDS_TOOLTIP_REMAINING_TIME "Toggle between elapsed and remaining time"
+STRING IDS_TOP_BACK_CENTER "Top Back Center"
+STRING IDS_TOP_BACK_LEFT "Top Back Left"
+STRING IDS_TOP_BACK_RIGHT "Top Back Right"
+STRING IDS_TOP_CENTER "Top Center"
+STRING IDS_TOP_FRONT_CENTER "Top Front Center"
+STRING IDS_TOP_FRONT_LEFT "Top Front Left"
+STRING IDS_TOP_FRONT_RIGHT "Top Front Right"
+STRING IDS_TOUCH_WINDOW_FROM_INSIDE "Touch Window From Inside"
+STRING IDS_TOUCH_WINDOW_FROM_OUTSIDE "Touch Window From Outside"
+STRING IDS_UNKNOWN_SWITCH "Unrecognized switch(es) found in command line string: \n\n"
+STRING IDS_UPDATE_CLOSE "&Close"
+STRING IDS_UPDATE_CONFIG_AUTO_CHECK "Do you want to check periodically for MPC-HC updates?\n\nThis feature can be disabled later from the Miscellaneous options page."
+STRING IDS_UPDATE_DELAY_ERROR_MSG "Please enter a number between 1 and 365."
+STRING IDS_UPDATE_DELAY_ERROR_TITLE "Invalid delay"
+STRING IDS_UPDATE_ERROR "Update server not found.\n\nPlease check your internet connection or try again later."
+STRING IDS_USAGE "Usage: mpc-hc.exe ""pathname"" [switches]\n\n""pathname""\tThe main file or directory to be loaded (wildcards\n\t\tallowed, ""-"" denotes standard input)\n/dub ""dubname""\tLoad an additional audio file\n/dubdelay ""file""\tLoad an additional audio file shifted with XXms (if\n\t\tthe file contains ""...DELAY XXms..."")\n/d3dfs\t\tStart rendering in D3D fullscreen mode\n/sub ""subname""\tLoad an additional subtitle file\n/filter ""filtername""\tLoad DirectShow filters from a dynamic link\n\t\tlibrary (wildcards allowed)\n/dvd\t\tRun in dvd mode, ""pathname"" means the dvd\n\t\tfolder (optional)\n/dvdpos T#C\tStart playback at title T, chapter C\n/dvdpos T#hh:mm\tStart playback at title T, position hh:mm:ss\n/cd\t\tLoad all the tracks of an audio cd or (s)vcd,\n\t\t""pathname"" means the drive path (optional)\n/device\t\tOpen the default video device\n/open\t\tOpen the file, don't automatically start playback\n/play\t\tStart playing the file as soon the player is\n\t\tlaunched\n/close\t\tClose the player after playback (only works when\n\t\tused with /play)\n/shutdown\tShutdown the operating system after playback\n/fullscreen\tStart in full-screen mode\n/minimized\tStart in minimized mode\n/new\t\tUse a new instance of the player\n/add\t\tAdd ""pathname"" to playlist, can be combined\n\t\twith /open and /play\n/regvid\t\tCreate file associations for video files\n/regaud\t\tCreate file associations for audio files\n/regpl\t\tCreate file associations for playlist files\n/regall\t\tCreate file associations for all supported file types\n/unregall\t\tRemove all file associations\n/start ms\t\tStart playing at ""ms"" (= milliseconds)\n/startpos hh:mm:ss\tStart playing at position hh:mm:ss\n/fixedsize w,h\tSet a fixed window size\n/monitor N\tStart player on monitor N, where N starts from 1\n/audiorenderer N\tStart using audiorenderer N, where N starts from 1\n\t\t(see ""Output"" settings)\n/reset\t\tRestore default settings\n/help /h /?\tShow help about command line switches\n"
+STRING IDS_USING_LATEST_STABLE "\nYou are already using the latest stable version."
+STRING IDS_USING_NEWER_VERSION "Your current version is v%s.\n\nThe latest stable version is v%s."
+STRING IDS_VIDEO_STREAM "Video: %s"
+STRING IDS_VIEW_BORDERLESS "Hide &borders\tCtrl+0"
+STRING IDS_VIEW_CAPTIONMENU "Sho&w Caption&&Menu\tCtrl+0"
+STRING IDS_VIEW_FRAMEONLY "Frame Only\tCtrl+0"
+STRING IDS_VIEW_HIDEMENU "Hide &Menu\tCtrl+0"
+STRING IDS_VOLUME_BOOST_DEC "Volume boost decrease"
+STRING IDS_VOLUME_BOOST_INC "Volume boost increase"
+STRING IDS_VOLUME_BOOST_MAX "Volume boost Max"
+STRING IDS_VOLUME_BOOST_MIN "Volume boost Min"
+STRING IDS_VOLUME_OSD "Vol: %d%%"
+STRING IDS_WEBSERVER_ERROR_TEST "You need to apply the new settings before testing them."
+STRING IDS_ZOOM1 "Zoom 1"
+STRING IDS_ZOOM2 "Zoom 2"
+STRING IDS_ZOOM_AUTOFIT "Auto Fit"
+STRING IDS_ZOOM_AUTOFIT_LARGER "Auto Fit (Larger Only)"
+STRING ID_NAVIGATE_SKIPBACK "Skip back\nSkip back"
+STRING ID_NAVIGATE_SKIPFORWARD "Skip forward\nSkip forward"
+STRING ID_PLAY_DECRATE "Decrease speed\nDecrease speed"
+STRING ID_PLAY_FRAMESTEP "Step\nStep"
+STRING ID_PLAY_INCRATE "Increase speed\nIncrease speed"
+STRING ID_PLAY_PAUSE "Pause\nPause"
+STRING ID_PLAY_PLAY "Play\nPlay"
+STRING ID_PLAY_STOP "Stop\nStop"
+STRING ID_VOLUME_MUTE "Mute"
+STRING ID_VOLUME_MUTE_DISABLED "No audio"
+STRING ID_VOLUME_MUTE_ON "Unmute"
diff --git a/src/mpc-hc/mplayerc.cpp b/src/mpc-hc/mplayerc.cpp
index cfeb5ce1c..63c894695 100644
--- a/src/mpc-hc/mplayerc.cpp
+++ b/src/mpc-hc/mplayerc.cpp
@@ -69,6 +69,7 @@ const LanguageResource CMPlayerCApp::languageResources[] = {
{ID_LANGUAGE_ROMANIAN, 1048, _T("Romanian"), _T("Lang\\mpcresources.ro.dll")},
{ID_LANGUAGE_RUSSIAN, 1049, _T("Russian"), _T("Lang\\mpcresources.ru.dll")},
{ID_LANGUAGE_SLOVAK, 1051, _T("Slovak"), _T("Lang\\mpcresources.sk.dll")},
+ {ID_LANGUAGE_SLOVENIAN, 1060, _T("Slovenian"), _T("Lang\\mpcresources.sl.dll")},
{ID_LANGUAGE_SWEDISH, 1053, _T("Swedish"), _T("Lang\\mpcresources.sv.dll")},
{ID_LANGUAGE_SPANISH, 1034, _T("Spanish"), _T("Lang\\mpcresources.es.dll")},
{ID_LANGUAGE_TURKISH, 1055, _T("Turkish"), _T("Lang\\mpcresources.tr.dll")},
diff --git a/src/mpc-hc/resource.h b/src/mpc-hc/resource.h
index fa4d4eeed..63ae3a283 100644
--- a/src/mpc-hc/resource.h
+++ b/src/mpc-hc/resource.h
@@ -716,6 +716,7 @@
#define ID_LANGUAGE_GREEK 32811
#define ID_LANGUAGE_ROMANIAN 32812
#define ID_LANGUAGE_ENGLISH_GB 32813
+#define ID_LANGUAGE_SLOVENIAN 32814
#define ID_LANGUAGE_LAST 32829
#define IDS_AG_CLOSE 32830
#define IDS_SHADEREDITORDLG_0 32831