﻿/error/undefined			"General error."
/error/out_of_memory		"Out of memory. Save and exit immediately to avoid data loss."
/error/internal_error		"Internal error."
/error/end_of_file			"Unexpected end of data."
/error/io					"I/O error."
/error/filenotfound			"^1 was not found."
# generic File erorr
/error/file					"Error with file \"^1\"."
# errors from File::Create
/error/file/create			"Could not create \"^1\"."
/error/file/create/fnf		"Could not create \"^1\". \nThe file was not found."
/error/file/create/locked	"Could not create \"^1\". \nThe disk is locked."
/error/file/create/accessdenied "Could not create \"^1\". \nAccess was denied."
/error/file/create/invalidpath	"Could not create \"^1\".\nThe path is not valid."

# generic Directory error
/error/dir					"Error with directory \"^1\"."
/error/dir/notfound			"The directory \"^1\" could not be found."
/error/dir/delete			"Could not delete the directory \"^1\"."
/error/dir/rename			"Could not rename the directory \"^1\" to \"^2\"."
/error/dir/rename/exists	"Could not rename the directory \"^1\" to \"^2\". The directory already exists."

/error/savedoc/pathtoolong		"The document cannot be saved because the current path is too long. Try saving to another path."
/error/opendoc/pathtoolong		"The document cannot be opened  because the path is too long. Try moving the Encore project file and project data directory so that the path is shorter."
/error/opendoc/filereadonly		"The document is read-only. Encore currently does not support opening read-only document"
/error/opennewdoc/pathtoolong	"The document cannot be created  because the path is too long. Try creating in another shorter path."
/error/opendoc/futureversion	"The document cannot be opened because it was created in a later version."

# errors from Copy(File,File)
/error/file/copy			"Could not copy \"^1\" to \"^2\".\nPlease check that the target folder has the required disk space and write permissions."
/error/file/copy/accessdenied	"Could not copy \"^1\" to \"^2\".\nAccess was denied."

/error/engine_error			"DVD Engine error."
/error/uninterpretableasset	"Could not Interpret Footage; The selected asset does not contain a video track."
/error/LayerNestedTooDeep	"Layer sets cannot be nested more than 5 deep.  Try again with shallower nesting."
/error/CreateSPLockedSPLayer "Can't create subpicture because an existing subpicture layer is locked.  Unlock all subpicture layers within the button and try again."

/error/Menu/TextLayoutMayChange		"The Menu \"^1\" was created in an older version of Photoshop. Text layers must be updated to work in Adobe Encore and the layout of text may change."
/error/Asset/TextLayoutMayChange	"The file \"^1\" was created in an older version of Photoshop. Text layers must be updated to work in Adobe Encore and the layout of text may change."

/error/ScriptError	"Unable to execute script at line ^1.  ^2"
/error/BridgeNotFoundError	"Bridge was not found on this system.  To use this command, please reinstall Bridge."

/error/LingeringPseudoDocs	"Troublesome internal state.  Please exit."

/error/MenuTempaltes/MissingAsset	"Could not import file ^1.\nThe file was not found."

# the next three strings are titles for Sonic error dialogs
# included here so we can get the strings localized and manually moved back to Sonic error string files
/sonic/minus50/kSonicAlertTitleNote		"Note"
/sonic/minus51/kSonicAlertTitleAlert	"Alert"
/sonic/minus52/kSonicAlertTitleError	"Error"

/error/Sonic_pgc_error_tl		"Timeline \"^1\" has an error at ^2."
/error/Sonic_pgc_error_menu		"Menu \"^1\" has an error at ^2."
/error/Sonic_pgc_error_pgc		"PGC \"^1\" has an error at ^2."

/error/Sonic_Sense_Code_error	"Encore was unable to complete the operation because of a hardware error (Sense Code ^1). Please contact the hardware manufacturer for more information."

# Blu-ray HDMV project export errors
/error/BlurayHDMV/ObjectExportFileNotFoundError	"Blu-ray Object: \"^1\", Export file not found"
/error/BlurayHDMV/SDKProjectObjectError			"Blu-ray Object: \"^1\", Error: \"^2\", Code: \"^3\", Note: \"^4\""
/error/BlurayHDMV/SDKProjectObjectErrorAtTime	"Blu-ray Object: \"^1\", Error: \"^2\", Code: \"^3\", Time: \"^4\", Note: \"^5\""
/error/BlurayHDMV/Error							"Blu-ray Error: \"^1\", Code: \"^2\", Note: \"^3"
/error/BlurayHDMV/DeviceEerror					"Blu-ray Device Error: \"^1\", Code: \"^2\", Note: \"^3"

