1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Incremental checkin.

Nothing functional still.
This commit is contained in:
Jordan Wages 2018-06-23 12:58:22 -05:00
commit 6f99539ba7
6 changed files with 226 additions and 22 deletions

View file

@ -60,6 +60,69 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to 120 fps.
/// </summary>
public static string _120fpsLabel {
get {
return ResourceManager.GetString("_120fpsLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 24 fps.
/// </summary>
public static string _24fpsLabel {
get {
return ResourceManager.GetString("_24fpsLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 2x.
/// </summary>
public static string _2xLabel {
get {
return ResourceManager.GetString("_2xLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 30 fps.
/// </summary>
public static string _30fpsLabel {
get {
return ResourceManager.GetString("_30fpsLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 3x.
/// </summary>
public static string _3xLabel {
get {
return ResourceManager.GetString("_3xLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 4x.
/// </summary>
public static string _4xLabel {
get {
return ResourceManager.GetString("_4xLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 60 fps.
/// </summary>
public static string _60fpsLabel {
get {
return ResourceManager.GetString("_60fpsLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Advanced Options.
/// </summary>
@ -78,6 +141,15 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Custom Rate.
/// </summary>
public static string CustomPlaybackRateLabel {
get {
return ResourceManager.GetString("CustomPlaybackRateLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input.
/// </summary>
@ -96,6 +168,24 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Height.
/// </summary>
public static string HeightLabel {
get {
return ResourceManager.GetString("HeightLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Keep Audio.
/// </summary>
public static string KeepAudioLabel {
get {
return ResourceManager.GetString("KeepAudioLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Playback Rate.
/// </summary>
@ -105,6 +195,15 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Video Scale / Resolution.
/// </summary>
public static string ResolutionLabel {
get {
return ResourceManager.GetString("ResolutionLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to butterflow-ui.
/// </summary>
@ -113,5 +212,14 @@ namespace butterflow_ui.Localization {
return ResourceManager.GetString("Title", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Width.
/// </summary>
public static string WidthLabel {
get {
return ResourceManager.GetString("WidthLabel", resourceCulture);
}
}
}
}

View file

@ -123,16 +123,52 @@
<data name="CommonOptionsGroupBox" xml:space="preserve">
<value>Common Options</value>
</data>
<data name="CustomPlaybackRateLabel" xml:space="preserve">
<value>Custom Rate</value>
</data>
<data name="FileInputGroupBox" xml:space="preserve">
<value>Input</value>
</data>
<data name="FileLabel" xml:space="preserve">
<value>Video File</value>
</data>
<data name="HeightLabel" xml:space="preserve">
<value>Height</value>
</data>
<data name="KeepAudioLabel" xml:space="preserve">
<value>Keep Audio</value>
</data>
<data name="PlaybackRateLabel" xml:space="preserve">
<value>Playback Rate</value>
</data>
<data name="ResolutionLabel" xml:space="preserve">
<value>Video Scale / Resolution</value>
</data>
<data name="Title" xml:space="preserve">
<value>butterflow-ui</value>
</data>
<data name="WidthLabel" xml:space="preserve">
<value>Width</value>
</data>
<data name="_120fpsLabel" xml:space="preserve">
<value>120 fps</value>
</data>
<data name="_24fpsLabel" xml:space="preserve">
<value>24 fps</value>
</data>
<data name="_2xLabel" xml:space="preserve">
<value>2x</value>
</data>
<data name="_30fpsLabel" xml:space="preserve">
<value>30 fps</value>
</data>
<data name="_3xLabel" xml:space="preserve">
<value>3x</value>
</data>
<data name="_4xLabel" xml:space="preserve">
<value>4x</value>
</data>
<data name="_60fpsLabel" xml:space="preserve">
<value>60 fps</value>
</data>
</root>