1
0
Fork 0
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:
Jordan Wages 2018-07-04 18:11:25 -05:00
commit 9af3ad400b
13 changed files with 355 additions and 19 deletions

View file

@ -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>

View file

@ -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>