# TranscodeExceptions
/error/TranscodeException/NotEnoughSpace	"Transcoding could not start because there is not enough disk space available. ^3 is available on ^1, ^2 is required. Please free up some disk space and try again."
/error/TranscodeException/AutoBitRateTooLow	"The asset \"^1\" cannot be transcoded because the bitrate required to transcode it falls below Encore's 2 mbps limit.\n\nEither increase the disc's size or reduce the amount of content in the project."
#if qCUSTOM_TRANSCODE_ERR_DIALOG
/error/TranscodeException/AutoBitRateTooLow/CustomDialogTitle	"Automatic Bitrate Too Low"

/error/TranscodeException/MismatchedAspectRatio	"^1 cannot be transcoded because its aspect ratio will not match that of track ^2 in timeline ^3, where it is already in use."
/error/TranscodeException/MismatchedAudioFormat	"^1 cannot be transcoded because its audio format will not match that of track ^2 in timeline ^3, where it is already in use."


/error/VindalooException/Unknown			"Unknown transcoder error"
/error/VindalooException/AudioNotPresent	"Audio assets cannot be transcoded using a video-only preset"
/error/VindalooException/VideoNotPresent	"Video assets cannot be transcoded using an audio-only preset"
/error/VindalooException/CantDeduceAutoFormat	"Could not deduce audio format from transcoding preset"
/error/VindalooException/AudioFormatNotSupported	"Cannot transcode this audio format"
/error/VindalooException/BadNumChannels		"Invalid number of audio channels for transcoder"
/error/VindalooException/BadSampleRate		"Invalid audio sample rate for transcoder"
/error/VindalooException/BadSampleSize		"Invalid audio sample size for transcoder"
/error/VindalooException/BadFrameSize		"Invalid video frame size for transcoder"
/error/VindalooException/BadFrameRate		"Invalid video frame rate for transcoder"
/error/VindalooException/VideoTypeNotSupported	"Cannot transcode this video format"
/error/VindalooException/EncoderGOPSetupError	"Error placing GOP headers in transcode output"
/error/VindalooException/LoadPresetError	"Error loading transcode preset"
/error/VindalooException/LoadPresetErrorWithName	"Error loading transcode preset ^1"
/error/VindalooException/GeneralVindalooError	"Internal transcoder error"
/error/VindalooException/EncoderCleanupError	"Error cleaning up after transcode"
/error/VindalooException/ErrorWritingSamples	"Error writing samples to transcoder"
/error/VindalooException/EncoderSetupError		"Error setting up transcoder"
/error/VindalooException/AutoOnUnused			"Assets that are not in use and are set to transcode automatically cannot be transcoded on demand. Automatic settings determined now may not be appropriate for the eventual use of the asset(s).\n\nPlace the asset(s) in a timeline or apply a preset before choosing Transcode Now."
#if qCUSTOM_TRANSCODE_ERR_DIALOG
/error/VindalooException/AutoOnUnused/CustomDialogTitle	"Cannot Transcode Unused Asset(s)"

#Build DVD error messages
/error/save_before_build	"The project must be saved before building. Would you like to save the project?"
/error/savenew_before_build	"The project must be saved before building."
/error/build_not_ready		"Couldn't start build: build is not ready!"
/error/fail_create_folder	"Failed to create the folder"
/error/fail_delete_folder	"Failed to delete folder"
/error/build_invalid_dest_path		"Invalid destination path!"
/error/build_broken_link	"There are broken links in the project. You can fix the links using the Check Links dialog, or you can ignore the broken links and write the disc."
/error/build_orphan_pgc		"There are Orphan menus or timelines in the project. You can fix them using the Check Links dialog, or you can ignore the orphan items and write the disc."
/error/build_no_device		"No devices were found. Please check the drive's connections and try again."
/error/build_no_device_title "No Devices Found"
/error/build_device_state	"%s. \nPlease insert media, close the tray, and click OK."
/error/build_media_state	"Please insert media, close the tray, and click OK."
/error/build_insert_dvd	"Please insert DVD media, close the tray, and click OK."
/error/build_insert_bd	"Please insert Blu-ray media, close the tray, and click OK."
/error/build_empty_project	"Project is empty. Could not continue build."
/error/build_hasonly_mpegaudio	"NTSC DVD requires at least one AC3 or PCM audio track for every title set. Do you want to continue the build?"
/error/build_device_notready	"Target device is not ready!"
/error/build_bitrate_too_high	"Building the project failed. The bit rate at ^1 in timeline \"^2\" is too high for DVD. \nYou must lower the bit rate by re-encoding the video, or removing some content from the timeline."
/error/first_play_notset	"Project first play is not set. You can fix it using the Check Links dialog, or you can ignore and write the disc."

