#__________________________________________________________ # # PassMark Software # SysInfo # String Localizations #__________________________________________________________ # # Configuring String Localizations # # Each of the strings in SysInfo can be changed # to include a customer specific string or wording. # The file localization.txt (this file that stored in the # software directory) contains the strings used # by SysInfo. # # The file is formatted as a Comma Separated File with two required fields: # # 1. STRING ID - this must not be changed by the customer; # 2. String text - this may be changed. This must be a # string enclosed by quotes; # # a. Parameters must remain in their initially assigned order. # For example, in the string below: # # "The file %s (%d Bytes) in folder %s could not be opened." # # -file %s must be the first parameter # -%d bytes must be the second parameter # -folder %s must be the third parameter # # Additional comma separated values will be ignored and can be used for comments. # # IMPORTANT: A comma is required after the second field, even if you do not have additional comments. # # 3+. Customer comment – this is optional and may be changed – it is # ignored by SysInfo. # # # Notes: # (i) SysInfo must be restarted after making changes to this file # (ii) You need to run SysInfo with sufficient privileges to save # this file in the SysInfo directory. # (iii) A comment is indicated by a "#" at the start of the line. # (iv) This file may be deleted on uninstalling SysInfo or installing # a new version of SysInfo. It is recommended that you keep a # separate copy of this file. # (v) It is important that you keep the strings relatively the same length # after translating. Longer strings may be truncated by the available # space in the GUI. # (vi) Maximum line length (including any comments) cannot exceed 1024 characters #__________________________________________________________ # # PassMark SysInfo,,, # Program String Text,,, # # Translation Notes: # NOTE: SMART is Self-Monitoring, Analysis and Reporting Technology - the word does not need to be translated # NOTE: LBA stands for Logical Block Addressing - the word does not need to be translated # NOTE: Some other abbreviated words that do not need to be translated: HPA, DCO, SMTP, TEC # NOTE: Use you best judgement when it comes to abbreviated words # # # [General Strings] SI_IDS_NA,"Not applicable", SI_IDS_NA_ABV,"N/A", SI_IDS_OTHER,"Other", SI_IDS_READY,"Ready", SI_IDS_UNKNOWN,"Unknown", SI_IDS_NETWORKED,"Networked", SI_IDS_NOT_CAPABLE,"Not capable", SI_IDS_ENABLED,"Enabled", SI_IDS_DISABLED,"Disabled", SI_IDS_SUPPORTED,"Supported", SI_IDS_NOT_SUPPORTED,"Not supported", SI_IDS_SUPPORTED_NOT_ENABLED,"Supported, not enabled", SI_IDS_MIN,"Min", SI_IDS_MAX,"Max", SI_IDS_KB,"KB", SI_IDS_MB,"MB", SI_IDS_GB,"GB", SI_IDS_YES,"Yes", SI_IDS_NO,"No", SI_IDS_REGISTERED,"registered", SI_IDS_NONE,"None", SI_IDS_SERIAL,"Serial", SI_IDS_PARALLEL,"Parallel", # # # [General Error Strings] SI_IDS_INVALID_HANDLE,"Invalid handle", SI_IDS_INSUFFICIENT_MEM,"Insufficient memory", SI_IDS_BUFFER_TOO_SMALL,"Data buffer too small", SI_IDS_UNABLE_OPEN_DEVICE,"Unable to open device", SI_IDS_ADMIN_REQUIRED,"Access denied. Administrator privilege required.", SI_IDS_DRIVER_MISSING,"Error initializing device driver. Try re-installing the application.", SI_IDS_DRIVER_VERSION,"Device driver version incompatible with this software. Try re-installing the application.", SI_IDS_UNABLE_CPU_INFO,"Unable to obtain CPU information.", SI_IDS_CREATE_FAIL,"Failed to create file.", SI_IDS_OPEN_FAIL,"Failed to open file.", # # # [System Info Strings] SI_IDS_INTEL_COMPATIBLE,"Intel compatible", SI_IDS_REMOVABLE,"Removable", SI_IDS_RAMDISK,"RAMdisk", SI_IDS_RAM,"RAM", SI_IDS_CPU,"CPU", SI_IDS_OPTICAL_DRIVE,"Optical drive", SI_IDS_LOCAL_DRIVE,"Local Drive", SI_IDS_FLOPPY,"Floppy", SI_IDS_SYSTEM_SUMMARY,"System summary", SI_IDS_GENERAL,"General", SI_IDS_SYSTEM_NAME,"System Name:", SI_IDS_SYSTEM_MODEL,"System Model:", SI_IDS_MOTHERBOARD_MANUFACTURER,"Motherboard Manufacturer:", SI_IDS_MOTHERBOARD_NAME,"Motherboard Name:", SI_IDS_MOTHERBOARD_MODEL,"Motherboard Model:", SI_IDS_MOTHERBOARD_VERSION,"Motherboard Version:", SI_IDS_MOTHERBOARD_SERIAL_NUMBER,"Motherboard Serial Number:", SI_IDS_BIOS_MANUFACTURER,"BIOS Manufacturer:", SI_IDS_BIOS_VERSION,"BIOS Version:", SI_IDS_BIOS_RELEASE_DATE,"BIOS Release Date:", SI_IDS_MEASURED_CPU_SPEED,"Measured CPU speed", SI_IDS_MULTIPLIER,"Multiplier", SI_IDS_SCALABLE_BUS_SPEED,"Scalable Bus Speed", SI_IDS_STOCK,"Stock", SI_IDS_MHZ,"MHz", SI_IDS_BASE_CLOCK,"Base Clock", SI_IDS_REFERENCE_CLOCK,"Reference Clock", SI_IDS_FRONT_SIDE_BUS,"Front Side Bus", SI_IDS_NON_TURBO,"non turbo", SI_IDS_MULIPLIER_RANGE,"Multiplier range", SI_IDS_TRACE_CACHE,"Trace Cache", SI_IDS_L1_INSTRUCTION_CACHE,"L1 Instruction Cache", SI_IDS_CPU_MANUFACTURER,"CPU manufacturer:", SI_IDS_CPU_TYPE,"CPU Type:", SI_IDS_CODENAME,"Codename:", SI_IDS_SOCKET,"Socket:", SI_IDS_LITHOGRAPHY,"Lithography:", SI_IDS_PHYSICAL_CPUS,"Physical CPU's:", SI_IDS_CORES_PER_CPU,"Cores per CPU:", SI_IDS_THREADS_PER_CPU,"Threads per CPU:", SI_IDS_PERFORMANCE_CORES,"P-Cores:", SI_IDS_PERFORMANCE_THREADS,"P-Threads:", SI_IDS_EFFICIENCY_CORES,"E-Cores:", SI_IDS_EFFICIENCY_THREADS,"E-Threads:", SI_IDS_HYPERTHREADING,"Hyperthreading:", SI_IDS_CPU_FEATURES,"CPU features:", SI_IDS_CLOCK_FREQUENCIES,"Clock frequencies:", SI_IDS_HT_LINK,"- HT Link", SI_IDS_CACHE_PER_CPU_PACKAGE,"Cache per CPU package:", SI_IDS_DATA_CACHE,"Data Cache", SI_IDS_CACHE,"Cache", SI_IDS_TDP_LIMIT,"TDP Limit:", SI_IDS_WATTS,"%d Watts", SI_IDS_AMPS,"%d Amps", SI_IDS_MANUFACTURER,"Manufacturer", SI_IDS_SERIAL_NUMBER,"Serial#", SI_IDS_NOT_POPULATED,"Not populated", SI_IDS_MEMORY,"Memory", SI_IDS_TOTAL_PHYSICAL_MEMORY,"Total Physical Memory:", SI_IDS_AVAILABLE_PHYSICAL_MEMORY,"Available Physical Memory:", SI_IDS_MEMORY_DEVICES,"Memory devices:", SI_IDS_VIRTUAL_MEMORY,"Virtual memory:", SI_IDS_ALLOCATED_BASE_SIZE,"allocated base size", SI_IDS_GRAPHICS,"Graphics", SI_IDS_CHIP_TYPE,"Chip Type:", SI_IDS_DAC_TYPE,"DAC Type:", SI_IDS_DRIVER_PROVIDER,"Driver provider:", SI_IDS_DRIVER_VERSION2,"Driver version:", SI_IDS_DRIVER_DATE,"Driver date:", SI_IDS_DISK_VOLUMES,"Disk volumes", SI_IDS_DISK_DRIVES,"Disk drives", SI_IDS_OPTICAL_DRIVES,"Optical drives", SI_IDS_NETWORK,"Network", SI_IDS_PORTS,"Ports", SI_IDS_MAX_BAUD_RATE,"max Baud rate", SI_IDS_PARALLEL_PORT,"Parallel port:", SI_IDS_CONNECTOR,"connector", SI_IDS_USB_NOT_DETECTED,"USB not detected", SI_IDS_L1_DATA_CACHE,"- L1 data cache:", SI_IDS_L2_CACHE,"- L2 cache:", SI_IDS_L3_CACHE,"- L3 cache:", SI_IDS_TDC_LIMIT,"TDC limit:", SI_IDS_MEMORY_C,"Memory:", SI_IDS_BIOS_C,"BIOS:", SI_IDS_MEMSPD,"Memory SPD", SI_IDS_MEM_TYPE,"Memory type:", SI_IDS_MEM_SPDREV,"SPD revision:", SI_IDS_MEM_MANUF,"Manufacturer:", SI_IDS_MEM_MANUF_DATE,"Manufacturing date:", SI_IDS_MEM_SERIALNO,"Serial number:", SI_IDS_MEM_PARTNO,"Part number:", SI_IDS_MEM_SPEED,"Clock speed:", SI_IDS_MEM_SIZE,"Memory size:", SI_IDS_MEM_BANKS,"Number of banks:", SI_IDS_MEM_ROWS,"Row address bits:", SI_IDS_MEM_COLS,"Column address bits:", SI_IDS_MEM_BUSWIDTH,"Bus width:", SI_IDS_MEM_DEVWIDTH,"Device width:", SI_IDS_MEM_VOLTAGE,"Module voltage:", SI_IDS_MEM_T_CK,"Minimum clock cycle time (tCK):", SI_IDS_MEM_CAS_LAT,"Supported CAS latencies:", SI_IDS_MEM_T_AA,"Minimum CAS latency time (tAA):", SI_IDS_MEM_T_RCD,"Minimum RAS to CAS delay time (tRCD):", SI_IDS_MEM_T_RP,"Minimum row precharge time (tRP):", SI_IDS_MEM_T_RAS,"Minimum active to precharge time (tRAS):", SI_IDS_MEM_TIMING,"Supported timing at highest clock speed:", SI_IDS_MEM_T_RRD,"Minimum Row Active to Row Active Delay (tRRD):", SI_IDS_MEM_T_RC,"Minimum Active to Auto-Refresh Delay (tRC):", SI_IDS_MEM_T_RFC,"Minimum Recovery Delay (tRFC):", SI_IDS_MEM_ECC,"ECC:", SI_IDS_MEM_T_WR,"Minimum Write Recovery time (tWR):", SI_IDS_MEM_T_WTR,"Minimum Write to Read CMD Delay (tWTR):", SI_IDS_MEM_T_RTP,"Minimum Read to Pre-charge CMD Delay (tRTP):", SI_IDS_MEM_T_FAW,"Minimum Four Activate Window Delay (tFAW):", SI_IDS_MEM_OPTEMP,"Operating temperature range:", SI_IDS_MEM_ASR,"Supports Auto Self-Refresh:", SI_IDS_MEM_PASR,"Supports Partial Array Self-Refresh:", SI_IDS_MEM_SENSOR,"Thermal Sensor present:", SI_IDS_MEM_ODTS,"Supports On-Die Thermal Sensor readout:", SI_IDS_MEM_HEIGHT,"Module Height:", SI_IDS_MEM_THICKNESS,"Module Thickness:", SI_IDS_MEM_WIDTH,"Module Width:", SI_IDS_MEM_T_AC,"Data access time from clock (tAC):", SI_IDS_MEM_T_IS,"Address/Command Setup Time Before Clock (tIS):", SI_IDS_MEM_T_IH,"Address/Command Hold Time After Clock (tIH):", SI_IDS_MEM_T_DS,"Data Input Setup Time Before Strobe (tDS):", SI_IDS_MEM_T_DH,"Data Input Hold Time After Strobe (tDH):", SI_IDS_MEM_T_DQSQ,"Maximum DQS to DQ Skew (tDQSQ):", SI_IDS_MEM_T_QHS,"Maximum Read Data Hold Skew (tQHS):", SI_IDS_MEM_T_PLL,"PLL Relock Time:", SI_IDS_MEM_BURST,"Supported Burst Lengths:", SI_IDS_MEM_REFRESH,"Refresh Rate:", SI_IDS_MEM_CSLAT,"Supported CS Latencies:", SI_IDS_MEM_WELAT,"Supported WE Latencies:", SI_IDS_MEM_CONCAP,"Supports Concurrent Auto Precharge:", SI_IDS_MEM_FASTAP,"Supports Fast AP:", SI_IDS_MEM_PRECHALL,"Supports Precharge All:", SI_IDS_MEM_WRBURST,"Supports Write/Read Burst:", SI_IDS_MEM_WRTIMES,"Supported Write recovery times:", SI_IDS_MEM_ALLAT,"Supported Additive Latencies:", SI_IDS_MEM_TERM,"Supported Terminations", SI_IDS_MEM_DRIVERS,"Supported drivers:", SI_IDS_MEM_RANKS,"Number of ranks:", SI_IDS_MEM_XMPREV,"XMP Revision:", SI_IDS_MEM_T_REFI,"Maximum tREFI Time (Average Periodic Refresh Interval):", SI_IDS_MEM_WRCMD,"Write to Read CMD Turn-around Time Optimizations:", SI_IDS_MEM_RWCMD,"Read to Write CMD Turn-around Time Optimizations:", SI_IDS_MEM_B2BCMD,"Back 2 Back CMD Turn-around Time Optimizations:", SI_IDS_MEM_CMDRATE,"System CMD Rate Mode:", SI_IDS_MEM_EPP_OPTIMAL,"Profile for Optimal Performance:", SI_IDS_MEM_ADDRDRIVE,"Address Drive Strength:", SI_IDS_MEM_CSDRIVE,"Chip Select Drive Strength:", SI_IDS_MEM_CLKDRIVE,"Clock Drive Strength:", SI_IDS_MEM_DATADRIVE,"Data Drive Strength:", SI_IDS_MEM_DQSDRIVE,"DQS Drive Strength:", SI_IDS_MEM_ADDRCMDDELAY,"Address/Command Fine Delay:", SI_IDS_MEM_ADDRCMDSETUP,"Address/Command Setup Time:", SI_IDS_MEM_CSDELAY,"Chip Select Delay:", SI_IDS_MEM_CSSETUP,"Chip Select Setup Time:", SI_IDS_MEM_NONSTD_TYPE,"Non-standard SDRAM type:", SI_IDS_MEM_MODULE_TYPE,"Module type:", SI_IDS_MEM_REF_CARD,"Reference raw card used:", SI_IDS_MEM_DRAM_MANUF,"DRAM manufacture name:", SI_IDS_MEM_DRAM_ROWS,"Number of DRAM rows:", SI_IDS_MEM_DRAM_REGS,"Number of registers:", SI_IDS_MEM_REG_MANUF,"Register manufacture name:", SI_IDS_MEM_REG_REV,"Register revision:", SI_IDS_MEM_REG_TYPE,"Register type:", SI_IDS_MEM_CMDDRIVE_A,"Command/Address A Outputs Drive Strength:", SI_IDS_MEM_CMDDRIVE_B,"Command/Address B Outputs Drive Strength:", SI_IDS_MEM_CTRLDRIVE_A,"Control Signals A Outputs Drive Strength:", SI_IDS_MEM_CTRLDRIVE_B,"Control Signals B Outputs Drive Strength:", SI_IDS_MEM_Y1Y3DRIVE,"Y1/Y1# and Y3/Y3# Clock Outputs Drive Strength:", SI_IDS_MEM_Y0Y2DRIVE,"Y0/Y0# and Y2/Y2# Clock Outputs Drive Strength:", SI_IDS_MEM_T_CKMAX,"Maximum clock cycle time (tCKmax):", SI_IDS_MEM_T_RFC2, "Minimum Auto-Refresh to Active/Auto-Refresh Command Period (tRFC2):", SI_IDS_MEM_T_RFC4, "Minimum Auto-Refresh to Active/Auto-Refresh Command Period (tRFC4):", SI_IDS_MEM_T_RRD_S,"Minimum Activate to Activate Delay Time (tRRD_Smin), different bank group:", SI_IDS_MEM_T_RRD_L,"Minimum Activate to Activate Delay Time (tRRD_Lmin), same bank group:", SI_IDS_MEM_T_CCD_L,"Minimum CAS to CAS Delay Time (tCCD_Lmin), same bank group:", SI_IDS_MEM_T_MAW,"Maximum Activate Window in units of tREFI (tMAW):", SI_IDS_MEM_STEPPING,"DRAM Stepping:", SI_IDS_MEM_PACKAGE,"SDRAM Package Type:", SI_IDS_MEM_MAC,"Maxium Activate Count (MAC):", SI_IDS_MEM_PPR,"Post Package Repair supported:", SI_IDS_MEM_HEAT_SPREAD,"Heat Spreader Solution present:", SI_IDS_MEM_ODTDRIVE,"ODT Drive Strength:", SI_IDS_MEM_CKEDRIVE,"CKE Drive Strength:", SI_IDS_MEM_DATABUF_REV,"Data Buffer revision:", SI_IDS_MEM_MDQDRIVE_1866,"MQT Drive Strength for data rate <= 1866:", SI_IDS_MEM_MDQREAD_1866,"MDQ Read Termination Strength for data rate <= 1866:", SI_IDS_MEM_DRAMDRIVE_1866,"DRAM Drive Strength for data rate <= 1866:", SI_IDS_MEM_ODTRTT_WR_1866,"DRAM ODT Strength (RTT_WR) for data rate <= 1866:", SI_IDS_MEM_ODTRTT_NOM_1866,"DRAM ODT Strength (RTT_NOM) for data rate <= 1866:", SI_IDS_MEM_ODTRTT_PARK_R0R1_1866, "DRAM ODT Strength (RTT_PARK), Package Ranks 0 & 1 for data rate <= 1866:", SI_IDS_MEM_ODTRTT_PARK_R2R3_1866, "DRAM ODT Strength (RTT_PARK), Package Ranks 2 & 3 for data rate <= 1866:", SI_IDS_MEM_MDQDRIVE_2400, "MQT Drive Strength for 1866 < data rate <= 2400:", SI_IDS_MEM_MDQREAD_2400, "MDQ Read Termination Strength for 1866 < data rate <= 2400:", SI_IDS_MEM_DRAMDRIVE_2400, "DRAM Drive Strength for data rate for 1866 < data rate <= 2400:", SI_IDS_MEM_ODTRTT_WR_2400, "DRAM ODT Strength (RTT_WR) for 1866 < data rate <= 2400:", SI_IDS_MEM_ODTRTT_NOM_2400,"DRAM ODT Strength (RTT_NOM) for 1866 < data rate <= 2400:", SI_IDS_MEM_ODTRTT_PARK_R0R1_2400, "DRAM ODT Strength (RTT_PARK), Package Ranks 0 & 1 for 1866 < data rate <= 2400:", SI_IDS_MEM_ODTRTT_PARK_R2R3_2400, "DRAM ODT Strength (RTT_PARK), Package Ranks 2 & 3 for 1866 < data rate <= 2400:", SI_IDS_MEM_MDQDRIVE_3200, "MQT Drive Strength for 2400 < data rate <= 3200:", SI_IDS_MEM_MDQREAD_3200, "MDQ Read Termination Strength for 2400 < data rate <= 3200", SI_IDS_MEM_DRAMDRIVE_3200, "DRAM Drive Strength for data rate for 2400 < data rate <= 3200", SI_IDS_MEM_ODTRTT_WR_3200, "DRAM ODT Strength (RTT_WR) for 2400 < data rate <= 3200", SI_IDS_MEM_ODTRTT_NOM_3200, "DRAM ODT Strength (RTT_NOM) for 2400 < data rate <= 3200", SI_IDS_MEM_ODTRTT_PARK_R0R1_3200, "DRAM ODT Strength (RTT_PARK), Package Ranks 0 & 1 for 2400 < data rate <= 3200", SI_IDS_MEM_ODTRTT_PARK_R2R3_3200, "DRAM ODT Strength (RTT_PARK), Package Ranks 2 & 3 for 2400 < data rate <= 3200", SI_IDS_BIOS_SERIAL_NUMBER,"BIOS Serial Number:", # # [Other Mem related] SI_IDS_MEM_SLOT,"Slot %i:", SI_IDS_MEM_YEAR_WEEK,"Year: %i, Week: %i", SI_IDS_MEM_FRONT_BACK,"Front: %i - %i mm, Back: %i - %i mm", SI_IDS_MEM_EPP_PROFILE_FP,"[EPP Profile FP%i] %s", SI_IDS_MEM_EPP_PROFILE_AP,"[EPP Profile AP%i] %s", SI_IDS_MEM_XMP_PROFILE,"[XMP Profile %i] %s", SI_IDS_MEM_SDRAM,"SDRAM", SI_IDS_MEM_DDR_SDRAM,"DDR SDRAM", SI_IDS_MEM_DDR2_SDRAM,"DDR2 SDRAM", SI_IDS_MEM_DDR2_FB_SDRAM,"DDR2 Fully Buffered SDRAM", SI_IDS_MEM_DDR2_FB_SDRAM_PROBE,"DDR2 Fully Buffered SDRAM Probe", SI_IDS_MEM_DDR3_SDRAM,"DDR3 SDRAM", SI_IDS_MEM_DDR4_SDRAM,"DDR4 SDRAM", SI_IDS_MEM_DDR5_SDRAM,"DDR5 SDRAM", # SI_CPU_NO_TYPESTRING,"No CPU String", # # [SMART Attributes] SMART_ATTR_UNKNOWN_ATTRIBUTE,"(Unknown attribute)", SMART_ATTR_INVALID_ID,"Invalid Attribute ID", SMART_ATTR_RAW_READ_ERROR_RATE,"Raw Read Error Rate", SMART_ATTR_THROUGHPUT_PERFORMANCE,"Throughput Performance", SMART_ATTR_SPIN_UP_TIME,"Spin Up Time", SMART_ATTR_START_STOP_COUNT,"Start/Stop Count", SMART_ATTR_REALLOCATED_SECTOR_COUNT,"Reallocated Sector Count", SMART_ATTR_READ_CHANNEL_MARGIN,"Read Channel Margin", SMART_ATTR_SEEK_ERROR_RATE,"Seek Error Rate", SMART_ATTR_SEEK_TIME_PERFORMANCE,"Seek Time Performance", SMART_ATTR_POWER_ON_TIME,"Power On Time", SMART_ATTR_SPIN_RETRY_COUNT,"Spin Retry Count", SMART_ATTR_CALIBRATION_RETRY_COUNT,"Calibration Retry Count", SMART_ATTR_POWER_CYCLE_COUNT,"Power Cycle Count", SMART_ATTR_SOFT_READ_ERROR_RATE,"Soft Read Error Rate", SMART_ATTR_AVERAGE_FLYING_HEIGHT_CONTROL,"Average Flying Height control", SMART_ATTR_MAXIMUM_FLYING_HEIGHT_CONTROL,"Maximum Flying Height control", SMART_ATTR_TRANSLATION_TABLE_REBUILD,"Translation Table Rebuild", SMART_ATTR_WEAR_LEVELING_COUNT,"Wear Leveling Count", SMART_ATTR_UNEXPECTED_POWER_LOSS_COUNT,"Unexpected Power Loss Count", SMART_ATTR_PROGRAM_FAIL_COUNT_CHIP,"Program Fail Count (Chip)", SMART_ATTR_ERASE_FAIL_COUNT_CHIP,"Erase Fail Count (Chip)", SMART_ATTR_USED_RSVD_BLOCK_COUNT_CHIP,"Used Reserved Block Count (Chip)", SMART_ATTR_USED_RSVD_BLOCK_COUNT_TOTAL,"Used Reserved Block Count (Total)", SMART_ATTR_UNUSED_RSVD_BLOCK_COUNT_TOTAL,"Unused Reserved Block Count (Total)", SMART_ATTR_PROGRAM_FAIL_COUNT_TOTAL,"Program Fail Count (Total)", SMART_ATTR_ERASE_FAIL_COUNT_TOTAL,"Erase Fail Count (Total)", SMART_ATTR_SATA_DOWNSHIFT_ERROR_COUNT,"SATA Downshift Error Count", SMART_ATTR_END_TO_END_ERROR,"End-to-End error", SMART_ATTR_HEAD_STABILITY,"Head Stability", SMART_ATTR_INDUCED_OP_VIBRATION_DETECTION,"Induced Op-Vibration Detection", SMART_ATTR_REPORTED_UNCORRECTABLE_ERRORS,"Reported Uncorrectable Errors", SMART_ATTR_COMMAND_TIMEOUT,"Command Timeout", SMART_ATTR_HIGH_FLY_WRITES,"High Fly Writes", SMART_ATTR_TEMP_DIFFERENCE_FROM_100,"Temperature Difference from 100", SMART_ATTR_G_SENSE_ERROR_RATE,"G-sense Error Rate", SMART_ATTR_POWER_OFF_RETRACT_COUNT,"Power off Retract Count", SMART_ATTR_LOAD_CYCLE_COUNT,"Load Cycle Count", SMART_ATTR_TEMPERATURE,"Temperature", SMART_ATTR_HARDWARE_ECC_RECOVERED,"Hardware ECC Recovered", SMART_ATTR_REALLOCATION_EVENT_COUNT,"Reallocation Event Count", SMART_ATTR_CURRENT_PENDING_SECTOR_COUNT,"Current Pending Sector Count", SMART_ATTR_UNCORRECTABLE_SECTOR_COUNT,"Uncorrectable Sector Count", SMART_ATTR_ULTRADMA_CRC_ERROR_COUNT,"UltraDMA CRC Error Count", SMART_ATTR_WRITE_ERROR_COUNT,"Write Error Count", SMART_ATTR_OFF_TRACK_ERRORS,"Off Track Errors", SMART_ATTR_DATA_ADDRESS_MARK_ERRORS,"Data Address Mark Errors", SMART_ATTR_ERROR_CORRECTION_CODE_ERRORS,"Error Correction Code Errors", SMART_ATTR_SOFT_ECC_CORRECTION,"Soft ECC Correction", SMART_ATTR_THERMAL_ASPERITY_RATE,"Thermal Asperity Rate", SMART_ATTR_FLYING_HEIGHT,"Flying Height", SMART_ATTR_SPIN_HIGH_CURRENT,"Spin High Current", SMART_ATTR_SPIN_BUZZ,"Spin Buzz", SMART_ATTR_OFFLINE_SEEK_PERFORMANCE,"Offline Seek Performance", SMART_ATTR_VIBRATION_DURING_WRITE,"Vibration During Write", SMART_ATTR_SHOCK_DURING_WRITE,"Shock During Write", SMART_ATTR_GROUND_SEEK_ERRORS_RRO_C_ERP,"Ground Seek Errors Count / RRO-C ERP Count", SMART_ATTR_GROUND_LOAD_ERRORS_COUNT,"Ground Load Errors Count", SMART_ATTR_GROUND_SPINUP_ERRORS,"Ground Spin-up Errors", SMART_ATTR_UNEXPECTED_ERRORS_COUNT,"Unexpected Errors Count", SMART_ATTR_UNLOCK_MISREAD_COUNT,"Unlock/Misread Count", SMART_ATTR_FLASHROM_ECC_CORRECTED_COUNT,"FlashROM ECC Corrected Count", SMART_ATTR_DISK_SHIFT,"Disk shift", SMART_ATTR_LOADED_HOURS,"Loaded hours", SMART_ATTR_LOAD_UNLOAD_RETRY_COUNT,"Load/Unload retry count", SMART_ATTR_LOAD_FRICTION,"Load friction", SMART_ATTR_LOAD_IN_TIME,"Load-in Time", SMART_ATTR_TORQUE_AMPLIFICATION_COUNT,"Torque Amplification Count", SMART_ATTR_GMR_HEAD_AMPLITUDE,"GMR Head Amplitude", SMART_ATTR_ENDURANCE_REMAINING,"Endurance Remaining", SMART_ATTR_HEAD_FLYING_HOURS,"Head flying hours", SMART_ATTR_TOTAL_LBAS_WRITTEN,"Total LBAs Written", SMART_ATTR_TOTAL_LBAS_READ,"Total LBAs Read", SMART_ATTR_READ_ERROR_RETRY_RATE,"Read Error Retry Rate", SMART_ATTR_FREE_FALL_PROTECTION,"Free Fall Protection", # [SMART Attributes SSD - Indilinx] SMART_ATTR_INITIAL_BAD_BLOCK_COUNT,"Initial Bad Block Count", SMART_ATTR_AVAILABLE_OP_BLOCK_COUNT, "Available OP Block Count", SMART_ATTR_PROGRAM_FAILURE_BLOCK_COUNT,"Program Failure Block Count", SMART_ATTR_ERASE_FAILURE_BLOCK_COUNT,"Erase Failure Block Count", SMART_ATTR_READ_FAILURE_BLOCK_COUNT,"Read Failure Block Count (Uncorrectable)", SMART_ATTR_HOST_READS_GB,"Host reads (GB)", SMART_ATTR_HOST_WRITES_GB,"Host writes (GB)", SMART_ATTR_READ_FAILURE_BLOCK_COUNT_UNCORRECTABLE,"Total Count of Read Sectors", SMART_ATTR_TOTAL_COUNT_OF_READ_SECTORS,"Total Count of Read Sectors", SMART_ATTR_TOTAL_COUNT_OF_WRITE_SECTORS,"Total Count of Write Sectors", SMART_ATTR_TOTAL_COUNT_OF_READ_COMMANDS,"Total Count of Read Commands", SMART_ATTR_TOTAL_COUNT_OF_WRITE_COMMANDS,"Total Count of Write Commands", SMART_ATTR_TOTAL_COUNT_OF_ERROR_BITS_FROM_FLASH,"Total Count of Error Bits from Flash", SMART_ATTR_TOTAL_COUNT_OF_READ_SECTORS_W_CORRECTABLE_ERRORS,"Total Count of Read Sectors with Correctable Errors", SMART_ATTR_BAD_BLOCK_FULL_FLAG,"Bad Block Full Flag", SMART_ATTR_MAXIMUM_PE_COUNT_SPECIFICATION,"Maximum PE Count Specification", SMART_ATTR_MINIMUM_ERASE_COUNT,"Minimum Erase Count", SMART_ATTR_MAXIMUM_ERASE_COUNT,"Maximum Erase Count", SMART_ATTR_AVERAGE_ERASE_COUNT,"Average Erase Count", SMART_ATTR_REMAINING_LIFE,"Remaining Life (%)", SMART_ATTR_INDILINX_INTERNAL,"Indilinx Internal", SMART_ATTR_SATA_ERROR_COUNT_CRC,"SATA Error Count CRC", SMART_ATTR_SATA_ERROR_COUNT_HANDSHAKE,"SATA Error Count Handshake", SMART_ATTR_LIFETIME_REMAINING,"Lifetime Remaining", SMART_ATTR_TOTAL_NAND_PROG_COUNT_GB,"Total NAND programming count (GB)", # [SMART Attributes SSD - OCZ/Corsair] SMART_ATTR_RETIRED_BLOCK_COUNT,"Retired Block Count", SMART_ATTR_PROGRAM_ERASE_CYCLES,"Program/Erase Cycles", SMART_ATTR_RESERVED_BLOCK_COUNT,"Reserved Block Count", SMART_ATTR_PROGRAM_FAIL_BLOCK_COUNT,"Program Fail Block Count", SMART_ATTR_ERASE_FAIL_BLOCK_COUNT,"Erase Fail Block Count", SMART_ATTR_WEAR_RANGE_DELTA,"Wear Range Delta", SMART_ATTR_ERASE_FAIL_COUNT,"Erase Fail Count", SMART_ATTR_ON_THE_FLY_ECC_UNCORRECTABLE_ERROR_COUNT,"On the fly ECC Uncorrectable Error Count", SMART_ATTR_UNCORRECTABLE_SOFT_READ_ERROR_RATE,"Uncorrectable Soft Read Error Rate", SMART_ATTR_LIFE_CURVE_STATUS,"Life Curve Status", SMART_ATTR_SSD_LIFE_LEFT,"SSD Life Left", SMART_ATTR_AVAILABLE_RESERVED_SPACE,"Available Reserved Space", SMART_ATTR_SANDFORCE_INTERNAL,"SandForce Internal", SMART_ATTR_POWER_FAIL_BACKUP_HEALTH,"Power Fail Backup Health", SMART_ATTR_LIFETIME_WRITES_FROM_HOST,"Lifetime Writes from Host", SMART_ATTR_LIFETIME_READS_FROM_HOST,"Lifetime Reads from Host", # [SMART Attributes SSD - Intel] SMART_ATTR_PROGRAM_FAIL_COUNT,"Program Fail Count", SMART_ATTR_POWER_LOSS_PROTECTION_FAILURE,"Power Loss Protection Failure", SMART_ATTR_CASE_TEMP_DIFFERENCE_FROM_100,"Case Temperature (Difference from 100)", SMART_ATTR_UNSAFE_SHUTDOWN_COUNT,"Unsafe Shutdown Count", SMART_ATTR_HOST_WRITES,"Host Writes", SMART_ATTR_TIMED_WORKLOAD_MEDIA_WEAR_INDICATOR,"Timed Workload Media Wear Indicator", SMART_ATTR_TIMED_WORKLOAD_HOST_READS_PERCENTAGE,"Timed Workload Host Reads Percentage", SMART_ATTR_WORKLOAD_TIMER,"Workload Timer", SMART_ATTR_MEDIA_WEAROUT_INDICATOR,"Media Wearout Indicator", SMART_ATTR_NAND_WRITES,"Total NAND Writes (GB)", # [SMART Attributes SSD - Samsung] SMART_ATTR_RUNTIME_BAD_BLOCK_TOTAL,"Runtime bad block (Total)", SMART_ATTR_AIR_FLOW_TEMPERATURE,"Air Flow temperature", SMART_ATTR_ECC_ERROR_RATE,"ECC Error Rate", SMART_ATTR_SUPERCAP_STATUS,"Supercap Status", SMART_ATTR_EXCEPTION_MODE_STATUS,"Exception Mode Status", SMART_ATTR_POWER_RECOVERY_COUNT,"Power Recovery Count", # [SMART Attributes SSD - Micron] SMART_ATTR_NEW_FAILING_BLOCK_COUNT,"New Failing Block Count", SMART_ATTR_BLOCK_WEAR_LEVELING_COUNT_AVERAGE_BLOCK_ERASE_COUNT,"Block Wear Leveling Count / Average Block Erase Count", SMART_ATTR_UNEXPECTED_POWER_LOST_COUNT,"Unexpected Power Loss Count", SMART_ATTR_NON_4K_ALIGNED_ACCESS_COUNT,"Non-4K Aligned Access Count", SMART_ATTR_ERROR_CORRECTION_COUNT,"Error Correction Count", SMART_ATTR_CUMULATIVE_CORRECTED_ECC,"Cumulative Corrected ECC", SMART_ATTR_FACTORY_BAD_BLOCK_COUNT,"Factory Bad Block Count", SMART_ATTR_PERCENTAGE_LIFETIME_REMAINING,"Percentage Lifetime Remaining", SMART_ATTR_PERCENTAGE_LIFETIME_USED,"Percentage Lifetime Used", SMART_ATTR_WRITE_ERROR_RATE,"Write Error Rate", SMART_ATTR_SUCCESSFUL_RAIN_RECOVERY_COUNT,"Successful RAIN Recovery Count", SMART_ATTR_TOTAL_HOST_SECTOR_WRITES,"Total Host Sector Writes", SMART_ATTR_HOST_PROGRAM_PAGE_COUNT,"Host Program Page Count", SMART_ATTR_BACKGROUND_PROGRAM_PAGE_COUNT,"Background Program Page Count", # [SMART Attributes SSD - Kingston] SMART_ATTR_SATA_PHY_ERROR_COUNT,"SATA PHY Error Count", SMART_ATTR_BAD_BLOCK_COUNT,"Bad Block Count", SMART_ATTR_ERASE_COUNT,"Erase Count", SMART_ATTR_BAD_CLUSTER_TABLE_COUNT,"Bad Cluster Table Count", SMART_ATTR_HALT_SYSTEM_FLASH_ID,"Halt System, Flash ID", SMART_ATTR_FIRMWARE_VERSION_INFORMATION,"Firmware Version Information", SMART_ATTR_ECC_FAIL_RECORD,"ECC Fail Record", SMART_ATTR_AVERAGE_ERASE_COUNT_MAX_ERASE_COUNT,"Average Erase Count, Max Erase Count", SMART_ATTR_GOOD_BLOCK_COUNT_SYSTEM_BLOCK_COUNT,"Good Block Count, System Block Count", SMART_ATTR_WRITE_HEAD,"Write Head", # [SMART Attributes NVMe] SMART_ATTR_CRITICAL_WARNING,"Critical Warning", SMART_ATTR_AVAIL_SPARE,"Available Spare (%)", SMART_ATTR_AVAIL_SPARE_THRESHOLD,"Available Spare Threshold (%)", SMART_ATTR_DATA_UNITS_READ,"Data Units Read", SMART_ATTR_DATA_UNITS_WRITTEN,"Data Units Written", SMART_ATTR_HOST_READ_CMDS,"Host Read Commands", SMART_ATTR_HOST_WRITE_CMDS,"Host Write Commands", SMART_ATTR_CTRL_BUSY_TIME,"Controller Busy Time (min)", SMART_ATTR_MEDIA_ERRORS,"Media Errors", SMART_ATTR_NUM_ERR_LOG_ENTRIES,"Number of Error Information Log Entries", # [SMART Export Report] SMART_RPTHDR_TIME_OF_EXPORT,"Time of export:", SMART_RPTHDR_DEVICE_INFO,"Device information:", SMART_RPTHDR_DEVICE_ID,"Device ID:", SMART_RPTHDR_INTERFACE,"Interface:", SMART_RPTHDR_DEVICE_CAPACITY,"Device Capacity:", SMART_RPTHDR_SERIAL_NO,"Serial Number:", SMART_RPTHDR_MODEL_NO,"Model Number:", SMART_RPTHDR_FIRMWARE_REVISION,"Firmware Revision:", SMART_RPTHDR_PARTITIONS,"Partitions:", SMART_RPTHDR_ATA_INFO,"ATA information:", SMART_RPTHDR_DISK_GEOMETRY,"Disk geometry:", SMART_RPTHDR_CYLINDERS,"Cylinders:", SMART_RPTHDR_TRACKS_PER_CYLINDER,"Tracks/Cylinder:", SMART_RPTHDR_SECTORS_PER_TRACK,"Sectors/Track:", SMART_RPTHDR_BYTES_PER_SECTOR,"Bytes/Sector:", SMART_RPTHDR_TOTAL_DISK_SECTORS,"Total disk sectors:", SMART_RPTHDR_LOGICAL_SECTOR_SIZE,"Logical sector size:", SMART_RPTHDR_PHYSICAL_SECTOR_SIZE,"Physical sector size:", SMART_RPTHDR_MEDIA_ROTATION_RATE,"Media rotation rate:", SMART_RPTHDR_BUFFER_SIZE,"Buffer size:", SMART_RPTHDR_ECC_SIZE,"ECC size:", SMART_RPTHDR_STANDARDS_COMPLIANCE,"Standards compliance:", SMART_RPTHDR_ATA8_ACS_SUPPORTED,"ATA8-ACS Supported:", SMART_RPTHDR_ATA_ATAPI_7_SUPPORTED,"ATA/ATAPI-7 Supported:", SMART_RPTHDR_ATA_ATAPI_6_SUPPORTED,"ATA/ATAPI-6 Supported:", SMART_RPTHDR_ATA_ATAPI_5_SUPPORTED,"ATA/ATAPI-5 Supported:", SMART_RPTHDR_ATA_ATAPI_4_SUPPORTED,"ATA/ATAPI-4 Supported:", SMART_RPTHDR_TRANSPORT_TYPE,"Transport Type:", SMART_RPTHDR_SATA3_COMPLIANCE,"SATA 3.0 Transport Compilance:", SMART_RPTHDR_SATA2_6_COMPLIANCE,"SATA 2.6 Transport Compilance:", SMART_RPTHDR_SATA2_5_COMPLIANCE,"SATA 2.5 Transport Compilance:", SMART_RPTHDR_SATAII_COMPLIANCE,"SATA II: Ext Transport Compilance:", SMART_RPTHDR_SATA1_0_A_COMPLIANCE,"SATA 1.0a Transport Compilance:", SMART_RPTHDR_ATA8_AST_COMPLIANCE,"ATA8-AST Transport Compilance:", SMART_RPTHDR_ATA_ATAPI7_COMPLIANCE,"ATA/ATAPI-7 Transport Compilance:", SMART_RPTHDR_ATA8_APT_COMPLIANCE,"ATA8-APT Transport Compliance:", SMART_RPTHDR_WORLD_WIDE_ID,"World Wide ID:", SMART_RPTHDR_FEATURE_SUPPORT,"Feature support:", SMART_RPTHDR_SMART_SUPPORTED,"SMART supported:", SMART_RPTHDR_SMART_ENABLED,"SMART enabled:", SMART_RPTHDR_SELF_TEST_SUPPORTED,"SMART self-test supported:", SMART_RPTHDR_ERROR_LOG_SUPPORTED,"SMART error log supported:", SMART_RPTHDR_LBA_SUPPORTED,"LBA supported:", SMART_RPTHDR_IORDY_SUPPORTED,"IORDY supported:", SMART_RPTHDR_CFAST_SUPPORTED,"CFast supported:", SMART_RPTHDR_DMA_SUPPORTED,"DMA supported:", SMART_RPTHDR_MAX_MULTIWORD_DMA_MODE_SUPPORTED,"Maximum Multiword DMA mode supported:", SMART_RPTHDR_MULTIWORD_DMA_SELECTED,"Multiword DMA selected:", SMART_RPTHDR_MAX_ULTRADMA_MODE_SUPPORTED,"Maximum UltraDMA mode supported:", SMART_RPTHDR_ULTRADMA_SELECTED,"UltraDMA selected:", SMART_RPTHDR_MAX_PIO_MODE_SUPPORTED,"Maximum PIO mode supported:", SMART_RPTHDR_SATA_COMPLIANCE,"SATA Compliance:", SMART_RPTHDR_NCQ_PRIORITY_INFO_SUPPORTED,"NCQ priority information supported:", SMART_RPTHDR_NCQ_COMMANDS_OUTSTAND_SUPPORTED,"Unload while NCQ commands are outstanding supported:", SMART_RPTHDR_PHY_EVENT_COUNTERS_SUPPORTED,"Phy Event Counters supported:", SMART_RPTHDR_RECEIPT_POWER_MANAGEMENT_REQUESTS_SUPPORTED,"Receipt of power management requests supported:", SMART_RPTHDR_NCQ_FEATURE_SET_SUPPORTED,"NCQ feature set supported:", SMART_RPTHDR_SATA_GEN3_SIGNALING_SUPPORTED,"SATA Gen3 Signaling Speed (6.0Gb/s) Supported:", SMART_RPTHDR_SATA_GEN2_SIGNALING_SUPPORTED,"SATA Gen2 Signaling Speed (3.0Gb/s) supported:", SMART_RPTHDR_SATA_GEN1_SIGNALING_SUPPORTED,"SATA Gen1 Signaling Speed (1.5Gb/s) supported:", SMART_RPTHDR_SOFTWARE_SETTINGS_PRESERVATION,"Software Settings Preservation:", SMART_RPTHDR_IN_ORDER_DATA_DELIVERY,"In-order data delivery:", SMART_RPTHDR_INITIATING_POWER_MANAGEMENT,"Initiating power management:", SMART_RPTHDR_DMA_SETUP_AUTO_ACTIVATION,"DMA Setup auto-activation:", SMART_RPTHDR_NON_ZERO_BUFFER_OFFSETS,"Non-zero buffer offsets:", SMART_RPTHDR_TRUSTED_COMPUTING_SUPPORTED,"Trusted Computing supported:", SMART_RPTHDR_HPA_SUPPORTED,"Host Protected Area (HPA) supported:", SMART_RPTHDR_READ_LOOK_AHEAD_SUPPORTED,"Read look-ahead supported:", SMART_RPTHDR_READ_LOOK_AHEAD_ENABLED,"Read look-ahead enabled:", SMART_RPTHDR_WRITE_CACHE_SUPPORTED,"Write cache supported:", SMART_RPTHDR_WRITE_CACHE_ENABLED,"Write cache enabled:", SMART_RPTHDR_POWER_MANAGEMENT_SUPPORTED,"Power management supported:", SMART_RPTHDR_SECURITY_MODE_SUPPORTED,"Security mode supported:", SMART_RPTHDR_SECURITY_MODE_ENABLED,"Security mode enabled:", SMART_RPTHDR_DCO_SUPPORTED,"Device Configuration Overlay (DCO) supported:", SMART_RPTHDR_48BIT_ADDRESS_SUPPORTED,"48bit Addressing supported:", SMART_RPTHDR_AAM_SUPPORTED,"Auto Acoustic Managment (AAM) supported:", SMART_RPTHDR_AAM_ENABLED,"Auto Acoustic Managment (AAM) enabled:", SMART_RPTHDR_RECOMMENDED_AAM_LEVEL,"Recommended AAM level:", SMART_LEVEL_VENDOR_SPECIFIC,"Vendor specific", SMART_LEVEL_MIN_ACOUSTIC_EMANATION_LEVEL,"Minimum acoustic emanation level", SMART_LEVEL_INT_ACOUSTIC_MANAGEMENT_LEVELS,"Intermediate acoustic management levels", SMART_LEVEL_MAX_PERFORMANCE,"Maximum performance", SMART_RPTHDR_CURRENT_AAM_LEVEL,"Current AAM level:", SMART_RPTHDR_PUIS_SUPPORTED,"Power-up in Standby (PUIS) supported:", SMART_RPTHDR_PUIS_ENABLED,"Power-up in Standby (PUIS) enabled:", SMART_RPTHDR_APM_SUPPORTED,"Advanced Power Management (APM) supported:", SMART_RPTHDR_APM_ENABLED,"Advanced Power Management (APM) enabled:", SMART_RPTHDR_CURRENT_APM_LEVEL,"Current APM level:", SMART_LEVEL_MIN_POWER_STANDBY,"Minimum power consumption with Standby", SMART_LEVEL_INT_POWER_STANDBY,"Intermediate power management levels with Standby", SMART_LEVEL_MIN_POWER_WO_STANDBY,"Minimum power consumption without Standby", SMART_LEVEL_INT_POWER_WO_STANDBY,"Intermediate power management levels without Standby", SMART_RPTHDR_CFA_SUPPORTED,"CompactFlash Association (CFA) supported:", SMART_RPTHDR_GPL_SUPPORTED,"General Purpose Logging (GPL) supported:", SMART_RPTHDR_STREAMING_SUPPORTED,"Streaming supported:", SMART_RPTHDR_MEDIA_CARD_PASS_THROUGH_SUPPORTED,"Media card pass through supported:", SMART_RPTHDR_MEDIA_CARD_PASS_THROUGH_ENABLED,"Media card pass through enabled:", SMART_RPTHDR_EXTENDED_POWER_SUPPORTED,"Extended power conditions supported:", SMART_RPTHDR_EXTENDED_POWER_ENABLED,"Extended power conditions enabled:", SMART_RPTHDR_EXTENDED_STATUS_REPORT_SUPPORTED,"Extended status reporting supported:", SMART_RPTHDR_EXTENDED_STATUS_REPORT_ENABLED,"Extended status reporting enabled:", SMART_RPTHDR_WRITE_READ_VERIFY_SUPPORTED,"Write-read-verify supported:", SMART_RPTHDR_WRITE_READ_VERIFY_ENABLED,"Write-read-verify enabled:", SMART_RPTHDR_FREE_FALL_SUPPORTED,"Free-fall control supported:", SMART_RPTHDR_FREE_FALL_ENABLED,"Free-fall control enabled:", SMART_RPTHDR_TRIM_SUPPORTED,"TRIM command supported:", SMART_RPTHDR_SCT_SUPPORTED,"SCT command transport supported:", SMART_RPTHDR_NV_CACHE_ENABLED,"NV Cache enabled:", SMART_RPTHDR_NV_CACHE_POWER_MAN_SUPPORTED,"NV Cache Power Management supported:", SMART_RPTHDR_NV_CACHE_POWER_MAN_ENABLED,"NV Cache Power Management enabled:", SMART_RPTHDR_SMART_HISTORY,"SMART HISTORY:",