// Copyright (C) 1997-2006 Autodesk, Inc., and/or its licensors.
// All rights reserved.
//
// The coded instructions, statements, computer programs, and/or related
// material (collectively the "Data") in these files contain unpublished
// information proprietary to Autodesk, Inc. ("Autodesk") and/or its licensors,
// which is protected by U.S. and Canadian federal copyright law and by
// international treaties.
//
// The Data is provided for use exclusively by You. You have the right to use,
// modify, and incorporate this Data into other products for purposes authorized 
// by the Autodesk software license agreement, without fee.
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. AUTODESK
// DOES NOT MAKE AND HEREBY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTIES
// INCLUDING, BUT NOT LIMITED TO, THE WARRANTIES OF NON-INFRINGEMENT,
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE 
// OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT WILL AUTODESK AND/OR ITS
// LICENSORS BE LIABLE FOR ANY LOST REVENUES, DATA, OR PROFITS, OR SPECIAL,
// DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES, EVEN IF AUTODESK AND/OR ITS
// LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OR PROBABILITY OF SUCH DAMAGES.

displayString -replace -value "Attributes" m_filterUI.kAttributes;
displayString -replace -value "Attributes" m_filterUI.kAttributesTab;
displayString -replace -value "Attributes" m_filterUI.kAttributesTitle;
displayString -replace -value "Auxiliary Nodes" m_filterUI.kAuxNodes;
displayString -replace -value "Add/Remove node types from auxiliary nodes list; nodes on this list are usually not visible" m_filterUI.kAuxNodesAnnot;
displayString -replace -value "Cancel" m_filterUI.kCancel;
displayString -replace -value "Clear Below" m_filterUI.kClearAttrBelow;
displayString -replace -value "Turn off all attributes entries" m_filterUI.kClearAttrBelowAnnot;
displayString -replace -value "Clear Below" m_filterUI.kClearBelow;
displayString -replace -value "Turn off all objects entries" m_filterUI.kClearBelowAnnot;
displayString -replace -value "Close" m_filterUI.kClose;
displayString -replace -value "Create Entry..." m_filterUI.kCreateEntry;
displayString -replace -value "After showing selected type(s), add this as an entry to objects or attributes" m_filterUI.kCreateEntryAnnot;
displayString -replace -value "Create Entry" m_filterUI.kCreateEntryTitle;
displayString -replace -value "Delete" m_filterUI.kDelete;
displayString -replace -value "Delete Entry..." m_filterUI.kDeleteEntry;
displayString -replace -value "Delete a customized entry from objects or attributes" m_filterUI.kDeleteEntryAnnot;
displayString -replace -value "Delete Entry" m_filterUI.kDeleteEntryTitle;
displayString -replace -value "View->Show Results in Graph Editor must be on to see curves driven by expressions" m_filterUI.kDrivenByExprAnnot;
displayString -replace -value "Entry name:" m_filterUI.kEntryName;
displayString -replace -value "Attribute entry name is not valid." m_filterUI.kInvalidAttribute;
displayString -replace -value "Object entry name is not valid." m_filterUI.kInvalidObject;
displayString -replace -value "Invert Shown" m_filterUI.kInvertShown;
displayString -replace -value "Toggle between showing/removing" m_filterUI.kInvertShownAnnot;
displayString -replace -value "Objects" m_filterUI.kObjects;
displayString -replace -value "Objects" m_filterUI.kObjectsTab;
displayString -replace -value "Objects" m_filterUI.kObjectsTitle;
displayString -replace -value "Save" m_filterUI.kSave;
displayString -replace -value "Save an entry that shows the following attribute(s):" m_filterUI.kSaveEntry;
displayString -replace -value "Save an entry that shows objects of the following type(s):" m_filterUI.kSaveEntryObjects;
displayString -replace -value "Show" m_filterUI.kShow;
displayString -replace -value "Show All" m_filterUI.kShowAll;
displayString -replace -value "Show all items" m_filterUI.kShowAllAnnot;
displayString -replace -value "Show Auxiliary Nodes" m_filterUI.kShowAuxNodes;
displayString -replace -value "Toggle between showing/hiding auxiliary nodes (3D views are not affected)" m_filterUI.kShowAuxNodesAnnot;
displayString -replace -value "Indicates that either text filter or at least one of the show menu filters is in use" m_filterUI.kShowOnOffAnnot;
displayString -replace -value "Show Selected Type(s)" m_filterUI.kShowSelected;
displayString -replace -value "Show only items of the selected object or attribute type" m_filterUI.kShowSelectedAnnot;
displayString -replace -value "Enter text to limit the listing (e.g., P* to show all objects beginning with P)" m_filterUI.kTextFilterAnnot;