#Build Flash Error messages
/error/build_invalid_html_template	"Invalid Html Template: The Folder must contain an index.html file" 
/error/build_invalid_html_template_file	"Invalid Html Template: The index.html must have ^1 tag"
/error/error_import_html_template	"Error Importing Html Template"
/error/Selected_Template_Does_not_Exist	"Selected Html Template is not available."
/error/noDTSAudioSupportInFlash		"DTS Audio files cannot be exported to flash. Please replace the DTS Audio files and rebuild the project."

/error/XMP/TempFlashDVD/Location	"Error Creating FlashDVD.swf in Temporary Folder"
/error/XMP/WriteError	"Failed to write Metadata into ^1"

# Misc
/error/mmenu_too_big	"Motion menu \"^1\" is over 1GB. You must reduce its total duration to make it a legal size."
/error/mmenu_shrunken	"Motion menu \"^1\" is over 1GB. It will be encoded at reduced quality."

/error/colorset_delete_default	"Can not delete default color set!"
/error/colorset_dup_name		"Name \"^1\" is already used. Choose another name!"
/error/colorset_empty_name		"Name can not be empty!"
/error/colorset_import_dup_name "Color Set Name \"^1\" is already used. Assign a new name for the import color set!"
/error/colorset_import_empty_name	"Assign a new name for import color set!"
/error/colorset_delete_automenu		"can not delete automatic generated color set!"

/error/importspu/invalid_imagefile	"Unable to load image file in subtitle script:"
/error/importspu/script_invalid_line	"Invalid line found in subtitle script:"
/error/importspu/no_text_fount		"No text found in script line:"
/error/importspu/no_image_fount		"No image file found in subtitle script line:"
/error/importspu/time_overlap		"Timecode overlap found in subtitle script line:"
/error/importspu/not_invalid_time	"Invalid timecode found in subtitle script line:"
/error/importspu/no_dir_fount		"Directory for image files not found:"
/error/importspu/position_even_top	"Subtitle top position must be even number."
/error/importspu/read_file_error	"The selected file could not be imported because it is not a valid subtitle script."
/error/importspu/read_utf_error		"Unable to import subtitle script. This is not a Unicode file. \nTry resaving as UTF-8 or UTF-16 and reimport."

/error/ExternalCreator/ErrParam		"The parameter is wrong."
/error/ExternalCreator/ErrBuffer	"Creator data Buffer error."
/error/ExternalCreator/CreatorNotFound	"The creator application is not found."
/error/ExternalCreator/InvokeError		"Couldn't invoke the creator application."
/error/ExternalCreator/UnsupporrtVersion	"The creator data version is not supported."
/error/ExternalCreator/CorruptData		"The creator data is corrupted."

/error/handling			"Error handling previous error."

/error/MenuEditor/PlaceSkippedSome	"Some file(s) are unsupported and could not be placed."
/error/MenuEditor/PlaceSkippedAll	"The file(s) are unsupported and could not be placed."
/error/MenuEditor/MissingFonts		"Some text layers contain fonts that are missing. \nThese layers will need to have missing fonts replaced to get the desired appearance."
/error/MenuEditor/InconsistentPSD	"That menu is corrupt.  Please delete it from the project otherwise it can cause instability of the application."
/error/MenuEditor/DifferentSizePage	"The size of new page is different from the menu. Do you want to scale the buttons on the new page to fit the menu?"

/error/CantEditInPhotoshop/msg		"Could not edit in Photoshop.  Photoshop does not appear to be installed."
/error/CantEditInPhotoshop/title	"Edit in Photoshop"

/error/CantEditOriginal/msg			"Edit Original could not execute because Microsoft Windows does not recognize the file type.\nRe-install the application that created the file or use the File Types tab in the Folder Options dialog in Windows Explorer to create a file association for that file type."
/error/CantEditOriginal/mac/msg		"Edit Original cannot open the file because Finder does not know what application to use.\nTo specify what application should open files of this type, select the file in the Finder, then choose File > Get Info. Click Open With in the Info window, choose the desired application, and click Change All."
/error/CantEditOriginal/title		"Edit Original"

