|
|
|
@ -102,72 +102,72 @@ wxString LayerName( int aLayer ) |
|
|
|
|
|
|
|
// SCH_LAYER_ID
|
|
|
|
|
|
|
|
case LAYER_WIRE: return _( "Wire" ); |
|
|
|
case LAYER_BUS: return _( "Bus" ); |
|
|
|
case LAYER_BUS_JUNCTION: return _( "Bus Junction" ); |
|
|
|
case LAYER_JUNCTION: return _( "Junction" ); |
|
|
|
case LAYER_LOCLABEL: return _( "Label" ); |
|
|
|
case LAYER_GLOBLABEL: return _( "Global label" ); |
|
|
|
case LAYER_HIERLABEL: return _( "Hierarchical label" ); |
|
|
|
case LAYER_PINNUM: return _( "Pin number" ); |
|
|
|
case LAYER_PINNAM: return _( "Pin name" ); |
|
|
|
case LAYER_REFERENCEPART: return _( "Symbol reference" ); |
|
|
|
case LAYER_VALUEPART: return _( "Symbol value" ); |
|
|
|
case LAYER_WIRE: return _( "Wires" ); |
|
|
|
case LAYER_BUS: return _( "Buses" ); |
|
|
|
case LAYER_BUS_JUNCTION: return _( "Bus junctions" ); |
|
|
|
case LAYER_JUNCTION: return _( "Junctions" ); |
|
|
|
case LAYER_LOCLABEL: return _( "Labels" ); |
|
|
|
case LAYER_GLOBLABEL: return _( "Global labels" ); |
|
|
|
case LAYER_HIERLABEL: return _( "Hierarchical labels" ); |
|
|
|
case LAYER_PINNUM: return _( "Pin numbers" ); |
|
|
|
case LAYER_PINNAM: return _( "Pin names" ); |
|
|
|
case LAYER_REFERENCEPART: return _( "Symbol references" ); |
|
|
|
case LAYER_VALUEPART: return _( "Symbol values" ); |
|
|
|
case LAYER_FIELDS: return _( "Symbol fields" ); |
|
|
|
case LAYER_DEVICE: return _( "Symbol body outline" ); |
|
|
|
case LAYER_DEVICE_BACKGROUND: return _( "Symbol body fill" ); |
|
|
|
case LAYER_DEVICE: return _( "Symbol body outlines" ); |
|
|
|
case LAYER_DEVICE_BACKGROUND: return _( "Symbol body fills" ); |
|
|
|
case LAYER_NOTES: return _( "Notes" ); |
|
|
|
case LAYER_NETNAM: return _( "Net name" ); |
|
|
|
case LAYER_PIN: return _( "Pin" ); |
|
|
|
case LAYER_SHEET: return _( "Sheet border" ); |
|
|
|
case LAYER_SHEET_BACKGROUND: return _( "Sheet background" ); |
|
|
|
case LAYER_SHEETNAME: return _( "Sheet name" ); |
|
|
|
case LAYER_NETNAM: return _( "Net names" ); |
|
|
|
case LAYER_PIN: return _( "Pins" ); |
|
|
|
case LAYER_SHEET: return _( "Sheet borders" ); |
|
|
|
case LAYER_SHEET_BACKGROUND: return _( "Sheet backgrounds" ); |
|
|
|
case LAYER_SHEETNAME: return _( "Sheet names" ); |
|
|
|
case LAYER_SHEETFIELDS: return _( "Sheet fields" ); |
|
|
|
case LAYER_SHEETFILENAME: return _( "Sheet file name" ); |
|
|
|
case LAYER_SHEETLABEL: return _( "Sheet label" ); |
|
|
|
case LAYER_NOCONNECT: return _( "No connect symbol" ); |
|
|
|
case LAYER_ERC_WARN: return _( "ERC warning" ); |
|
|
|
case LAYER_ERC_ERR: return _( "ERC error" ); |
|
|
|
case LAYER_SHEETFILENAME: return _( "Sheet file names" ); |
|
|
|
case LAYER_SHEETLABEL: return _( "Sheet labels" ); |
|
|
|
case LAYER_NOCONNECT: return _( "No-connect symbols" ); |
|
|
|
case LAYER_ERC_WARN: return _( "ERC warnings" ); |
|
|
|
case LAYER_ERC_ERR: return _( "ERC errors" ); |
|
|
|
case LAYER_SCHEMATIC_AUX_ITEMS: return _( "Helper items" ); |
|
|
|
case LAYER_SCHEMATIC_GRID: return _( "Grid" ); |
|
|
|
case LAYER_SCHEMATIC_GRID_AXES: return _( "Axes" ); |
|
|
|
case LAYER_SCHEMATIC_BACKGROUND: return _( "Background" ); |
|
|
|
case LAYER_SCHEMATIC_CURSOR: return _( "Cursor" ); |
|
|
|
case LAYER_BRIGHTENED: return _( "Highlighted items" ); |
|
|
|
case LAYER_HIDDEN: return _( "Hidden item" ); |
|
|
|
case LAYER_HIDDEN: return _( "Hidden items" ); |
|
|
|
case LAYER_SELECTION_SHADOWS: return _( "Selection highlight" ); |
|
|
|
case LAYER_SCHEMATIC_WORKSHEET: return _( "Worksheet" ); |
|
|
|
|
|
|
|
// GAL_LAYER_ID
|
|
|
|
|
|
|
|
case LAYER_MOD_FR: return _( "Footprints Front" ); |
|
|
|
case LAYER_MOD_BK: return _( "Footprints Back" ); |
|
|
|
case LAYER_MOD_FR: return _( "Footprints front" ); |
|
|
|
case LAYER_MOD_BK: return _( "Footprints back" ); |
|
|
|
case LAYER_MOD_VALUES: return _( "Values" ); |
|
|
|
case LAYER_MOD_REFERENCES: return _( "Reference Designators" ); |
|
|
|
case LAYER_MOD_TEXT_FR: return _( "Footprint Text Front" ); |
|
|
|
case LAYER_MOD_TEXT_BK: return _( "Footprint Text Back" ); |
|
|
|
case LAYER_MOD_TEXT_INVISIBLE: return _( "Hidden Text" ); |
|
|
|
case LAYER_PAD_FR: return _( "Pads Front" ); |
|
|
|
case LAYER_PAD_BK: return _( "Pads Back" ); |
|
|
|
case LAYER_PADS_TH: return _( "Through Hole Pads" ); |
|
|
|
case LAYER_MOD_REFERENCES: return _( "Reference designators" ); |
|
|
|
case LAYER_MOD_TEXT_FR: return _( "Footprint text front" ); |
|
|
|
case LAYER_MOD_TEXT_BK: return _( "Footprint text back" ); |
|
|
|
case LAYER_MOD_TEXT_INVISIBLE: return _( "Hidden text" ); |
|
|
|
case LAYER_PAD_FR: return _( "Pads front" ); |
|
|
|
case LAYER_PAD_BK: return _( "Pads back" ); |
|
|
|
case LAYER_PADS_TH: return _( "Through-hole pads" ); |
|
|
|
case LAYER_TRACKS: return _( "Tracks" ); |
|
|
|
case LAYER_VIA_THROUGH: return _( "Through Via" ); |
|
|
|
case LAYER_VIA_BBLIND: return _( "Bl/Buried Via" ); |
|
|
|
case LAYER_VIA_MICROVIA: return _( "Micro Via" ); |
|
|
|
case LAYER_VIAS_HOLES: return _( "Via Holes" ); |
|
|
|
case LAYER_NON_PLATEDHOLES: return _( "Non Plated Holes" ); |
|
|
|
case LAYER_VIA_THROUGH: return _( "Through vias" ); |
|
|
|
case LAYER_VIA_BBLIND: return _( "Bl/Buried vias" ); |
|
|
|
case LAYER_VIA_MICROVIA: return _( "Micro-vias" ); |
|
|
|
case LAYER_VIAS_HOLES: return _( "Via holes" ); |
|
|
|
case LAYER_NON_PLATEDHOLES: return _( "Non-plated holes" ); |
|
|
|
case LAYER_RATSNEST: return _( "Ratsnest" ); |
|
|
|
case LAYER_NO_CONNECTS: return _( "No-Connects" ); |
|
|
|
case LAYER_DRC_WARNING: return _( "DRC Warnings" ); |
|
|
|
case LAYER_DRC_ERROR: return _( "DRC Errors" ); |
|
|
|
case LAYER_DRC_EXCLUSION: return _( "DRC Exclusions" ); |
|
|
|
case LAYER_MARKER_SHADOWS: return _( "DRC Marker Shadows" ); |
|
|
|
case LAYER_NO_CONNECTS: return _( "No-connects" ); |
|
|
|
case LAYER_DRC_WARNING: return _( "DRC warnings" ); |
|
|
|
case LAYER_DRC_ERROR: return _( "DRC errors" ); |
|
|
|
case LAYER_DRC_EXCLUSION: return _( "DRC exclusions" ); |
|
|
|
case LAYER_MARKER_SHADOWS: return _( "DRC marker shadows" ); |
|
|
|
case LAYER_ANCHOR: return _( "Anchors" ); |
|
|
|
case LAYER_WORKSHEET: return _( "Worksheet" ); |
|
|
|
case LAYER_CURSOR: return _( "Cursor" ); |
|
|
|
case LAYER_AUX_ITEMS: return _( "Helper items" ); |
|
|
|
case LAYER_GRID: return _( "Grid" ); |
|
|
|
case LAYER_GRID_AXES: return _( "Grid Axes" ); |
|
|
|
case LAYER_GRID_AXES: return _( "Grid axes" ); |
|
|
|
case LAYER_PCB_BACKGROUND: return _( "Background" ); |
|
|
|
case LAYER_SELECT_OVERLAY: return _( "Selection highlight" ); |
|
|
|
|
|
|
|
|