}\r
}\r
\r
+ /// <summary>\r
+ /// Looks up a localized string similar to Reload.\r
+ /// </summary>\r
+ public static string MainView_Reload {\r
+ get {\r
+ return ResourceManager.GetString("MainView_Reload", resourceCulture);\r
+ }\r
+ }\r
+ \r
/// <summary>\r
/// Looks up a localized string similar to Remove.\r
/// </summary>\r
}\r
}\r
\r
+ /// <summary>\r
+ /// Looks up a localized string similar to Save New Preset.\r
+ /// </summary>\r
+ public static string MainView_SaveNewPreset {\r
+ get {\r
+ return ResourceManager.GetString("MainView_SaveNewPreset", resourceCulture);\r
+ }\r
+ }\r
+ \r
/// <summary>\r
/// Looks up a localized string similar to Searching for start time.\r
/// </summary>\r
<data name="OptionsView_PlaySoundWhenQueueDone" xml:space="preserve">\r
<value>Play a sound when the queue completes</value>\r
</data>\r
+ <data name="MainView_Reload" xml:space="preserve">\r
+ <value>Reload</value>\r
+ </data>\r
+ <data name="MainView_SaveNewPreset" xml:space="preserve">\r
+ <value>Save New Preset</value>\r
+ </data>\r
</root>
\ No newline at end of file
</Button.ContextMenu>\r
</Button>\r
\r
- <Button Content="Reload" cal:Message.Attach="[Event Click] = [Action PresetSelect]" Margin="15,0,0,0" VerticalAlignment="Center" />\r
- <Button Content="Save Custom Preset" cal:Message.Attach="[Event Click] = [Action PresetAdd]" Margin="5,0,0,0" VerticalAlignment="Center" />\r
-\r
+ <Button Content="{x:Static Properties:ResourcesUI.MainView_Reload}" cal:Message.Attach="[Event Click] = [Action PresetSelect]" Margin="15,0,0,0" VerticalAlignment="Center" />\r
+ <Button Content="{x:Static Properties:ResourcesUI.MainView_SaveNewPreset}" cal:Message.Attach="[Event Click] = [Action PresetAdd]" Margin="5,0,0,0" VerticalAlignment="Center" />\r
+ \r
<Button x:Name="MorePresetOptionsButton" Margin="15,0,0,0" VerticalAlignment="Center" Click="MorePresetOptionsButton_OnClick">\r
<Button.Content>\r
<StackPanel Orientation="Horizontal">\r