/error/AssetException			"Unknown problem with that file."
/error/AssetException/FileAlreadyImported	"Could not import file ^1.\nThis file is already in the project."
/error/AssetException/VideoIsNotNTSC		"Could not import file ^1.\nThis project requires MPEG video to be encoded as NTSC."
/error/AssetException/VideoIsNotPAL		"Could not import file ^1.\nThis project requires MPEG video to be encoded as PAL."
/error/AssetException/UnsupportedResolution	"Could not import file ^1.\nVideo files for this project cannot have a resolution greater than 4096x4096."
/error/AssetException/UnsupportedFrameRate	"Could not import file ^1.\nVideo files for this project must have a frame rate between 1 and 60 frames per second."
/error/AssetException/QTNotSupported		"Could not import file ^1.\nQuickTime files are not supported."
/error/AssetException/QTNotPresent		"Could not import file ^1.\nQuickTime and/or the appropriate codec do not appear to be installed."
/error/AssetException/FileNamesMustBeUnique		"Could not replace with file ^1.\nThis file cannot have the same name as the original file."
/error/AssetException/UnsupportedAudioChannelCount	"Could not import file ^1.\nMore than two audio channels for this type of encoding is not supported."
/error/AssetException/UnsupportedAudioSampleSize	"Could not import file ^1.\nSample sizes greater than 16 bits are not supported for this type of encoding."
/error/AssetException/ReplacementFileMissingStream	"Could not import file ^1.\nIt is not the same type as the file it is replacing."
/error/AssetException/DurationTooShort	"Could not import file ^1.\nThis file is shorter than minimum length of 0.4 seconds."
/error/AssetException/UnsupportedBDLegal	"Could not use file ^1. \nThis file is not legal for Blu-ray."
/error/AssetException/UnsupportedDVDLegal	"Could not use file ^1. \nThis file is not legal for DVD."
/error/AssetException/LocateTranscodedFileMismatchDuration	"Could not use file ^1. \nThis file's duration does not match with original asset."
/error/AssetException/LocateTranscodedFileMismatchAspectRatio	"Could not use file ^1. \nThis file's aspect ratio does not match with original asset."
/error/AssetException/LocateTranscodedFileNoVideo	"Could not use file ^1. \nThis file Does not has video."
/error/AssetException/LocateTranscodedFileNoAudio	"Could not use file ^1. \nThis file Does not has audio."
/error/AssetException/PendingAsset	"Could not use file ^1. \nThis file is still in the pending state."

/error/VindalooException			"Internal transcoder error."
/error/VindalooException/APIError		"Internal transcoder API error."
/error/VindalooException/CantSavePresetData	"Failed to save preset data."
/error/VindalooException/SavingUnnamedPreset	"No preset selection. Data was not saved."
/error/VindalooException/ErrorReadingPreset	"Error reading transcode preset file."
/error/VindalooException/ErrorSavingPreset	"Error writing transcode preset file."
/error/VindalooException/NoSuchPreset		"The specified preset does not exist."
/error/VindalooException/NoPresetsToEdit	"There are no presets to be edited."
/error/VindalooException/AlreadyTranscoded	"This file has already been transcoded."
/error/VindalooException/PendingTranscode	"This file is scheduled for background transcoding and cannot be changed."
/error/VindalooException/DoesNotNeedTranscoding	"This file does not appear to need transcoding."
/error/VindalooException/NotTranscoded		"This file was not transcoded."

# Overridden Vindaloo messages
/error/Vindaloo/DeletePreset			"Delete the preset \"^1\"?"
/error/Vindaloo/ResetPresets			"Reset the preset list? This will delete all custom presets."

# Document errors.
/error/SaveAsWouldTrashFolder			"Saving with that name would replace the directory ^1.  Please save to a different name."
/error/MissingProjectDataDir			"Cannot open project; The folder for this project cannot be found."
/error/ProjectDataDirNotMatch			"Cannot open project; You must rename the project file to \"^1.ncor\" and rename the project folder to \"^2\"."
/error/AdobeLinkError					"The selected After Effects project does not contain the missing AdobeDynamic Link Composition \"^1\""
/error/MediaLinkError					"The software that's used to decode the media is not available on this system. Installing the correct decoders for the files you are working with may help to correct the problem."
/error/LinkMediaError/title				"Cannot Link Media"

