diff options
author | sr55 <[email protected]> | 2015-06-11 19:33:30 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-06-11 19:33:30 +0000 |
commit | a74ccc5f0241e5039ba66613496cd904f0b7756e (patch) | |
tree | 60779d9ef138ce2e877e792cf5c5777d86b66bd0 /win/CS/HandBrakeWPF/Properties | |
parent | c06630cad4d274c4e1110df02f2909d40704e2bd (diff) |
WinGui: Moving the bulk of the view model strings to resources.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7292 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 479 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 161 |
2 files changed, 640 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 1cfcd6914..71227771f 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -95,6 +95,51 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to The Custom Width or Height fields must be filled in for the 'Custom' option..
+ /// </summary>
+ public static string AddPresetViewModel_CustomWidthHeightFieldsRequired {
+ get {
+ return ResourceManager.GetString("AddPresetViewModel_CustomWidthHeightFieldsRequired", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to A Preset must have a Name. Please fill out the Preset Name field..
+ /// </summary>
+ public static string AddPresetViewModel_PresetMustProvideName {
+ get {
+ return ResourceManager.GetString("AddPresetViewModel_PresetMustProvideName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to A Preset with this name already exists. Would you like to overwrite it?.
+ /// </summary>
+ public static string AddPresetViewModel_PresetWithSameNameOverwriteWarning {
+ get {
+ return ResourceManager.GetString("AddPresetViewModel_PresetWithSameNameOverwriteWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Unable to add preset.
+ /// </summary>
+ public static string AddPresetViewModel_UnableToAddPreset {
+ get {
+ return ResourceManager.GetString("AddPresetViewModel_UnableToAddPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to You must first scan a source to use the 'Source Maximum' Option..
+ /// </summary>
+ public static string AddPresetViewModel_YouMustFirstScanSource {
+ get {
+ return ResourceManager.GetString("AddPresetViewModel_YouMustFirstScanSource", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to x264 has a variety of algorithms to decide when to use B-frames and how many to use.
///
///Fast mode takes roughly the same amount of time no matter how many B-frames you specify. However, while fast, its decisions are often suboptimal.
@@ -358,6 +403,78 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Audio Defaults.
+ /// </summary>
+ public static string AudioViewModel_AudioDefaults {
+ get {
+ return ResourceManager.GetString("AudioViewModel_AudioDefaults", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Audio Tracks.
+ /// </summary>
+ public static string AudioViewModel_AudioTracks {
+ get {
+ return ResourceManager.GetString("AudioViewModel_AudioTracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Configure Defaults.
+ /// </summary>
+ public static string AudioViewModel_ConfigureDefaults {
+ get {
+ return ResourceManager.GetString("AudioViewModel_ConfigureDefaults", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Switch Back To Tracks.
+ /// </summary>
+ public static string AudioViewModel_SwitchBackToTracks {
+ get {
+ return ResourceManager.GetString("AudioViewModel_SwitchBackToTracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Chapter marker names will NOT be saved in your encode..
+ /// </summary>
+ public static string ChaptersViewModel_UnableToExportChaptersMsg {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_UnableToExportChaptersMsg", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Unable to save Chapter Makrers file! .
+ /// </summary>
+ public static string ChaptersViewModel_UnableToExportChaptersWarning {
+ get {
+ return ResourceManager.GetString("ChaptersViewModel_UnableToExportChaptersWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Confirm.
+ /// </summary>
+ public static string Confirm {
+ get {
+ return ResourceManager.GetString("Confirm", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The following action '{0}' will occur in {1} seconds..
+ /// </summary>
+ public static string CountdownAlertViewModel_NoticeMessage {
+ get {
+ return ResourceManager.GetString("CountdownAlertViewModel_NoticeMessage", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Error.
/// </summary>
public static string Error {
@@ -367,6 +484,33 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to If the problem presists, please try restarting HandBrake..
+ /// </summary>
+ public static string ErrorViewModel_IfTheProblemPersists {
+ get {
+ return ResourceManager.GetString("ErrorViewModel_IfTheProblemPersists", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to There is no further information available about this error..
+ /// </summary>
+ public static string ErrorViewModel_NoFurtherInformation {
+ get {
+ return ResourceManager.GetString("ErrorViewModel_NoFurtherInformation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An Unknown Error has occured..
+ /// </summary>
+ public static string ErrorViewModel_UnknownError {
+ get {
+ return ResourceManager.GetString("ErrorViewModel_UnknownError", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to HandBrake.
/// </summary>
public static string HandBrake_Title {
@@ -840,6 +984,60 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Your system supports the 64bit version of HandBrake! This offers performance and stability improvements over this 32bit version..
+ /// </summary>
+ public static string OptionsViewModel_64bitAvailable {
+ get {
+ return ResourceManager.GetString("OptionsViewModel_64bitAvailable", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to A New Update is Available!.
+ /// </summary>
+ public static string OptionsViewModel_NewUpdate {
+ get {
+ return ResourceManager.GetString("OptionsViewModel_NewUpdate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to There are no new updates at this time..
+ /// </summary>
+ public static string OptionsViewModel_NoNewUpdates {
+ get {
+ return ResourceManager.GetString("OptionsViewModel_NoNewUpdates", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Update Downloaded.
+ /// </summary>
+ public static string OptionsViewModel_UpdateDownloaded {
+ get {
+ return ResourceManager.GetString("OptionsViewModel_UpdateDownloaded", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Update Failed. You can try downloading the update from https://handbrake.fr.
+ /// </summary>
+ public static string OptionsViewModel_UpdateFailed {
+ get {
+ return ResourceManager.GetString("OptionsViewModel_UpdateFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Update Service Unavailable. You can try downloading the update from https://handbrake.fr.
+ /// </summary>
+ public static string OptionsViewModel_UpdateServiceUnavailable {
+ get {
+ return ResourceManager.GetString("OptionsViewModel_UpdateServiceUnavailable", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Overwrite?.
/// </summary>
public static string Overwrite {
@@ -858,6 +1056,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Storage: {0}x{1}, Display: {2}x{3}.
+ /// </summary>
+ public static string PictureSettingsViewModel_StorageDisplayLabel {
+ get {
+ return ResourceManager.GetString("PictureSettingsViewModel_StorageDisplayLabel", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Preset Version.
/// </summary>
public static string Preset_OldVersion_Header {
@@ -960,6 +1167,178 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Add to Queue.
+ /// </summary>
+ public static string QueueSelectionViewModel_AddToQueue {
+ get {
+ return ResourceManager.GetString("QueueSelectionViewModel_AddToQueue", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you wish to clear the queue?.
+ /// </summary>
+ public static string QueueViewModel_ClearQueueConfrimation {
+ get {
+ return ResourceManager.GetString("QueueViewModel_ClearQueueConfrimation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to delete the selected jobs?.
+ /// </summary>
+ public static string QueueViewModel_DelSelectedJobConfirmation {
+ get {
+ return ResourceManager.GetString("QueueViewModel_DelSelectedJobConfirmation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you wish to edit this job? It will be removed from the queue and sent to the main window..
+ /// </summary>
+ public static string QueueViewModel_EditConfrimation {
+ get {
+ return ResourceManager.GetString("QueueViewModel_EditConfrimation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to This encode is currently in progress. If you delete it, the encode will be stopped. Are you sure you wish to proceed?.
+ /// </summary>
+ public static string QueueViewModel_JobCurrentlyRunningWarning {
+ get {
+ return ResourceManager.GetString("QueueViewModel_JobCurrentlyRunningWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to {0} jobs pending.
+ /// </summary>
+ public static string QueueViewModel_JobsPending {
+ get {
+ return ResourceManager.GetString("QueueViewModel_JobsPending", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Last Queued Job Finished.
+ /// </summary>
+ public static string QueueViewModel_LastJobFinished {
+ get {
+ return ResourceManager.GetString("QueueViewModel_LastJobFinished", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No encodes pending.
+ /// </summary>
+ public static string QueueViewModel_NoEncodesPending {
+ get {
+ return ResourceManager.GetString("QueueViewModel_NoEncodesPending", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to There are no jobs currently encoding.
+ /// </summary>
+ public static string QueueViewModel_NoJobsPending {
+ get {
+ return ResourceManager.GetString("QueueViewModel_NoJobsPending", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to There are no pending jobs..
+ /// </summary>
+ public static string QueueViewModel_NoPendingJobs {
+ get {
+ return ResourceManager.GetString("QueueViewModel_NoPendingJobs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Queue.
+ /// </summary>
+ public static string QueueViewModel_Queue {
+ get {
+ return ResourceManager.GetString("QueueViewModel_Queue", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Queue Completed.
+ /// </summary>
+ public static string QueueViewModel_QueueCompleted {
+ get {
+ return ResourceManager.GetString("QueueViewModel_QueueCompleted", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Queue Not Running.
+ /// </summary>
+ public static string QueueViewModel_QueueNotRunning {
+ get {
+ return ResourceManager.GetString("QueueViewModel_QueueNotRunning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The Queue has been paused. The currently running job will run to completion and no further jobs will start..
+ /// </summary>
+ public static string QueueViewModel_QueuePauseNotice {
+ get {
+ return ResourceManager.GetString("QueueViewModel_QueuePauseNotice", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Queue Paused.
+ /// </summary>
+ public static string QueueViewModel_QueuePending {
+ get {
+ return ResourceManager.GetString("QueueViewModel_QueuePending", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Queue Ready.
+ /// </summary>
+ public static string QueueViewModel_QueueReady {
+ get {
+ return ResourceManager.GetString("QueueViewModel_QueueReady", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Queue Started.
+ /// </summary>
+ public static string QueueViewModel_QueueStarted {
+ get {
+ return ResourceManager.GetString("QueueViewModel_QueueStarted", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:hh\:mm\:ss}.
+ /// </summary>
+ public static string QueueViewModel_QueueStatusDisplay {
+ get {
+ return ResourceManager.GetString("QueueViewModel_QueueStatusDisplay", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An Encode is currently running. Exiting HandBrake will stop this encode.
+ ///Are you sure you wish to exit HandBrake?.
+ /// </summary>
+ public static string ShellViewModel_CanClose {
+ get {
+ return ResourceManager.GetString("ShellViewModel_CanClose", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Ready.
/// </summary>
public static string State_Ready {
@@ -969,6 +1348,61 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Unable to delete previous preview file. You may need to restart the application..
+ /// </summary>
+ public static string StaticPreview_UnableToDeletePreview {
+ get {
+ return ResourceManager.GetString("StaticPreview_UnableToDeletePreview", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Handbrake is already encoding a video! Only one file can be encoded at any one time..
+ /// </summary>
+ public static string StaticPreviewViewModel_AlreadyEncoding {
+ get {
+ return ResourceManager.GetString("StaticPreviewViewModel_AlreadyEncoding", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to You must first scan a source and setup your encode before creating a preview..
+ /// </summary>
+ public static string StaticPreviewViewModel_ScanFirst {
+ get {
+ return ResourceManager.GetString("StaticPreviewViewModel_ScanFirst", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Picture Preview.
+ /// </summary>
+ public static string StaticPreviewViewModel_Title {
+ get {
+ return ResourceManager.GetString("StaticPreviewViewModel_Title", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Unable to detect VLC Player.
+ ///Please make sure VLC is installed and the directory specified in HandBrake's options is correct. (See: "Tools Menu > Options > Picture Tab").
+ /// </summary>
+ public static string StaticPreviewViewModel_UnableToFindVLC {
+ get {
+ return ResourceManager.GetString("StaticPreviewViewModel_UnableToFindVLC", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Unable to find the preview file. Either the file was deleted or the encode failed. Check the activity log for details..
+ /// </summary>
+ public static string StaticPreviewViewModel_UnableToPlayFile {
+ get {
+ return ResourceManager.GetString("StaticPreviewViewModel_UnableToPlayFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to None - Only tracks where the container does not support the format will be burned in.
///Foreign Audio Track - The Foreign Audio track will be burned in if available.
///First Track - The first track will be burned in.
@@ -981,6 +1415,51 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Configure Defaults.
+ /// </summary>
+ public static string SubtitlesViewModel_ConfigureDefaults {
+ get {
+ return ResourceManager.GetString("SubtitlesViewModel_ConfigureDefaults", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Subtitle Defaults.
+ /// </summary>
+ public static string SubtitlesViewModel_SubDefaults {
+ get {
+ return ResourceManager.GetString("SubtitlesViewModel_SubDefaults", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Subtitle Tracks.
+ /// </summary>
+ public static string SubtitlesViewModel_SubTracks {
+ get {
+ return ResourceManager.GetString("SubtitlesViewModel_SubTracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Switch Back To Tracks.
+ /// </summary>
+ public static string SubtitlesViewModel_SwitchToTracks {
+ get {
+ return ResourceManager.GetString("SubtitlesViewModel_SwitchToTracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Unknown Error.
+ /// </summary>
+ public static string UnknownError {
+ get {
+ return ResourceManager.GetString("UnknownError", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Updated.
/// </summary>
public static string Updated {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 175695ae1..22ad582b7 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -587,4 +587,165 @@ The Activity log may have further information.</value> <data name="MainViewModel_EncodeStatusChanged_StatusLabel" xml:space="preserve">
<value>{0:00.00}% FPS: {1:000.0} Avg FPS: {2:000.0} Time Remaining: {3} Elapsed: {4:hh\:mm\:ss}</value>
</data>
+ <data name="AddPresetViewModel_PresetMustProvideName" xml:space="preserve">
+ <value>A Preset must have a Name. Please fill out the Preset Name field.</value>
+ </data>
+ <data name="AddPresetViewModel_PresetWithSameNameOverwriteWarning" xml:space="preserve">
+ <value>A Preset with this name already exists. Would you like to overwrite it?</value>
+ </data>
+ <data name="AddPresetViewModel_YouMustFirstScanSource" xml:space="preserve">
+ <value>You must first scan a source to use the 'Source Maximum' Option.</value>
+ </data>
+ <data name="AddPresetViewModel_CustomWidthHeightFieldsRequired" xml:space="preserve">
+ <value>The Custom Width or Height fields must be filled in for the 'Custom' option.</value>
+ </data>
+ <data name="AddPresetViewModel_UnableToAddPreset" xml:space="preserve">
+ <value>Unable to add preset</value>
+ </data>
+ <data name="UnknownError" xml:space="preserve">
+ <value>Unknown Error</value>
+ </data>
+ <data name="AudioViewModel_AudioDefaults" xml:space="preserve">
+ <value>Audio Defaults</value>
+ </data>
+ <data name="AudioViewModel_AudioTracks" xml:space="preserve">
+ <value>Audio Tracks</value>
+ </data>
+ <data name="AudioViewModel_ConfigureDefaults" xml:space="preserve">
+ <value>Configure Defaults</value>
+ </data>
+ <data name="AudioViewModel_SwitchBackToTracks" xml:space="preserve">
+ <value>Switch Back To Tracks</value>
+ </data>
+ <data name="ChaptersViewModel_UnableToExportChaptersWarning" xml:space="preserve">
+ <value>Unable to save Chapter Makrers file! </value>
+ </data>
+ <data name="ChaptersViewModel_UnableToExportChaptersMsg" xml:space="preserve">
+ <value>Chapter marker names will NOT be saved in your encode.</value>
+ </data>
+ <data name="CountdownAlertViewModel_NoticeMessage" xml:space="preserve">
+ <value>The following action '{0}' will occur in {1} seconds.</value>
+ </data>
+ <data name="ErrorViewModel_IfTheProblemPersists" xml:space="preserve">
+ <value>If the problem presists, please try restarting HandBrake.</value>
+ </data>
+ <data name="ErrorViewModel_NoFurtherInformation" xml:space="preserve">
+ <value>There is no further information available about this error.</value>
+ </data>
+ <data name="ErrorViewModel_UnknownError" xml:space="preserve">
+ <value>An Unknown Error has occured.</value>
+ </data>
+ <data name="OptionsViewModel_NewUpdate" xml:space="preserve">
+ <value>A New Update is Available!</value>
+ </data>
+ <data name="OptionsViewModel_64bitAvailable" xml:space="preserve">
+ <value>Your system supports the 64bit version of HandBrake! This offers performance and stability improvements over this 32bit version.</value>
+ </data>
+ <data name="OptionsViewModel_NoNewUpdates" xml:space="preserve">
+ <value>There are no new updates at this time.</value>
+ </data>
+ <data name="OptionsViewModel_UpdateDownloaded" xml:space="preserve">
+ <value>Update Downloaded</value>
+ </data>
+ <data name="OptionsViewModel_UpdateServiceUnavailable" xml:space="preserve">
+ <value>Update Service Unavailable. You can try downloading the update from https://handbrake.fr</value>
+ </data>
+ <data name="OptionsViewModel_UpdateFailed" xml:space="preserve">
+ <value>Update Failed. You can try downloading the update from https://handbrake.fr</value>
+ </data>
+ <data name="PictureSettingsViewModel_StorageDisplayLabel" xml:space="preserve">
+ <value>Storage: {0}x{1}, Display: {2}x{3}</value>
+ </data>
+ <data name="QueueSelectionViewModel_AddToQueue" xml:space="preserve">
+ <value>Add to Queue</value>
+ </data>
+ <data name="QueueViewModel_NoEncodesPending" xml:space="preserve">
+ <value>No encodes pending</value>
+ </data>
+ <data name="QueueViewModel_NoJobsPending" xml:space="preserve">
+ <value>There are no jobs currently encoding</value>
+ </data>
+ <data name="QueueViewModel_Queue" xml:space="preserve">
+ <value>Queue</value>
+ </data>
+ <data name="QueueViewModel_ClearQueueConfrimation" xml:space="preserve">
+ <value>Are you sure you wish to clear the queue?</value>
+ </data>
+ <data name="Confirm" xml:space="preserve">
+ <value>Confirm</value>
+ </data>
+ <data name="QueueViewModel_JobsPending" xml:space="preserve">
+ <value>{0} jobs pending</value>
+ </data>
+ <data name="QueueViewModel_QueuePending" xml:space="preserve">
+ <value>Queue Paused</value>
+ </data>
+ <data name="QueueViewModel_QueuePauseNotice" xml:space="preserve">
+ <value>The Queue has been paused. The currently running job will run to completion and no further jobs will start.</value>
+ </data>
+ <data name="QueueViewModel_DelSelectedJobConfirmation" xml:space="preserve">
+ <value>Are you sure you want to delete the selected jobs?</value>
+ </data>
+ <data name="QueueViewModel_JobCurrentlyRunningWarning" xml:space="preserve">
+ <value>This encode is currently in progress. If you delete it, the encode will be stopped. Are you sure you wish to proceed?</value>
+ </data>
+ <data name="QueueViewModel_NoPendingJobs" xml:space="preserve">
+ <value>There are no pending jobs.</value>
+ </data>
+ <data name="QueueViewModel_EditConfrimation" xml:space="preserve">
+ <value>Are you sure you wish to edit this job? It will be removed from the queue and sent to the main window.</value>
+ </data>
+ <data name="QueueViewModel_QueueReady" xml:space="preserve">
+ <value>Queue Ready</value>
+ </data>
+ <data name="QueueViewModel_QueueNotRunning" xml:space="preserve">
+ <value>Queue Not Running</value>
+ </data>
+ <data name="QueueViewModel_QueueCompleted" xml:space="preserve">
+ <value>Queue Completed</value>
+ </data>
+ <data name="QueueViewModel_LastJobFinished" xml:space="preserve">
+ <value>Last Queued Job Finished</value>
+ </data>
+ <data name="QueueViewModel_QueueStarted" xml:space="preserve">
+ <value>Queue Started</value>
+ </data>
+ <data name="QueueViewModel_QueueStatusDisplay" xml:space="preserve">
+ <value>Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0}, Time Remaining: {5}, Elapsed: {6:hh\:mm\:ss}</value>
+ </data>
+ <data name="ShellViewModel_CanClose" xml:space="preserve">
+ <value>An Encode is currently running. Exiting HandBrake will stop this encode.
+Are you sure you wish to exit HandBrake?</value>
+ </data>
+ <data name="StaticPreviewViewModel_Title" xml:space="preserve">
+ <value>Picture Preview</value>
+ </data>
+ <data name="StaticPreview_UnableToDeletePreview" xml:space="preserve">
+ <value>Unable to delete previous preview file. You may need to restart the application.</value>
+ </data>
+ <data name="StaticPreviewViewModel_ScanFirst" xml:space="preserve">
+ <value>You must first scan a source and setup your encode before creating a preview.</value>
+ </data>
+ <data name="StaticPreviewViewModel_UnableToFindVLC" xml:space="preserve">
+ <value>Unable to detect VLC Player.
+Please make sure VLC is installed and the directory specified in HandBrake's options is correct. (See: "Tools Menu > Options > Picture Tab")</value>
+ </data>
+ <data name="StaticPreviewViewModel_UnableToPlayFile" xml:space="preserve">
+ <value>Unable to find the preview file. Either the file was deleted or the encode failed. Check the activity log for details.</value>
+ </data>
+ <data name="StaticPreviewViewModel_AlreadyEncoding" xml:space="preserve">
+ <value>Handbrake is already encoding a video! Only one file can be encoded at any one time.</value>
+ </data>
+ <data name="SubtitlesViewModel_SubDefaults" xml:space="preserve">
+ <value>Subtitle Defaults</value>
+ </data>
+ <data name="SubtitlesViewModel_SubTracks" xml:space="preserve">
+ <value>Subtitle Tracks</value>
+ </data>
+ <data name="SubtitlesViewModel_SwitchToTracks" xml:space="preserve">
+ <value>Switch Back To Tracks</value>
+ </data>
+ <data name="SubtitlesViewModel_ConfigureDefaults" xml:space="preserve">
+ <value>Configure Defaults</value>
+ </data>
</root>
\ No newline at end of file |