// =========================================================================== // 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 "Attempted to add a row of ^1s columns to a lookup table of ^2s columns." m_lookupTable.kAttempted; displayString -replace -value "\n--- Begin lookup table printout ---\n" m_lookupTable.kBegin; displayString -replace -value "\nColumns are:\n" m_lookupTable.kColsAre; displayString -replace -value "Contents are:\n" m_lookupTable.kContentsAre; displayString -replace -value "The columns of a lookup table must all have different labels.\nThis lookup table has two columns named ^1s." m_lookupTable.kDiffLabels; displayString -replace -value "--- End lookup table printout ---\n" m_lookupTable.kEnd; displayString -replace -value "Lookup table does not have a column labelled ^1s." m_lookupTable.kNoCol; displayString -replace -value "Lookup table does not have a column labelled ^1s." m_lookupTable.kNoCol2; displayString -replace -value "Lookup table does not have a column labelled ^1s." m_lookupTable.kNoCol3; displayString -replace -value "Lookup table does not have a column labelled ^1s." m_lookupTable.kNoCol5; displayString -replace -value "A non-empty string must be specified as the key value for lookupTableEdit." m_lookupTable.kNonEmpty; displayString -replace -value "A non-empty string must be specified as the key value for lookupTableLookup." m_lookupTable.kNonEmpty2; displayString -replace -value "A non-empty string must be specified as the key value for lookupTableRemoveRow." m_lookupTable.kNonEmpty3; displayString -replace -value "A non-empty string must be specified as the column value for lookupTableGetColumn." m_lookupTable.kNonEmpty4; displayString -replace -value "Table has ^1s columns.\n" m_lookupTable.kNumCol; displayString -replace -value "A lookup table needs at least two columns." m_lookupTable.kTwoCols;