# Create After Effects Comp errors -- generic ShellExecute exceptions really
/error/Launch/exception				"Could not launch the application."
/error/Launch/communication			"Could not launch the application. There was a communication error. Either the application is busy, the communication timed out, or the target does not support the requested command."
/error/Launch/system_mem_error			"Could not launch the application. There is not enough system memory or resources."
/error/Launch/access_denied			"You do not have sufficient permissions to launch the application."

# XMPG parse error(s)
/error/XMPGParseException			"Error parsing MPEG metadata file. Deleting or renaming \"^1\" will allow you to import, but any markers will be lost."
/error/XMPGParseException/UnknownSesFile	"(filename unavailable)"

# Movie creation errors
/error/Movie/CreateTimeline			"Timeline limit exceeded. A project may contain a maximum of 99 timelines, slideshows, and chapter playlists combined."
/error/Movie/CreateSlideshow		"Slideshow limit exceeded. A project may contain a maximum of 99 timelines, slideshows, and chapter playlists combined"
/error/Movie/CreateStory			"Chapter Playlist limit exceeded. A project may contain a maximum of 99 timelines, slideshows, and chapter playlists combined"

# Overridden Sonic error messages/things where we had to make new BR_X's but did not add strings to Sonic files.
/error/Sonic/minus34600	"Unspecified transcoder error."
/error/Sonic/minus27807	"Insert a blank disc and close the tray, then click OK."
/error/Sonic/minus31301	"Building the project failed. The project contains more than 1GB of motion menu content. The limit is 1GB. You must reduce the total duration of the motion menus to make them fit on the disc. "
/error/Sonic/minus27327	"The file system size exceeds maximum size allowed for this media. Please reduce the number of assets in your project."
/error/Sonic/minus38001	"Too many buttons"
/error/Sonic/minus37019	"Invalid stream reference"
/error/Sonic/minus37020	"Chapter button has an invalid link"
/error/Sonic/minus37021	"Can't find legal In Time for Video Trim"
/error/Sonic/minus37022	"Can't find legal Out Time for Video Trim"
/error/Sonic/minus37023	"Invalid Style PGC"
/error/Sonic/minus37024	"Text layer required for selected operation"
/error/Sonic/minus43047	"Invalid ASEditor"
/error/Sonic/minus43048	"Not a VCD project"
/error/Sonic/minus43049	"An undefined language has been selected"
/error/Sonic/minus45203	"Video stream required to make movie"
/error/Sonic/minus45204	"Script error: Subtitle image file directory not found"
/error/Sonic/minus45205	"Script error: Subtitle image directory not specified"
/error/Sonic/minus54001	"Unsupported media file for scene detection"
/error/Sonic/minus54002	"Unsupported DV signal format for scene detection"
/error/Sonic/minus54003	"Scene detection not enabled"
/error/Sonic/minus54004	"Unable to decode asset for scene detection"
/error/Sonic/minus54005	"Wrong format for scene detection"
/error/Sonic/minus54006	"Scene list trimming failed"
/error/Sonic/minus61000	"NULL pointer has been passed"
/error/Sonic/minus61001	"Invalid Device ID"
/error/Sonic/minus61002	"Device is busy"
/error/Sonic/minus61003	"Invalid handle has been passed"
/error/Sonic/minus61004	"Media is not erasable"
/error/Sonic/minus61005	"Invalide movie index"
/error/Sonic/minus61006	"Project has not been created"
/error/Sonic/minus61007	"Recordable media is not set in the instance"
/error/Sonic/minus61008	"Unexpected parameter has been passed"
/error/Sonic/minus61009	"Erase media failed"
/error/Sonic/minus61010	"Invalid menu index"
/error/Sonic/minus61011	"No menu exists"
/error/Sonic/minus61012	"No main menu exists"
/error/Sonic/minus61013	"Movie is already in the project"
/error/Sonic/minus61014	"Missing Meta Data Files"
/error/Sonic/minus61015	"Invalid Meta Data Files"
/error/Sonic/minus61016	"Valid media is not present"
/error/Sonic/minus61017	"Invalid style or style set"
/error/Sonic/minus61018	"Style or style set is not loaded properly"
/error/Sonic/minus61019	"Invalid PGC"
/error/Sonic/minus61020	"No movie has been added to the project"
/error/Sonic/minus62001	"Unknown capture error."
/error/Sonic/minus62002	"Unknown capture error."
/error/Sonic/minus62003	"Unknown capture error."
/error/Sonic/minus62004	"Creation video device list failed."
/error/Sonic/minus62005	"Creation video device list failed."
/error/Sonic/minus62006	"Creation audio device list failed."
/error/Sonic/minus62007	"Remove device failed."
/error/Sonic/minus62008	"Selection of the device failed."
/error/Sonic/minus62009	"Device not supoorted."
/error/Sonic/minus62010	"Selection of video device error."
/error/Sonic/minus62011	"Selection of audio device error."
/error/Sonic/minus62012	"Selection of the device failed."
/error/Sonic/minus62013	"Not implemented or bad parameters."
/error/Sonic/minus62014	"Run preview error."
/error/Sonic/minus62015	"Run capture error."
/error/Sonic/minus7900	"MIDI Initialization error. Probably crashed while signed to the MIDI manager. Restart your Mac. to use MIDI."
/error/Sonic/minus7901	"MIDI Initialization error. Internal error. Not enough memory?"
/error/Sonic/minus7902	"Wrong version of MIDI manager installed. Check that MIDI Manager 2.0.1 or greater is installed."
/error/Sonic/minus7903	"MIDI Initialization error: Apple MIDI Driver was not found. Please re-install the MIDI manager."
/error/Sonic/minus7904	"MIDI Initialization error: Internal error - MIDI Icon not found."
/error/Sonic/minus15200	"There is not enough memory to proceed with the DDP operation."
/error/Sonic/minus16213	"Unknown parameter context. Check sse_param_context."
/error/Sonic/minus16214	"Unknown parameter name. Check sse_param_name."
/error/Sonic/minus19938	"The subtitle or menu subpicture is too complex to be encoded."
/error/Sonic/minus27224	"Cannot erase disk"
/error/Sonic/minus26513	"The chosen layer break does not satisfy dual layer requirements. To fix this either set a new layer break manually or choose to set layer break automatically."
/error/Sonic/minus27011 "The source image for layer is not an integral number of DVD sectors. Check if the DVD image is created with CSS flag on, this is not supported."

