// =========================================================================== // 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 "Add to Shelf" m_cameraBookmarkEditor.kAddToShelf; displayString -replace -value "Apply" m_cameraBookmarkEditor.kApply; displayString -replace -value "Bookmark Editor (^1s)" m_cameraBookmarkEditor.kBookmarkEditor; displayString -replace -value "Bookmarks" m_cameraBookmarkEditor.kBookmarks; displayString -replace -value "Close" m_cameraBookmarkEditor.kClose; displayString -replace -value "Delete" m_cameraBookmarkEditor.kDelete; displayString -replace -value "Description:" m_cameraBookmarkEditor.kDescription; displayString -replace -value "Name:" m_cameraBookmarkEditor.kName; displayString -replace -value "New 2D Bookmark" m_cameraBookmarkEditor.kNew2DBookmark; displayString -replace -value "New Bookmark" m_cameraBookmarkEditor.kNewBookmark; displayString -replace -value " (2D Pan/Zoom)" m_cameraBookmarkEditor.kPanZoom;