}
/// <summary>
- /// Looks up a localized string similar to Low diskspace warning level (GB):.
+ /// Looks up a localized string similar to Pause queue if disk space is lower than:.
/// </summary>
public static string Options_LowDiskspaceSize {
get {
}
}
+ /// <summary>
+ /// Looks up a localized string similar to GB.
+ /// </summary>
+ public static string Options_LowDiskspaceSizeGB {
+ get {
+ return ResourceManager.GetString("Options_LowDiskspaceSizeGB", resourceCulture);
+ }
+ }
+
/// <summary>
/// Looks up a localized string similar to Minimize to system tray (Requires Restart).
/// </summary>
}
}
- /// <summary>
- /// Looks up a localized string similar to Pause queue if disk space is low before starting a job..
- /// </summary>
- public static string Options_PauseQueueOnLowDiskSpace {
- get {
- return ResourceManager.GetString("Options_PauseQueueOnLowDiskSpace", resourceCulture);
- }
- }
-
/// <summary>
/// Looks up a localized string similar to Prevent the system from sleeping while encoding.
/// </summary>
<value>Log Path:</value>\r
</data>\r
<data name="Options_LowDiskspaceSize" xml:space="preserve">\r
- <value>Low diskspace warning level (GB):</value>\r
+ <value>Pause queue if disk space is lower than:</value>\r
</data>\r
<data name="Options_MinimiseTray" xml:space="preserve">\r
<value>Minimize to system tray (Requires Restart)</value>\r
<data name="Options_PathToVLC" xml:space="preserve">\r
<value>Path to VLC Player</value>\r
</data>\r
- <data name="Options_PauseQueueOnLowDiskSpace" xml:space="preserve">\r
- <value>Pause queue if disk space is low before starting a job.</value>\r
- </data>\r
<data name="Options_PreventSleep" xml:space="preserve">\r
<value>Prevent the system from sleeping while encoding</value>\r
</data>\r
<data name="QueueView_NotAvailable" xml:space="preserve">\r
<value>Not Available</value>\r
</data>\r
+ <data name="Options_LowDiskspaceSizeGB" xml:space="preserve">\r
+ <value>GB</value>\r
+ </data>\r
</root>
\ No newline at end of file
<StackPanel Name="Advanced" Orientation="Vertical" Margin="10,5,0,0"\r
Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.Advanced}}">\r
\r
-\r
<TextBlock Text="{x:Static Properties:Resources.Options_Advanced}" FontSize="20" FontFamily="Segoe UI Light" />\r
\r
<StackPanel Orientation="Vertical" Margin="0,10,0,10">\r
\r
<StackPanel Orientation="Vertical" Margin="20,0,0,0">\r
<CheckBox Content="{x:Static Properties:Resources.Options_PreventSleep}" IsChecked="{Binding PreventSleep}" />\r
- <CheckBox Content="{x:Static Properties:Resources.Options_PauseQueueOnLowDiskSpace}" \r
- IsChecked="{Binding PauseOnLowDiskspace}" />\r
<CheckBox Content="{x:Static Properties:Resources.Options_DvdRead}" IsChecked="{Binding DisableLibdvdNav}" />\r
<StackPanel Orientation="Horizontal" Margin="0,5,0,0">\r
- <TextBlock Text="{x:Static Properties:Resources.Options_LowDiskspaceSize}" VerticalAlignment="Center" Width="250" />\r
- <TextBox x:Name="PauseOnLowDiskspaceLEvel" Text="{Binding PauseOnLowDiskspaceLevel, Converter={StaticResource fileSizeConverter}, UpdateSourceTrigger=PropertyChanged}" Width="120"/>\r
+ <CheckBox Content="{x:Static Properties:Resources.Options_LowDiskspaceSize}" IsChecked="{Binding PauseOnLowDiskspace}" Width="255" />\r
+ <TextBox x:Name="PauseOnLowDiskspaceLevel" Text="{Binding PauseOnLowDiskspaceLevel, Converter={StaticResource fileSizeConverter}, UpdateSourceTrigger=PropertyChanged}" Width="120"/>\r
+ <TextBlock Text="{x:Static Properties:Resources.Options_LowDiskspaceSizeGB}" VerticalAlignment="Center" Margin="5,0,0,0" />\r
</StackPanel>\r
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">\r
<TextBlock Text="{x:Static Properties:Resources.Options_PreviewScanCount}" VerticalAlignment="Center" Width="250" />\r
<string>PauseOnLowDiskspace</string>\r
</key>\r
<value>\r
- <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">false</anyType>\r
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">true</anyType>\r
</value>\r
</item>\r
<item>\r