# Correct Sonic typo. This is an existing Sonic string that we may want to feed back to them. In a separate section
# so it can receive special attention. 
/error/Sonic/minus63108 "An error occurred while transcoding video"

# SonicSimpleAlert overrides
# general title
/error/SonicSimpleAlert/title_note			"Note"
/error/SonicSimpleAlert/title_warning		"Warning"
/error/SonicSimpleAlert/title_stop			"Error"
# strings for error codes
/error/SonicSimpleAlert/minus27230/title	"Create Next Disc"

#end Sonic overrides

# MediaLayerFacade errors
/error/ml/ImportFailed	"Unsupported file type."
/error/ml/PanicSave	"Sorry, an internal media engine error has been detected. \nPlease save your project (do not use the same name as the original) and restart."

#
# Following startup error strings are lifted directly from Premiere save for the app name - could give us localization for free
#
# eNoAudioDriversFound is left out because we reuse /required/hardware/soundCard from DVDApp.str, for old times' sake
#/error/ml/eNoAudioDriversFound			"^1 could not load any audio drivers. Please reinstall ^2 and start again."
/error/ml/eNoPlayerModulesFound			"^1 could not find any capable video play modules. Please update your video display drivers and start again."
/error/ml/eNoValidEditingModesFound		"^1 could not find any valid editing modes. Please reinstall ^2 and start again."
/error/ml/eNoSSEPresent					"^1 cannot run on this computer because the processor does not support the SSE instruction set."
/error/ml/eNoDX9Present					"^1 cannot run on this computer because Microsoft DirectX 9 is not installed. Please reinstall ^2 and start again."
/error/ml/eUnknownStartupError			"^1 encountered an unknown error and must shut down. If you just installed third party plugins for ^2, uninstall the plugins and start again. If removing the third party plugins fixes this problem, please contact the plugin vendor for updated software."

/error/dva/unknown	"Unknown error in DVA.dll"

/error/UISupport/DrawingEnvException	"Unable to initialize drawing environment."
/error/UISupport/KeymapParsingError	"Unable to parse keyboard command mapping file."

/error/help/initialize		"Failed to initialize Help Client."
/error/help/search			"Failed to show Search Results"
/error/help/display			"Failed to launch Help Client"

/error/SubtitleTrack/FixSubtitleGaps/ErrorinFew	"Few gaps could not be fixed automatically. Those clips are of minimum allowed duration. Need to fix them manually."

# AMT errors

/AMT_Error/Title	"Application Management Error"

#end ALM errors