mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Adding icons. Progress Bar.
This commit is contained in:
parent
980cb790d4
commit
9af3ad400b
13 changed files with 355 additions and 19 deletions
18
butterflow-ui/Localization/Localization.Designer.cs
generated
18
butterflow-ui/Localization/Localization.Designer.cs
generated
|
|
@ -159,6 +159,24 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Cancel.
|
||||
/// </summary>
|
||||
public static string CancelLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("CancelLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Cancel the current butterflow operation..
|
||||
/// </summary>
|
||||
public static string CancelTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("CancelTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Clip a subregion in the video..
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -234,6 +234,12 @@
|
|||
<data name="_60fpsLabel" xml:space="preserve">
|
||||
<value>60 fps</value>
|
||||
</data>
|
||||
<data name="CancelLabel" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="CancelTooltip" xml:space="preserve">
|
||||
<value>Cancel the current butterflow operation.</value>
|
||||
</data>
|
||||
<data name="FastPyramidsLabel" xml:space="preserve">
|
||||
<value>Use Fast Pyramids</value>
|
||||
</data>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue