172 lines
7.2 KiB
C#
172 lines
7.2 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace mpvnet.Properties {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class Resources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Resources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mpvnet.Properties.Resources", typeof(Resources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to
|
|
/// # This file defines the input (keys and mouse) bindings of mpv and mpv.net
|
|
/// # and it also defines the context menu of mpv.net. mpv.net has an input
|
|
/// # editor and an config editor as alternative to editing conf text files.
|
|
/// # The input and config editor can be found in mpv.net's context menu at:
|
|
///
|
|
/// # Settings > Show Config Editor
|
|
/// # Settings > Show Input Editor
|
|
///
|
|
/// # The defaults of this file can be found at:
|
|
///
|
|
/// # https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/inputConf.txt
|
|
///
|
|
/// # th [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string inputConf {
|
|
get {
|
|
return ResourceManager.GetString("inputConf", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to
|
|
///# manual: https://mpv.io/manual/master/
|
|
///
|
|
///# defaults: https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/mpvConf.txt
|
|
///
|
|
///input-ar-delay = 500
|
|
///input-ar-rate = 20
|
|
///volume = 50
|
|
///hwdec = yes
|
|
///keep-open = yes
|
|
///keep-open-pause = no
|
|
///osd-playing-msg = '${filename}'
|
|
///screenshot-directory = '~~desktop/'
|
|
///input-default-bindings = no
|
|
///script-opts=osc-scalewindowed=1.5.
|
|
/// </summary>
|
|
internal static string mpvConf {
|
|
get {
|
|
return ResourceManager.GetString("mpvConf", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [[settings]]
|
|
///name = "hwdec"
|
|
///default = "no"
|
|
///filter = "Video"
|
|
///url = "https://mpv.io/manual/master/#options-hwdec"
|
|
///help = "Specify the hardware video decoding API that should be used if possible. Whether hardware decoding is actually done depends on the video codec. If hardware decoding is not possible, mpv will fall back on software decoding.\n\nFor more information visit:"
|
|
///options = [{ name = "no", help = "always use software decoding" },
|
|
/// { name = "auto", help = "enable be [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string mpvConfToml {
|
|
get {
|
|
return ResourceManager.GetString("mpvConfToml", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
internal static System.Drawing.Bitmap mpvnet {
|
|
get {
|
|
object obj = ResourceManager.GetObject("mpvnet", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to dark-color = '#1E90FF'
|
|
///light-color = '#28394F'.
|
|
/// </summary>
|
|
internal static string mpvNetConf {
|
|
get {
|
|
return ResourceManager.GetString("mpvNetConf", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [[settings]]
|
|
///name = "dark-mode"
|
|
///default = "always"
|
|
///filter = "General"
|
|
///help = "Enables a dark theme. (mpv.net specific setting)"
|
|
///options = [{ name = "always" },
|
|
/// { name = "system" , help = "Available on Windows 10 or higher" },
|
|
/// { name = "never" }]
|
|
///
|
|
///[[settings]]
|
|
///name = "dark-color"
|
|
///type = "color"
|
|
///filter = "General"
|
|
///help = "Theme color used in dark-mode. Leave empty to use OS theme. (mpv.net specific setting)"
|
|
///
|
|
///[[settings]]
|
|
///name = "light-color"
|
|
///type = "color"
|
|
///filter = "General" [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string mpvNetConfToml {
|
|
get {
|
|
return ResourceManager.GetString("mpvNetConfToml", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|