// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Error can't write to Visor file ^1s" m_saveBrushToShelf.kBrushErrorMessage; displayString -replace -value "// Click and drag in the Paint Effects window to grab the icon //" m_saveBrushToShelf.kClickAndDragIcon; displayString -replace -value "Close" m_saveBrushToShelf.kClose; displayString -replace -value "Copying flower image texture file ^1s to ^2s" m_saveBrushToShelf.kCopyFlowerFmt; displayString -replace -value "Copying image texture file ^1s to ^2s" m_saveBrushToShelf.kCopyImageTexture; displayString -replace -value "Copying leaf image texture file ^1s to ^2s" m_saveBrushToShelf.kCopyLeafFmt; displayString -replace -value "Error can't find current shelf ^1s " m_saveBrushToShelf.kErrorMessage; displayString -replace -value "Error can't find template brush ^1s" m_saveBrushToShelf.kErrorRepot; displayString -replace -value "Grab Icon" m_saveBrushToShelf.kGrabIcon; displayString -replace -value "Label:" m_saveBrushToShelf.kLabel; displayString -replace -value "No" m_saveBrushToShelf.kNo; displayString -replace -value "Overlay label:" m_saveBrushToShelf.kOverlayLabel; displayString -replace -value "^1s already exists. \n Do you want to replace it?" m_saveBrushToShelf.kPathExistsMsg; displayString -replace -value "Save Brush Preset" m_saveBrushToShelf.kSaveBrushPreset; displayString -replace -value "Save Brush Preset" m_saveBrushToShelf.kSaveBrushPreset2; displayString -replace -value "Save (^1s)" m_saveBrushToShelf.kSavePath; displayString -replace -value "Save preset:" m_saveBrushToShelf.kSavePresetGroup; displayString -replace -value "Save Brush Preset" m_saveBrushToShelf.kTitleSaveBrushPreset; displayString -replace -value "To shelf" m_saveBrushToShelf.kToShelf; displayString -replace -value "To visor" m_saveBrushToShelf.kToVisor; displayString -replace -value "Visor directory:" m_saveBrushToShelf.kVisorDirectory; displayString -replace -value "Unknown and unimplemented operating system in saveBrushToShelf.mel" m_saveBrushToShelf.kWarningMessage; displayString -replace -value "Cannot find source images for animated file texture to copy to the preset brush images directory" m_saveBrushToShelf.kWarningSourceFile; displayString -replace -value "Unable to create the directory ^1s" m_saveBrushToShelf.kWarningUnableToCreate; displayString -replace -value "Yes" m_saveBrushToShelf.kYes;