home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2011 May / ME_2011_05.iso / Widget-Menulet / TemperatureMonitor.dmg / TemperatureMonitor.app / Contents / Resources / English.lproj / Localizable.strings < prev    next >
Encoding:
Text (UTF-16)  |  2011-03-14  |  145.2 KB  |  1,642 lines

  1. /* degrees Celsius */
  2. "C" = "℃";
  3.  
  4. /* degrees Fahrenheit */
  5. "F" = "℉";
  6.  
  7. /* Kelvin */
  8. "K" = "K";
  9.  
  10. /* revolutions per minute */
  11. "RPM" = "RPM";
  12.  
  13. /* localized accuracy template (value / unit) */
  14. "PLUSMINUS %02.4f %@" = "± %02.4f %@";
  15.  
  16. /* example sensor value */
  17. "12.3 X" = "12.3 X";
  18.  
  19. /* example sensor name */
  20. "Display Sample" = "Display Sample";
  21.  
  22. /* text mode export headline for combined overlay history window data */
  23. "%@ (combined with other data)\n\n" = "%@ (combined with other data)\n\n";
  24.  
  25. /* format for dynamic LCD output item presentation */
  26. "%@: %@" = "%@: %@";
  27.  
  28. /* format for dynamic text presentation for LCD output item */
  29. "'%@'" = "“%@”";
  30.  
  31. /* numeric representation template for hours/minutes/seconds */
  32. "%02d:%02d:%02d" = "%02d:%02d:%02d";
  33.  
  34. /* battery info current capacity template */
  35. "%4.f mAh (%3.f %% of a fully charged battery)" = "%4.f mAh (%3.f %% of a fully charged battery)";
  36.  
  37. /* battery info total capacity template */
  38. "%4.f mAh (%3.f %% of a new battery)" = "%4.f mAh (%3.f %% of a new battery)";
  39.  
  40. /* model name / model code template */
  41. "%@ (%@)" = "%@ (%@)";
  42.  
  43. /* template for monitor window title (window type / machine name) */
  44. "%@ - %@" = "%@ - %@";
  45.  
  46. /* suffix for history window x-axis label */
  47. "%@ ago " = "%@ ago ";
  48.  
  49. /* template for history window right x-axis label */
  50. "%@ (Now)" = "%@ (Now)";
  51.  
  52. /* template for unit string in overlay history windows */
  53. "%@ (The window also contains curves with other units and scales)" = "%@ (The window also contains curves with other units and scales)";
  54.  
  55. /* speech failing warning explanation template */
  56. "%@ has detected that important parts of the speech output subsystem are severely damaged. This problem will cause programs which are using speech features to crash. Please restore your operating system to a working state before using this application." = "%@ has detected that important parts of the speech output subsystem are severely damaged. This problem will cause programs which are using speech features to crash. Please restore your operating system to a working state before using this application.";
  57.  
  58. /* code manipulation warning explanation template */
  59. "%@ has detected that its running program code has been changed in memory. This could indicate that your system is infected by a computer virus.\n\nIt is also possible that you are using a system-wide plug-in or an 'application enhancer' which is performing unauthorized changes to the system. For safety reasons the application will not run until this problem has been resolved." = "%@ has detected that its running program code has been changed in memory. This could indicate that your system is infected by a computer virus.\n\nIt is also possible that you are using a system-wide plug-in or an “application enhancer” which is performing unauthorized changes to the system. For safety reasons the application will not run until this problem has been resolved.";
  60.  
  61. /* bundle manipulation warning explanation */
  62. "%@ has detected that one or more of its resource files have been damaged or are missing. Please reinstall this application, using an original distribution package." = "%@ has detected that one or more of its resource files have been damaged or are missing. Please reinstall this application, using an original distribution package.";
  63.  
  64. /* OS version display template */
  65. "%@ Build %@" = "%@ Build %@";
  66.  
  67. /* preference window title template */
  68. "%@ Preferences: %@" = "%@ Preferences: %@";
  69.  
  70. /* numeric representation template for days/hours/minutes */
  71. "%d d %02d:%02d" = "%d d %02d:%02d";
  72.  
  73. /* time representation template for multiple days (ending with blank) */
  74. "%d days " = "%d days ";
  75.  
  76. /* time representation template for multiple hours (ending with blank) */
  77. "%d hours " = "%d hours ";
  78.  
  79. /* time representation template for multiple minutes (ending with blank) */
  80. "%d minutes " = "%d minutes ";
  81.  
  82. /* time representation template for multiple seconds (ending with blank) */
  83. "%d seconds" = "%d seconds";
  84.  
  85. /* number of CPUs display template */
  86. "%u (%u logical, %u active)" = "%u (%u logical, %u active)";
  87.  
  88. /* RPM limits display */
  89. "%u..%u RPM" = "%u..%u RPM";
  90.  
  91. /* connection window summary template */
  92. "%u computers with %u sensors connected." = "%u computers with %u sensors connected.";
  93.  
  94. /* sensor subheadline if no sensor selectable */
  95. "(No sensors selectable)" = "(No sensors selectable)";
  96.  
  97. /* sensor subheadline template
  98.    alert sensor subheadline template */
  99. "(Sensor %d of %u)" = "(Sensor %d of %u)";
  100.  
  101. /* format for LCD output item with invalid gauge */
  102. "- disconnected - " = "- disconnected - ";
  103.  
  104. /* history compositing message for missing selection */
  105. "- no window selected -" = "- no window selected -";
  106.  
  107. /* LC display not configured */
  108. "- not configured -" = "- not configured -";
  109.  
  110. /* description of multihomed service in remote connect panel */
  111. "-multiple-" = "-multiple-";
  112.  
  113. /* substitute string for missing hardware support limitation date */
  114. "-unknown-" = "-unknown-";
  115.  
  116. /* time representation for one day (ending with blank) */
  117. "1 day " = "1 day ";
  118.  
  119. /* time representation for one hour (ending with blank) */
  120. "1 hour " = "1 hour ";
  121.  
  122. /* time representation for one minute (ending with blank) */
  123. "1 minute " = "1 minute ";
  124.  
  125. /* time representation for one second (ending with blank) */
  126. "1 second " = "1 second ";
  127.  
  128. /* dummy sensor type to represent a disconnected remote sensor in tables */
  129. "-Disconnected-" = "-Disconnected-";
  130.  
  131. /* battery status: AC adapter connected */
  132. "AC adapter connected" = "AC adapter connected";
  133.  
  134. /* Intel Core Erratum AE 18 warning explanation */
  135. "A first generation Intel(R) Core(TM) processor with an out-of-date microcode has been found in this computer. The temperature sensors inside the core may stop updating their values when the system is waking from sleep mode. Please see the instructions in the chapter 'Frequently Asked Questions' of the reference manual (Help menu) on how to update the firmware to fix this problem in most cases.\n\nSelect 'Yes' if the application should check for the processor version again the next time it is being launched. If you don't like to be reminded, select 'No'." = "A first generation Intel® Core™ processor with an out-of-date microcode has been found in this computer. The temperature sensors inside the core may stop updating their values when the system is waking from sleep mode. Please see the instructions in the chapter “Frequently Asked Questions” of the reference manual (Help menu) on how to update the firmware to fix this problem in most cases.\n\nSelect “Yes” if the application should check for the processor version again the next time it is being launched. If you don't like to be reminded, select “No”.";
  136.  
  137. /* toolbar label for preference pane: Alerts */
  138. "Alerts" = "Alerts";
  139.  
  140. /* TurboBoost table: specification for all cores active */
  141. "all" = "all";
  142.  
  143. /* import with existing probes title */
  144. "All current probe definitions will be removed. Do you like to continue?" = "All current probe definitions will be removed. Do you like to continue?";
  145.  
  146. /* swap size probe location */
  147. "Allocated Swap Size" = "Allocated Swap Size";
  148.  
  149. /* artificial sensor type: swap size */
  150. "Allocated swap space" = "Allocated swap space";
  151.  
  152. /* probe import file read error explanation */
  153. "An error occurred while trying to read the file. Please verify if you have read permission and that the file contains valid probe definitions, then try again." = "An error occurred while trying to read the file. Please verify if you have read permission and that the file contains valid probe definitions, then try again.";
  154.  
  155. /* probe export file write error explanation */
  156. "An error occurred while trying to write the file. Please verify if you have write permission for the destination folder and try again." = "An error occurred while trying to write the file. Please verify if you have write permission for the destination folder and try again.";
  157.  
  158. /* driver update part 2 failure explanation template */
  159. "An unexpected problem occurred while trying to activate the new driver.\n\nThe error description is '%@'." = "An unexpected problem occurred while trying to activate the new driver.\n\nThe error description is “%@”.";
  160.  
  161. /* driver update part 1 failure explanation template */
  162. "An unexpected problem occurred while trying to deactivate the old driver.\n\nThe error description is '%@'." = "An unexpected problem occurred while trying to deactivate the old driver.\n\nThe error description is “%@”.";
  163.  
  164. /* driver installation failure explanation template */
  165. "An unexpected problem occurred while trying to install and load the driver.\n\nThe error description is '%@'." = "An unexpected problem occurred while trying to install and load the driver.\n\nThe error description is “%@”.";
  166.  
  167. /* driver uninstallation failure explanation template */
  168. "An unexpected problem occurred while trying to unload and uninstall the driver.\n\nThe error description is '%@'." = "An unexpected problem occurred while trying to unload and uninstall the driver.\n\nThe error description is “%@”.";
  169.  
  170. /* sensor name for generic Apple FCU */
  171. "Apple Fan Control Unit" = "Apple Fan Control Unit";
  172.  
  173. /* sensor name for Apple Light Management Unit */
  174. "Apple Light Management Unit" = "Apple Light Management Unit";
  175.  
  176. /* sensor name for generic ApplePMU */
  177. "Apple Power Management Unit" = "Apple Power Management Unit";
  178.  
  179. /* sensor name for Apple System Management Controller */
  180. "Apple System Management Controller" = "Apple System Management Controller";
  181.  
  182. /* sensor name for Apple System Management Unit */
  183. "Apple System Management Unit" = "Apple System Management Unit";
  184.  
  185. /* feature available display text */
  186. "available" = "available";
  187.  
  188. /* description template for battery probe object */
  189. "Battery %d" = "Battery %d";
  190.  
  191. /* battery info window title template */
  192. "Battery %u" = "Battery %u";
  193.  
  194. /* Battery Information window title */
  195. "Battery Information" = "Battery Information";
  196.  
  197. /* description template for internal network interfaces which have no presentation name */
  198. "BSD Interface '%@'" = "BSD Interface “%@”";
  199.  
  200. /* cancel button
  201.    Cancel button */
  202. "Cancel" = "Cancel";
  203.  
  204. /* battery status: cannot charge */
  205. "cannot charge" = "cannot charge";
  206.  
  207. /* capacity quantity type */
  208. "Capacity" = "Capacity";
  209.  
  210. /* default history window name for capacity sensor type */
  211. "Capacity Sensors" = "Capacity Sensors";
  212.  
  213. /* label for  display of first battery cell voltage */
  214. "Cell 1:" = "Cell 1:";
  215.  
  216. /* battery status: charging */
  217. "charging" = "charging";
  218.  
  219. /* LCD output item: computer name */
  220. "Computer Name" = "Computer Name";
  221.  
  222. /* filler string during client failure for computer name in case computer name could not be determined */
  223. "computer previously selected" = "computer previously selected";
  224.  
  225. /* template to represent unknown computer in failure messages or gauge overview */
  226. "Computer with serial number %@" = "Computer with serial number %@";
  227.  
  228. /* compatibility report check failure title */
  229. "Could not contact compatibility database" = "Could not contact compatibility database";
  230.  
  231. /* general client failure alert title */
  232. "Could not contact remote computer" = "Could not contact remote computer";
  233.  
  234. /* alert object launch failure title */
  235. "Could not open alert object" = "Could not open alert object";
  236.  
  237. /* alert title for failed save operation */
  238. "Could not save file" = "Could not save file";
  239.  
  240. /* counter quantity type */
  241. "Counter" = "Counter";
  242.  
  243. /* default history window name for counter sensor type */
  244. "Counter Sensors" = "Counter Sensors";
  245.  
  246. /* save panel button for for creation of sensor ID report */
  247. "Create" = "Create";
  248.  
  249. /* save panel title for creation of sensor ID report */
  250. "Create sensor ID report for alert scripting" = "Create sensor ID report for alert scripting";
  251.  
  252. /* subheader template for sensor ID report */
  253. "Created %@ for computer %@.\n\n" = "Created %@ for computer %@.\n\n";
  254.  
  255. /* description template for CPU load probe object */
  256. "CPU %d" = "CPU %d";
  257.  
  258. /* current quantity type */
  259. "Current" = "Current";
  260.  
  261. /* default history window name for current sensor type */
  262. "Current (Amperage) Sensors" = "Current (Amperage) Sensors";
  263.  
  264. /* dock status message: 0 values */
  265. "Currently no values are selected to be visible in the Dock." = "Currently no values are selected to be visible in the Dock.";
  266.  
  267. /* menu bar status message: 0 values */
  268. "Currently no values are selected to be visible in the menu bar." = "Currently no values are selected to be visible in the menu bar.";
  269.  
  270. /* dock status message: 1 value */
  271. "Currently one value is selected to be visible in the Dock." = "Currently one value is selected to be visible in the Dock.";
  272.  
  273. /* menu bar status message: 1 value */
  274. "Currently one value is selected to be visible in the menu bar." = "Currently one value is selected to be visible in the menu bar.";
  275.  
  276. /* dock status message: 2 values */
  277. "Currently two values are selected to be visible in the Dock." = "Currently two values are selected to be visible in the Dock.";
  278.  
  279. /* menu bar status message: template */
  280. "Currently %u values are selected to be visible in the menu bar." = "Currently %u values are selected to be visible in the menu bar.";
  281.  
  282. /* LCD output item: date */
  283. "Date" = "Date";
  284.  
  285. /* battery status: depleted */
  286. "depleted" = "depleted";
  287.  
  288. /* disconnected pseudo quantity type */
  289. "Disconnected" = "Disconnected";
  290.  
  291. /* location identifier for lost sensor */
  292. "Disconnected Sensor" = "Disconnected Sensor";
  293.  
  294. /* artificial sensor type: disk capacity */
  295. "Disk usage" = "Disk usage";
  296.  
  297. /* disk capacity probe location template */
  298. "Disk Usage '%@'" = "Disk Usage “%@”";
  299.  
  300. /* template for headline in display info panel */
  301. "Display %u" = "Display %u";
  302.  
  303. /* Display Information window title */
  304. "Display Information" = "Display Information";
  305.  
  306. /* toolbar label for preference pane: Dock */
  307. "Dock" = "Dock";
  308.  
  309. /* don't install x86 driver button */
  310. "Don't install" = "Don't install";
  311.  
  312. /* alert title template when deleting gauge list for entire computer */
  313. "Do you really want to delete all sensor entries for the computer '%@'?" = "Do you really want to delete all sensor entries for the computer “%@”?";
  314.  
  315. /* reset gauge color alert sheet title */
  316. "Do you really want to reset all sensor colors?" = "Do you really want to reset all sensor colors?";
  317.  
  318. /* Drive Overview Information window title */
  319. "Drive Overview" = "Drive Overview";
  320.  
  321. /* driver not installed title */
  322. "Driver for extended x86 support is not installed" = "Driver for extended x86 support is not installed";
  323.  
  324. /* menu item to edit remote computer lists */
  325. "Edit Computer Lists..." = "Edit Computer Lists…";
  326.  
  327. /* artificial sensor type: power */
  328. "Electrical power" = "Electrical power";
  329.  
  330. /* battery status: enforcing low speed */
  331. "enforcing low speed" = "enforcing low speed";
  332.  
  333. /* sentence part for alert message: value exceeded */
  334. "exceeded" = "exceeded";
  335.  
  336. /* sentence part for alert message: value fallen below mark */
  337. "fallen below" = "fallen below";
  338.  
  339. /* LCD output for status info 0 in a 2-character field */
  340. "!!" = "!!";
  341.  
  342. /* SMART status: parameter exceeded */
  343. "failing" = "failing";
  344.  
  345. /* SMART attribute check result: Failure imminent */
  346. "Failure imminent" = "Failure imminent";
  347.  
  348. /* default history window name for pulse width sensor type */
  349. "Fan Pulse Width Sensors" = "Fan Pulse Width Sensors";
  350.  
  351. /* default history window name for revolution sensor type */
  352. "Fan Revolution Sensors" = "Fan Revolution Sensors";
  353.  
  354. /* no colors found information explanation */
  355. "For the display in history graphs, all sensors are still set to a black default color. By pressing 'Yes' the application will automatically choose different colors for all sensors." = "For the display in history graphs, all sensors are still set to a black default color. By pressing “Yes” the application will automatically choose different colors for all sensors.";
  356.  
  357. /* disk free space probe location template */
  358. "Free Disk Space '%@'" = "Free Disk Space “%@”";
  359.  
  360. /* artificial sensor type: memory free */
  361. "Free memory" = "Free memory";
  362.  
  363. /* free memory probe location */
  364. "Free Memory" = "Free Memory";
  365.  
  366. /* artificial sensor type: disk free space */
  367. "Free space on disk" = "Free space on disk";
  368.  
  369. /* frequency quantity type */
  370. "Frequency" = "Frequency";
  371.  
  372. /* default history window name for frequency sensor type */
  373. "Frequency Sensors" = "Frequency Sensors";
  374.  
  375. /* toolbar label for preference pane: General */
  376. "General" = "General";
  377.  
  378. /* SMART info window title template */
  379. "Hard Disk %u (%@)" = "Hard Disk %u (%@)";
  380.  
  381. /* S.M.A.R.T. Information window title */
  382. "Hard Disk Monitoring Information" = "Hard Disk Monitoring Information";
  383.  
  384. /* localized name of the application (1) */
  385. "Hardware Monitor" = "Hardware Monitor";
  386.  
  387. /* submit compatibility connection explanation */
  388. "Hardware Monitor tries to connect to the Internet now to see if the author of this application already has compatibility information for your computer model." = "Hardware Monitor tries to connect to the Internet now to see if the author of this application already has compatibility information for your computer model.";
  389.  
  390. /* menu item title to hide screen window */
  391. "Hide Screen Display" = "Hide Screen Display";
  392.  
  393. /* toolbar label for preference pane: History */
  394. "History" = "History";
  395.  
  396. /* default name for history windows */
  397. "History Window" = "History Window";
  398.  
  399. /* history window headline template */
  400. "History Window '%@' (%d of %u)" = "History Window “%@” (%d of %u)";
  401.  
  402. /* disk table column header for RAID ID */
  403. "Identification" = "Identification";
  404.  
  405. /* battery status: warning */
  406. "in warning state" = "in warning state";
  407.  
  408. /* remote agent version conflict title */
  409. "Incompatible remote agent" = "Incompatible remote agent";
  410.  
  411. /* remote communication conflict title */
  412. "Incompatible remote system" = "Incompatible remote system";
  413.  
  414. /* install x86 driver now button */
  415. "Install now" = "Install now";
  416.  
  417. /* driver installation start dialog title */
  418. "Installation of additional device driver for Intel-based Macintosh systems" = "Installation of additional device driver for Intel®-based Macintosh systems";
  419.  
  420. /* battery status: installed */
  421. "installed" = "installed";
  422.  
  423. /* LCD output item: IPv4 address */
  424. "IPv4 Address" = "IPv4 Address";
  425.  
  426. /* client entered sleep mode explanation template */
  427. "It is no longer possible to get readouts from computer '%@' because its sensors have been powered down. The system has entered sleep mode.\n\nIf you don't like to be informed in such cases, you can disable this warning in the General pane of the Preferences window." = "It is no longer possible to get readouts from computer “%@” because its sensors have been powered down. The system has entered sleep mode.\n\nIf you don't like to be informed in such cases, you can disable this warning in the General pane of the Preferences window.";
  428.  
  429. /* explanation for general probe creation error */
  430. "It was not possible to add the probe based on the data you had entered. Either a similar probe monitoring the same object already exists, or the data was invalid." = "It was not possible to add the probe based on the data you had entered. Either a similar probe monitoring the same object already exists, or the data was invalid.";
  431.  
  432. /* compatibility report check failure explanation */
  433. "It was not possible to contact the compatibility database server. Please check your Internet connection or retry at a later time." = "It was not possible to contact the compatibility database server. Please check your Internet connection or retry at a later time.";
  434.  
  435. /* general client failure explanation template */
  436. "It was not possible to contact '%@' to get sensor readouts." = "It was not possible to contact “%@” to get sensor readouts.";
  437.  
  438. /* LCD output item: kernel version */
  439. "Kernel Version" = "Kernel Version";
  440.  
  441. /* LCD type 1 x 16 */
  442. "LC Display 1 x 16" = "LC Display 1 x 16";
  443.  
  444. /* LCD type 2 x 12 */
  445. "LC Display 2 x 12" = "LC Display 2 x 12";
  446.  
  447. /* LCD type 2 x 16 */
  448. "LC Display 2 x 16" = "LC Display 2 x 16";
  449.  
  450. /* LCD type 2 x 20 */
  451. "LC Display 2 x 20" = "LC Display 2 x 20";
  452.  
  453. /* LCD type 2 x 40 */
  454. "LC Display 2 x 40" = "LC Display 2 x 40";
  455.  
  456. /* LCD type 2 x 8 */
  457. "LC Display 2 x 8" = "LC Display 2 x 8";
  458.  
  459. /* LCD type 4 x 16 */
  460. "LC Display 4 x 16" = "LC Display 4 x 16";
  461.  
  462. /* LCD type 4 x 20 */
  463. "LC Display 4 x 20" = "LC Display 4 x 20";
  464.  
  465. /* LCD type 3 x 25 */
  466. "LC Display 3 x 25" = "LC Display 3 x 25";
  467.  
  468. /* LCD type 17 x 52 */
  469. "LC Display 17 x 52" = "LC Display 17 x 52";
  470.  
  471. /* LCD test string with latin characters */
  472. "LCD_LATIN_TEST" = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz äöüß 1234567890";
  473.  
  474. /* LCD test string with Katakana characters */
  475. "LCD_KATAKANA_TEST" = "ァアイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモャヤュユョヨラリルレロワヲン ー 1234567890";
  476.  
  477. /* toolbar label for preference pane: LCD Module */
  478. "LCD Module" = "LCD Module";
  479.  
  480. /* sensor name for generic IONDRVFramebuffer driver */
  481. "Legacy support for graphics card" = "Legacy support for graphics card";
  482.  
  483. /* battery status: lid closed */
  484. "lid is closed" = "lid is closed";
  485.  
  486. /* SMART attribute check result: lifetime exceeded */
  487. "Lifetime exceeded" = "Lifetime exceeded";
  488.  
  489. /* light quantity type */
  490. "Light" = "Light";
  491.  
  492. /* default history window name for light sensor type */
  493. "Light Sensors" = "Light Sensors";
  494.  
  495. /* load quantity type */
  496. "Load" = "Load";
  497.  
  498. /* default history window name for load sensor type */
  499. "Load Sensors" = "Load Sensors";
  500.  
  501. /* sensor ID report reference to local computer */
  502. "local computer" = "local computer";
  503.  
  504. /* lost connection alert title */
  505. "Lost connection to monitored computer" = "Lost connection to monitored computer";
  506.  
  507. /* battery status: low power */
  508. "low power" = "low power";
  509.  
  510. /* battery status: clamshell on wake state */
  511. "maintain clamshell state" = "maintain clamshell state";
  512.  
  513. /* label for manufacturing date of display unit */
  514. "Manufacturing Date:" = "Manufacturing Date:";
  515.  
  516. /* default history window name for memory sensor type */
  517. "Memory and Storage Sensors" = "Memory and Storage Sensors";
  518.  
  519. /* memory quantity type */
  520. "Memory or Storage size" = "Memory or Storage size";
  521.  
  522. /* toolbar label for preference pane: Menu Bar */
  523. "Menu Bar" = "Menu Bar";
  524.  
  525. /* model info already known alert title */
  526. "Model already in database" = "Model already in database";
  527.  
  528. /* label for model year of display unit */
  529. "Model Year:" = "Model Year:";
  530.  
  531. /* MPU info title template */
  532. "Micro Processor Unit Card %u" = "Micro Processor Unit Card %u";
  533.  
  534. /* disk table column header for RAID name */
  535. "Name" = "Name";
  536.  
  537. /* artificial sensor type: network collisions */
  538. "Network collisions" = "Network collisions";
  539.  
  540. /* artificial sensor type: network incoming bytes */
  541. "Network incoming bytes" = "Network incoming bytes";
  542.  
  543. /* artificial sensor type: network incoming bytes (total) */
  544. "Network incoming bytes (total)" = "Network incoming bytes (total)";
  545.  
  546. /* artificial sensor type: network incoming packets */
  547. "Network incoming packets" = "Network incoming packets";
  548.  
  549. /* artificial sensor type: network input errors */
  550. "Network input errors" = "Network input errors";
  551.  
  552. /* artificial sensor type: network outgoing bytes */
  553. "Network outgoing bytes" = "Network outgoing bytes";
  554.  
  555. /* artificial sensor type: network outgoing bytes (total) */
  556. "Network outgoing bytes (total)" = "Network outgoing bytes (total)";
  557.  
  558. /* artificial sensor type: network outgoing packets */
  559. "Network outgoing packets" = "Network outgoing packets";
  560.  
  561. /* artificial sensor type: network output errors */
  562. "Network output errors" = "Network output errors";
  563.  
  564. /* network collisions probe location */
  565. "Network Collisions" = "Network Collisions";
  566.  
  567. /* network input bytes probe location */
  568. "Network Interface Incoming Bytes" = "Network Interface Incoming Bytes";
  569.  
  570. /* network input bytes (total) probe location */
  571. "Network Interface Incoming Bytes (Total)" = "Network Interface Incoming Bytes (Total)";
  572.  
  573. /* network input packets probe location */
  574. "Network Interface Incoming Packets" = "Network Interface Incoming Packets";
  575.  
  576. /* network input errors probe location */
  577. "Network Interface Input Errors" = "Network Interface Input Errors";
  578.  
  579. /* network output bytes probe location */
  580. "Network Interface Outgoing Bytes" = "Network Interface Outgoing Bytes";
  581.  
  582. /* network output bytes (total) probe location */
  583. "Network Interface Outgoing Bytes (Total)" = "Network Interface Outgoing Bytes (Total)";
  584.  
  585. /* network output packets probe location */
  586. "Network Interface Outgoing Packets" = "Network Interface Outgoing Packets";
  587.  
  588. /* network output errors probe location */
  589. "Network Interface Output Errors" = "Network Interface Output Errors";
  590.  
  591. /* special value 'never' for LCD saver time interval */
  592. "Never" = "Never";
  593.  
  594. /* LCD output item: newline */
  595. "New Line" = "New Line";
  596.  
  597. /* default name for new computer list */
  598. "New List" = "New List";
  599.  
  600. /* default template for new computer list */
  601. "New List %u" = "New List %u";
  602.  
  603. /* SMART support status: NO
  604.    SMART temperature support status: NO */
  605. "no" = "no";
  606.  
  607. /* no button
  608.    sensor not rejected confirmation */
  609. "No" = "No";
  610.  
  611. /* description for speed feature on systems without variable frequency support */
  612. "No (constant speed)" = "No (constant speed)";
  613.  
  614. /* demo mode additional sensor display: no sensors found */
  615. "No additional sensors found.\nYou should run the free Temperature Monitor application on this computer." = "No additional sensors found.\nYou should run the free Temperature Monitor application on this computer.";
  616.  
  617. /* no Smart Battery detected headline message */
  618. "No battery available" = "No battery available";
  619.  
  620. /* title for battery info window in case no batteries found */
  621. "No battery found" = "No battery found";
  622.  
  623. /* headline for no detected displays in display info panel */
  624. "No display connected" = "No display connected";
  625.  
  626. /* no or multiple history windows selection history sensor headline */
  627. "No or multiple history windows selected" = "No or multiple history windows selected";
  628.  
  629. /* no or multiple sensor selection alert sensor headline */
  630. "No or multiple sensors selected" = "No or multiple sensors selected";
  631.  
  632. /* sensor headline if no sensor selectable */
  633. "No sensor" = "No sensor";
  634.  
  635. /* no sensors found information title */
  636. "No accessible sensors found" = "No accessible sensors found";
  637.  
  638. /* title for SMART info window in case no supported disks found */
  639. "No supported Xserve hard disks found" = "No supported Xserve hard disks found";
  640.  
  641. /* status message for legal system without SMC */
  642. "No System Management Controller available." = "No System Management Controller available.";
  643.  
  644. /* warning message: access time to SMART sensors smaller than 2 times disk spindown time */
  645. "Note: The update interval for hard disk sensors is set so small that the hard disks will no longer enter sleep mode." = "Note: The update interval for hard disk sensors is set so small that the hard disks will no longer enter sleep mode.";
  646.  
  647. /* battery status: no special state detected */
  648. "normal" = "normal";
  649.  
  650. /* description when sensor limits not available */
  651. "not applicable or unknown" = "not applicable or unknown";
  652.  
  653. /* feature not available display text
  654.    SMART status: not available */
  655. "not available" = "not available";
  656.  
  657. /* not enough product keys alert title */
  658. "Not enough product keys" = "Not enough product keys";
  659.  
  660. /* history window right x-axis label */
  661. "Now" = "Now";
  662.  
  663. /* artificial sensor type: page-ins */
  664. "Number of current page-ins" = "Number of current page-ins";
  665.  
  666. /* artificial sensor type: page-outs */
  667. "Number of current page-outs" = "Number of current page-outs";
  668.  
  669. /* number of page-ins probe location */
  670. "Number of Page-ins" = "Number of Page-ins";
  671.  
  672. /* number of page-outs probe location */
  673. "Number of Page-outs" = "Number of Page-outs";
  674.  
  675. /* artificial sensor type: total number of processes */
  676. "Number of processes" = "Number of processes";
  677.  
  678. /* OS total number of processes probe location */
  679. "Number of Processes" = "Number of Processes";
  680.  
  681. /* sensor name for nVidia Graphics card */
  682. "nVidia Graphics Card" = "nVidia Graphics Card";
  683.  
  684. /* OK button
  685.    SMART attribute check result: OK
  686.    LCD output for status info 1 in a 2-character field */
  687. "OK" = "OK";
  688.  
  689. /* submit compatibility report tools missing alert title */
  690. "Operating System tools missing" = "Operating System tools missing";
  691.  
  692. /* LCD output item: OS build */
  693. "OS Build" = "OS Build";
  694.  
  695. /* LCD output item: OS version */
  696. "OS Version" = "OS Version";
  697.  
  698. /* x86 package/unit header template */
  699. "Package %u" = "Package %u";
  700.  
  701. /* disk table column header for path */
  702. "Path" = "Path";
  703.  
  704. /* fallback error message for x86 driver failure */
  705. "Permission denied" = "Permission denied";
  706.  
  707. /* physical sensor type */
  708. "physical" = "physical";
  709.  
  710. /* message to create artificial battery sensor */
  711. "Please select the battery unit to be monitored:" = "Please select the battery unit to be monitored:";
  712.  
  713. /* message to create artificial CPU load sensor */
  714. "Please select the CPU core to be monitored:" = "Please select the CPU core to be monitored:";
  715.  
  716. /* message to create artificial disk sensors */
  717. "Please select the disk volume to be monitored:" = "Please select the disk volume to be monitored:";
  718.  
  719. /* message to create artificial RAID sensors */
  720. "Please select the RAID set to be monitored:" = "Please select the RAID set to be monitored:";
  721.  
  722. /* power quantity type */
  723. "Power" = "Power";
  724.  
  725. /* power probe location template */
  726. "Power (%@ x %@)" = "Power (%@ x %@)";
  727.  
  728. /* default history window name for power sensor type */
  729. "Power Sensors" = "Power Sensors";
  730.  
  731. /* toolbar label for preference pane: Probes */
  732. "Probes" = "Probes";
  733.  
  734. /* default note for SMART disk access interval */
  735. "Probing hard disk sensors in short intervals might degrade disk and system performance." = "Probing hard disk sensors in short intervals might degrade disk and system performance.";
  736.  
  737. /* artificial sensor type: processor load */
  738. "Processor load" = "Processor load";
  739.  
  740. /* CPU load probe location template */
  741. "Processor Load %c" = "Processor Load %c";
  742.  
  743. /* CPU total load probe location */
  744. "Processor Load (average)" = "Processor Load (average)";
  745.  
  746. /* pulse width quantity type */
  747. "Pulse Width" = "Pulse Width";
  748.  
  749. /* outdated sensor names found information title */
  750. "'Raw' sensor designations have been found in your preferences. Do you like to update the sensor names?" ="“Raw” sensor designations have been found in your preferences. Do you like to update the sensor names?";
  751.  
  752. /* artificial sensor type: RAID state */
  753. "RAID operation status" = "RAID operation status";
  754.  
  755. /* RAID status probe location template */
  756. "RAID Status %@" = "RAID Status %@";
  757.  
  758. /* artificial sensor type: battery remaining */
  759. "Remaining battery capacity" = "Remaining battery capacity";
  760.  
  761. /* battery probe location template */
  762. "Remaining Capacity Battery %d" = "Remaining Capacity Battery %d";
  763.  
  764. /* driver uninstallation success explanation */
  765. "Remember that you will no longer receive valid readings from affected sensors." = "Remember that you will no longer receive valid readings from affected sensors.";
  766.  
  767. /* sensor ID report template reference to remote system */
  768. "remote computer '%@'" = "remote computer '%@'";
  769.  
  770. /* controlled disconnection alert title */
  771. "Remote computer has been disconnected" = "Remote computer has been disconnected";
  772.  
  773. /* revolution speed quantity type */
  774. "Revolution Speed" = "Revolution Speed";
  775.  
  776. /* sample string for menu bar preview */
  777. "Sample: 12.3 X" = "Sample: 12.3 X";
  778.  
  779. /* toolbar label for preference pane: Screen */
  780. "Screen" = "Screen";
  781.  
  782. /* artificial sensor type: SMART verification state */
  783. "S.M.A.R.T. drive verification status" = "S.M.A.R.T. drive verification status";
  784.  
  785. /* SMART Disk sensor name */
  786. "S.M.A.R.T. Hard Disk Sensor" = "S.M.A.R.T. Hard Disk Sensor";
  787.  
  788. /* SMART status probe location template */
  789. "S.M.A.R.T. Status %@ %@" = "S.M.A.R.T. Status %@ %@";
  790.  
  791. /* CSV header: sensor column */
  792. "Sensor" = "Sensor";
  793.  
  794. /* alert sensor headline template
  795.    sensor headline template */
  796. "Sensor '%@'" = "Sensor “%@”";
  797.  
  798. /* sensor alert message template */
  799. "Sensor '%@' has %@ a value of %g. The current value is %g.\nThe alert was registered at %@." = "Sensor “%@” has %@ a value of %g. The current value is %g.\nThe alert was registered at %@.";
  800.  
  801. /* Growl sensor alert notification name */
  802. "Sensor Alert" = "Sensor Alert";
  803.  
  804. /* LCD output item: sensor bar graph */
  805. "Sensor Bar Graph" = "Sensor Bar Graph";
  806.  
  807. /* header for sensor ID report */
  808. "Sensor ID Report\n\n" = "Sensor ID Report\n\n";
  809.  
  810. /* Sensor Overview window title */
  811. "Sensor Overview" = "Sensor Overview";
  812.  
  813. /* LCD output item: sensor value */
  814. "Sensor Value" = "Sensor Value";
  815.  
  816. /* suggested filename for sensor ID report */
  817. "SensorIDReport.txt" = "SensorIDReport.txt";
  818.  
  819. /* standard sensor window title
  820.    toolbar label for preference pane: Sensors */
  821. "Sensors" = "Sensors";
  822.  
  823. /* client entered sleep mode alert title */
  824. "Sensors on remote computer have powered down" = "Sensors on remote computer have powered down";
  825.  
  826. /* serial number column header for connection table */
  827. "Serial Number" = "Serial Number";
  828.  
  829. /* menu item title to show screen window */
  830. "Show Screen Display" = "Show Screen Display";
  831.  
  832. /* final message when shutting down LCD panel */
  833. "SHUTDOWN" = "SHUTDOWN";
  834.  
  835. /* Smart Battery location template */
  836. "Smart Battery %@ (%@)" = "Smart Battery %@ (%@)";
  837.  
  838. /* Smart Battery sensor name */
  839. "Smart Battery Temperature Sensor" = "Smart Battery Temperature Sensor";
  840.  
  841. /* headline message for Smart Battery info display */
  842. "Smart Battery Unit" = "Smart Battery Unit";
  843.  
  844. /* SMART disk location template */
  845. "SMART Disk %@ (%@)" = "SMART Disk %@ (%@)";
  846.  
  847. /* software sensor type */
  848. "Software" = "Software";
  849.  
  850. /* damaged software title message */
  851. "Software damaged" = "Software damaged";
  852.  
  853. /* toolbar label for preference pane: Speech */
  854. "Speech" = "Speech";
  855.  
  856. /* speech status message: no output */
  857. "Speech output is currently deactivated." = "Speech output is currently deactivated.";
  858.  
  859. /* speech status message: alerts only */
  860. "Speech output is currently restricted to alert messages only." = "Speech output is currently restricted to alert messages only.";
  861.  
  862. /* speecth status message: all active */
  863. "Speech output is fully activated." = "Speech output is fully activated.";
  864.  
  865. /* status quantity type */
  866. "Status information" = "Status information";
  867.  
  868. /* default history window name for status sensor type */
  869. "Status Sensors" = "Status Sensors";
  870.  
  871. /* submit compatibility report alert title */
  872. "Submit Compatibility Report" = "Submit Compatibility Report";
  873.  
  874. /* artificial sensor type: used swap size */
  875. "Swap memory in use" = "Swap memory in use";
  876.  
  877. /* synthetic sensor type */
  878. "synthetic" = "synthetic";
  879.  
  880. /* System Information window title */
  881. "System Information" = "System Information";
  882.  
  883. /* temperature quantity type */
  884. "Temperature" = "Temperature";
  885.  
  886. /* localized name of the application (2) */
  887. "Temperature Monitor" = "Temperature Monitor";
  888.  
  889. /* default history window name for temperature sensor type */
  890. "Temperature Sensors" = "Temperature Sensors";
  891.  
  892. /* LCD output item: constant string */
  893. "Text" = "Text";
  894.  
  895. /* driver update start dialog title */
  896. "The additional sensor driver for Intel-based Macintosh systems has to be updated." = "The additional sensor driver for Intel®-based Macintosh systems has to be updated.";
  897.  
  898. /* unsupported hardware explanation template */
  899. "The application has identified hardware components which were unknown at the the time this version was released. %@ might return incorrect readings and information panels could show wrong or inaccurate data.\nThis version of %@ is designed to work with Apple-branded computers released between August 2002 and March 1, 2011." = "The application has identified hardware components which were unknown at the the time this version was released. %@ might return incorrect readings and information panels could show wrong or inaccurate data.\nThis version of %@ is designed to work with Apple-branded computers released between August 2002 and March 1, 2011.";
  900.  
  901. /* splash screen message */
  902. "The application is starting up. Please wait..." = "The application is starting up. Please wait…";
  903.  
  904. /* driver installation success explanation */
  905. "The application will now rescan your sensor configuration to detect new accessible sensors. You may want to review your display preference settings for the newly added sensors." = "The application will now rescan your sensor configuration to detect new accessible sensors. You may want to review your display preference settings for the newly added sensors.";
  906.  
  907. /* driver update success explanation */
  908. "Please note that the application will restart now to ensure that application and driver are synchronized. Press 'OK' to let the program relaunch itself." = "Please note that the application will restart now to ensure that application and driver are synchronized. Press “OK” to let the program relaunch itself.";
  909.  
  910. /* model info already known alert explanation */
  911. "The author already has enough data about your computer model '%@'. It is not necessary to submit additional information.\n\nThank you very much for your support." = "The author already has enough data about your computer model “%@”. It is not necessary to submit additional information.\n\nThank you very much for your support.";
  912.  
  913. /* warning title for invalid probe type error */
  914. "The computer doesn't have the necessary equipment for this type of probe." = "The computer doesn't have the necessary equipment for this type of probe.";
  915.  
  916. /* controlled disconnection explanation template */
  917. "The demonstration period to evaluate a remote connection to the system '%@' is over." = "The demonstration period to evaluate a remote connection to the system “%@” is over.";
  918.  
  919. /* probe export file write error title */
  920. "The export file could not be written." = "The export file could not be written.";
  921.  
  922. /* alert message template for failed save operation */
  923. "The file '%@' could not be created." = "The file “%@” could not be created.";
  924.  
  925. /* probe import success explanation template */
  926. "The file contained descriptions of %u artificial sensors. %u could be imported successfully." = "The file contained descriptions of %u artificial sensors. %u could be imported successfully.";
  927.  
  928. /* sensor ID report creation failure explanation template */
  929. "The file could not be saved to the location %@. Please verify that you have permission to write to this folder and try again." = "The file could not be saved to the location %@. Please verify that you have permission to write to this folder and try again.";
  930.  
  931. /* probe import file read error */
  932. "The import file could not be read." = "The import file could not be read.";
  933.  
  934. /* driver installation failure title */
  935. "The installation could not be completed" = "The installation could not be completed";
  936.  
  937. /* driver installation success title */
  938. "The installation was successful" = "The installation was successful";
  939.  
  940. /* warning title for general probe creation error */
  941. "The probe could not be created" = "The probe could not be created";
  942.  
  943. /* import with existing probes */
  944. "The probe definitions from the imported file will completely replace your existing definitions. You will lose your current probe settings when pressing 'yes'." = "The probe definitions from the imported file will completely replace your existing definitions. You will lose your current probe settings when pressing “yes”.";
  945.  
  946. /* probe import success title */
  947. "The probe definitions have been imported." = "The probe definitions have been imported.";
  948.  
  949. /* Intel Core Erratum AE 18 warning title */
  950. "The processor in this system could be affected by a known design flaw. Should the program remind you again the next time it is started?" = "The processor in this system could be affected by a known design flaw. Should the program remind you again the next time it is started?";
  951.  
  952. /* no product key on remote system alert title */
  953. "The remote computer runs in demo mode" = "The remote computer runs in demo mode";
  954.  
  955. /* remote agent version conflict explanation template */
  956. "The remote software version is too old to communicate with this monitor version. Please upgrade the remote application." = "The remote software version is too old to communicate with this monitor version. Please upgrade the remote application.";
  957.  
  958. /* no product key on remote system explanation template */
  959. "The remote system '%@' is currently running in demonstration mode only because no valid registration info is available. After the grace period is over the network connection to this computer will be interrupted." = "The remote system '%@' is currently running in demonstration mode only because no valid registration info is available. After the grace period is over the network connection to this computer will be interrupted.";
  960.  
  961. /* remote communication conflict explanation template */
  962. "The remote system uses an incompatible network protocol and cannot communicate correctly with this monitor version. Either the software or the operating system are incompatible. Please verify the version numbers of software and operating systems on both sides." = "The remote system uses an incompatible network protocol and cannot communicate correctly with this monitor version. Either the software or the operating system are incompatible. Please verify the version numbers of software and operating systems on both sides.";
  963.  
  964. /* sensor ID report creation failure title */
  965. "The sensor ID report could not be created" = "The sensor ID report could not be created";
  966.  
  967. /* speech failing warning title */
  968. "The speech synthesizer of this operating system is defective." = "The speech synthesizer of this operating system is defective.";
  969.  
  970. /* driver uninstallation failure title */
  971. "The uninstallation could not be completed" = "The uninstallation could not be completed";
  972.  
  973. /* driver update part 1 failure title
  974.    driver update part 2 failure title */
  975. "The update could not be completed" = "The update could not be completed";
  976.  
  977. /* driver update success title */
  978. "The update was successful" = "The update was successful";
  979.  
  980. /* lost connection alert explanation template */
  981. "There was a communication problem affecting the system '%@'. It is currently not possible to receive any information from this computer." = "There was a communication problem affecting the system “%@”. It is currently not possible to receive any information from this computer.";
  982.  
  983. /* deletable computer status message for gauge preferences */
  984. "This computer is currently not monitored." = "This computer is currently not monitored.";
  985.  
  986. /* status message for illegal system without SMC */
  987. "This is not a valid Apple computer." = "This is not a valid Apple computer.";
  988.  
  989. /* unsupported hardware warning title */
  990. "This computer is not fully supported by this application version." = "This computer is not fully supported by this application version.";
  991.  
  992. /* no TurboBoost data available message */
  993. "This processor does not support Turbo Boost, or the driver for extended x86 sensor support is not installed." = "This processor does not support Turbo Boost, or the driver for extended x86 sensor support is not installed.";
  994.  
  995. /* lost sensor status message for gauge preferences */
  996. "This sensor is no longer connected." = "This sensor is no longer connected.";
  997.  
  998. /* manipulated software explanation */
  999. "This software package has been tampered with. Please reinstall." = "This software package has been tampered with. Please reinstall.";
  1000.  
  1001. /* reset gauge color alert sheet message */
  1002. "This will overwrite the current color settings for all sensors on all connected computers." = "This will overwrite the current color settings for all sensors on all connected computers.";
  1003.  
  1004. /* LCD output item: time */
  1005. "Time" = "Time";
  1006.  
  1007. /* label for first column of CSV export, in CSV format */
  1008. "Time," = "Time,";
  1009.  
  1010. /* template for time interval display in history window extreme value drawer */
  1011. "Time Interval: %@" = "Time Interval: %@";
  1012.  
  1013. /* artificial sensor type: total processor load */
  1014. "Total processor load" = "Total processor load";
  1015.  
  1016. /* no sensors found explanation */
  1017. "Unfortunately, the application could not detect any accessible sensors in the computer '%@'.\n\nThe application is supporting all Macintosh computers released before %@. Please see the online help for more information." = "Unfortunately, the application could not detect any accessible sensors in the computer '%@'.\n\nThe application is supporting all Macintosh computers released before %@. Please see the online help for more information.";
  1018.  
  1019. /* driver uninstallation start dialog title */
  1020. "Uninstall device driver for extended support of Intel-based Macintosh systems" = "Uninstall device driver for extended support of Intel®-based Macintosh systems";
  1021.  
  1022. /* driver uninstallation success title */
  1023. "Uninstallation was successful" = "Uninstallation was successful";
  1024.  
  1025. /* CSV header: unit */
  1026. "Unit" = "Unit";
  1027.  
  1028. /* unknown sensor accuracy description
  1029.    unknown quantity type
  1030.    unknown sensor precision description
  1031.    unknown sensor type
  1032.    SMART temperature support status: unknown
  1033.    SMART status: could not be determined */
  1034. "unknown" = "unknown";
  1035.  
  1036. /* sensor name for unknown AppleAD741x device */
  1037. "Unknown Analog Devices AD7417 location" = "Unknown Analog Devices AD7417 location";
  1038.  
  1039. /* sensor name for unknown A/D converter */
  1040. "Unknown Analog/Digital Converter" = "Unknown Analog/Digital Converter";
  1041.  
  1042. /* name for unknown vendor-specific SMART attribute */
  1043. "Unknown Attribute" = "Unknown Attribute";
  1044.  
  1045. /* sensor name for unknown current sensor */
  1046. "Unknown Current Sensor" = "Unknown Current Sensor";
  1047.  
  1048. /* sensor name for unknown fan sensor */
  1049. "Unknown Fan Sensor" = "Unknown Fan Sensor";
  1050.  
  1051. /* sensor name for unknown GPU sensor */
  1052. "Unknown GPU Sensor" = "Unknown GPU Sensor";
  1053.  
  1054. /* sensor name for unknown light sensor */
  1055. "Unknown Light Sensor" = "Unknown Light Sensor";
  1056.  
  1057. /* sensor name for unknown power sensor */
  1058. "Unknown Power Sensor" = "Unknown Power Sensor";
  1059.  
  1060. /* sensor name for unknown temperature sensor */
  1061. "Unknown Temperature Sensor" = "Unknown Temperature Sensor";
  1062.  
  1063. /* sensor name for unknown temperature diode sensor */
  1064. "Unknown Temperature Diode Sensor" = "Unknown Temperature Diode Sensor";
  1065.  
  1066. /* sensor name for unknown voltage sensor */
  1067. "Unknown Voltage Sensor" = "Unknown Voltage Sensor";
  1068.  
  1069. /* default title for newly created history window
  1070.    default history window name for unknown sensor type */
  1071. "Untitled History Window" = "Untitled History Window";
  1072.  
  1073. /* battery status: UPS installed */
  1074. "UPS installed" = "UPS installed";
  1075.  
  1076. /* output channel element status message: second line */
  1077. "Use the 'Monitor' menu to modify." = "Use the “Monitor” menu to modify.";
  1078.  
  1079. /* active memory probe location */
  1080. "Used Active Memory" = "Used Active Memory";
  1081.  
  1082. /* artificial sensor type: memory active */
  1083. "Used active memory" = "Used active memory";
  1084.  
  1085. /* disk used space probe location template */
  1086. "Used Disk Space '%@'" = "Used Disk Space “%@”";
  1087.  
  1088. /* artificial sensor type: memory inactive */
  1089. "Used inactive memory" = "Used inactive memory";
  1090.  
  1091. /* inactive memory probe location */
  1092. "Used Inactive Memory" = "Used Inactive Memory";
  1093.  
  1094. /* artificial sensor type: memory wired */
  1095. "Used non-pageable memory" = "Used non-pageable memory";
  1096.  
  1097. /* wired memory probe location */
  1098. "Used Non-pageable Memory" = "Used Non-pageable Memory";
  1099.  
  1100. /* artificial sensor type: disk used space */
  1101. "Used space on disk" = "Used space on disk";
  1102.  
  1103. /* used swap size probe location */
  1104. "Used Swap Size" = "Used Swap Size";
  1105.  
  1106. /* CSV header: value column */
  1107. "Value" = "Value";
  1108.  
  1109. /* SMART status: drive OK */
  1110. "verified" = "verified";
  1111.  
  1112. /* voltage quantity type */
  1113. "Voltage" = "Voltage";
  1114.  
  1115. /* default history window name for voltage sensor type */
  1116. "Voltage Sensors" = "Voltage Sensors";
  1117.  
  1118. /* disk table column header for volume name */
  1119. "Volume" = "Volume";
  1120.  
  1121. /* code manipulation warning title */
  1122. "Warning: The code of this application is being manipulated." = "Warning: The code of this application is being manipulated.";
  1123.  
  1124. /* bundle manipulation warning title */
  1125. "Warning: The resources of this application have been damaged." = "Warning: The resources of this application have been damaged.";
  1126.  
  1127. /* template for manufacturing date output */
  1128. "Week of %@" = "Week of %@";
  1129.  
  1130. /* explanation for for invalid probe type error */
  1131. "When scanning the hardware equipment of this computer, it was detected that you cannot create a probe with the type you have selected." = "When scanning the hardware equipment of this computer, it was detected that you cannot create a probe with the type you have selected.";
  1132.  
  1133. /* driver installation start explanation */
  1134. "When you press the 'OK' button, the driver will be installed and be loaded automatically upon each startup of Mac OS X. The driver will allow the application to access internals of Intel processors.\n\nMac OS X will ask for an administrator password to confirm this operation." = "When you press the “OK” button, the driver will be installed and be loaded automatically upon each startup of Mac OS X. The driver will allow the application to access internals of Intel processors.\n\nMac OS X will ask for an administrator password to confirm this operation.";
  1135.  
  1136. /* driver uninstallation start explanation */
  1137. "When you press the 'OK' button, the driver will be unloaded and uninstalled. If affected sensors are in use by the application, you will no longer receive valid readings from them.\n\nMac OS X will ask for an administrator password to confirm this operation." = "When you press the “OK” button, the driver will be unloaded and uninstalled. If affected sensors are in use by the application, you will no longer receive valid readings from them.\n\nMac OS X will ask for an administrator password to confirm this operation.";
  1138.  
  1139. /* toolbar label for preference pane: Window */
  1140. "Window" = "Window";
  1141.  
  1142. /* SMART support status: YES 
  1143.    SMART temperature support status: YES */
  1144. "yes" = "yes";
  1145.  
  1146. /* yes button 
  1147.    sensor rejected confirmation */
  1148. "Yes" = "Yes";
  1149.  
  1150. /* description for speed feature on systems with bus slewing */
  1151. "Yes (bus slewing)" = "Yes (bus slewing)";
  1152.  
  1153. /* description for speed feature on systems with low/high speed */
  1154. "Yes (speed reducable)" = "Yes (speed reducable)";
  1155.  
  1156. /* explanation template when deleting gauge list for entire computer */
  1157. "You are about to remove all preference settings for remotely monitoring the computer '%@' from this computer. This step cannot be undone." = "You are about to remove all preference settings for remotely monitoring the computer “%@” from this computer. This step cannot be undone.";
  1158.  
  1159. /* GPU load sensor warning for Snow Leo */
  1160. "You are using an operating system version where GPU load sensors may not work correctly for all graphics processor types." = "You are using an operating system version where GPU load sensors may not work correctly for all graphics processor types.";
  1161.  
  1162. /* driver update start explanation */
  1163. "You are using an outdated version of the driver necessary to access sensors of Intel processors which is not compatible with the current application. Please press the 'OK' button to let the application update the driver to the latest version.\n\nIf you don't like to update the driver, you can deactivate it by selecting the respective menu item in the 'Monitor' menu.\n\nNote: Mac OS X may ask you to enter your administrator password twice." = "You are using an outdated version of the driver necessary to access sensors of Intel® processors which is not compatible with the current application. Please press the “OK” button to let the application update the driver to the latest version.\n\nIf you don't like to update the driver, you can deactivate it by selecting the respective menu item in the “Monitor” menu.\n\nNote: Mac OS X may ask you to enter your administrator password twice.";
  1164.  
  1165. /* driver explanation */
  1166. "You can install an optional device driver to access some additional 'on-core' sensors of Intel(R) processors. After installing the driver, the application will have access to the Digital Thermal Sensors (DTS) of each processor core.\n\nAfter pressing 'Install now' you will be guided through the installation process.\n\nNote that you can install or uninstall the driver any time, using the respective items in the menu 'Monitor'." = "You can install an optional device driver to access some additional “on-core” sensors of Intel® processors. After installing the driver, the application will have access to the Digital Thermal Sensors (DTS) of each processor core.\n\nAfter pressing “Install now” you will be guided through the installation process.\n\nNote that you can install or uninstall the driver any time, using the respective items in the menu “Monitor”.";
  1167.  
  1168. /* not enough product keys explanation template */
  1169. "You don't have enough product keys to monitor the remote system '%@'. The computer seems to use the same registration info as a computer already monitored.\n\nPlease purchase a registration key for each computer you want to connect. The remote link is now in demo mode and will disconnect after a grace period of two (2) minutes." = "You don't have enough product keys to monitor the remote system “%@”. The computer seems to use the same registration info as a computer already monitored.\n\nPlease purchase a registration key for each computer you want to connect. The remote link is now in demo mode and will disconnect after a grace period of two (2) minutes.";
  1170.  
  1171. /* alert object launch failure template */
  1172. "You have configured to open the object at path '%@' in case of an alert. An attempt to open this object has failed.\nNote that sensor '%@' has %@ a value of %g. The current value is %g." = "You have configured to open the object at path “%@” in case of an alert. An attempt to open this object has failed.\nNote that sensor “%@” has %@ a value of %g. The current value is %g.";
  1173.  
  1174. /* no colors found information title */
  1175. "You have not defined colors for the display of sensors. Do you want to change this now?" = "You have not defined colors for the display of sensors. Do you want to change this now?";
  1176.  
  1177. /* outdated sensor names found found explanation template */
  1178. "You seem to have created your preference set with a previous version of the application which could not fully support all sensors of your computer yet. For this reason, some of the sensors are currently labeled with their firmware designations only, not with a user-friendly name. For example, the sensor '%@' should be renamed to '%@'.\n\nBy pressing 'yes', all customized sensor names, short sensor names and speech output names of the affected sensors will be updated automatically. By selecting 'no', the preferences won't be touched and the message will not reappear again." = "You seem to have created your preference set with a previous version of the application which could not fully support all sensors of your computer yet. For this reason, some of the sensors are currently labeled with their firmware designations only, not with a user-friendly name. For example, the sensor “%@” should be renamed to “%@”.\n\nBy pressing “yes”, all customized sensor names, short sensor names and speech output names of the affected sensors will be updated automatically. By selecting “no”, the preferences won't be touched and the message will not reappear again.";
  1179.  
  1180. /* submit compatibility report tools missing alert explanation */
  1181. "Your operating system is not capable of generating hardware reports because the necessary tools are missing." = "Your operating system is not capable of generating hardware reports because the necessary tools are missing.";
  1182.  
  1183. /* web site URLs - redirect to selected language */
  1184. "http://www.bresink.com/osx/HardwareMonitor.html" = "http://www.bresink.com/osx/HardwareMonitor.html";
  1185. "http://www.bresink.com/osx/TemperatureMonitor.html" = "http://www.bresink.com/osx/TemperatureMonitor.html";
  1186.  
  1187. /* sensor locations *****************/
  1188. "CPU A" = "CPU A";
  1189. "CPU B" = "CPU B";
  1190. "CPU BOARD" = "CPU Board";
  1191.  
  1192. "Drive Bay" = "Drive Bay";
  1193. "Main Logic Board Backside" = "Main Logic Board Backside";
  1194. "Memory Controller Heatsink" = "Memory Controller Heatsink";
  1195. "Main Logic Board Ambient" = "Main Logic Board Ambient";
  1196. "Main Logic Board Air Inlet" = "Main Logic Board Air Inlet";
  1197. "Processor Card A Ambient" = "Processor Card A Ambient";
  1198. "Processor Card B Ambient" = "Processor Card B Ambient";
  1199.  
  1200. "CPU A Die Temperature"    = "CPU A Die Temperature";
  1201. "Processor Card A 12V Supply Current" = "Processor Card A 12V Supply Current";
  1202. "CPU A Voltage"    = "CPU A Voltage";
  1203. "CPU A Current"    = "CPU A Current";
  1204. "CPU B Die Temperature"    = "CPU B Die Temperature";
  1205. "Processor Card B 12V Supply Current" = "Processor Card B 12V Supply Current";
  1206. "CPU B Voltage"    = "CPU B Voltage";
  1207. "CPU B Current"    = "CPU B Current";
  1208.  
  1209. "CPU A Intake Fan" = "CPU A Intake Fan";
  1210. "CPU A Exhaust Fan" = "CPU A Exhaust Fan";
  1211. "CPU B Intake Fan" = "CPU B Intake Fan";
  1212. "CPU B Exhaust Fan" = "CPU B Exhaust Fan";
  1213. "PCI Slot Fan" = "PCI Slot Fan";
  1214. "CPU A Radiator Pump" = "CPU A Radiator Pump";
  1215. "CPU B Radiator Pump" = "CPU B Radiator Pump";
  1216.  
  1217. "Slot 12V" = "Slot 12V";
  1218. "Slot 3.3V" = "Slot 3.3V";
  1219. "Slot 5V" = "Slot 5V";
  1220. "Slot combined" = "Slot combined";
  1221.  
  1222. "Memory Controller Diode" = "Memory Controller Diode";
  1223. "Air Tunnel" = "Air Tunnel";
  1224. "Air Tunnel Heatsink" = "Air Tunnel Heatsink";
  1225. "CPU A Core 1 Diode" = "CPU A Core 1 Diode";
  1226. "CPU A Core 2 Diode" = "CPU A Core 2 Diode";
  1227. "CPU B Core 1 Diode" = "CPU B Core 1 Diode";
  1228. "CPU B Core 2 Diode" = "CPU B Core 2 Diode";
  1229. "CPU A Core 1 Voltage" = "CPU A Core 1 Voltage";
  1230. "CPU A Core 2 Voltage" = "CPU A Core 2 Voltage";
  1231. "CPU A Core 1 Current" = "CPU A Core 1 Current";
  1232. "CPU A Core 2 Current" = "CPU A Core 2 Current";
  1233. "CPU B Core 1 Voltage" = "CPU B Core 1 Voltage";
  1234. "CPU B Core 2 Voltage" = "CPU B Core 2 Voltage";
  1235. "CPU B Core 1 Current" = "CPU B Core 1 Current";
  1236. "CPU B Core 2 Current" = "CPU B Core 2 Current";
  1237. "Drive Bay A Air Intake" = "Drive Bay A Air Intake";
  1238. "Expansion Slots Intake" = "Expansion Slots Intake";
  1239.  
  1240. "Graphics Processor" = "Graphics Processor";
  1241. "Processor/Controller Bottomside" = "Processor/Controller Bottomside";
  1242. "Processor Bottomside" = "Processor Bottomside";
  1243. "Processor Topside" = "Processor Topside";
  1244. "Power Supply Bottomside" = "Power Supply Bottomside";
  1245. "Graphics Processor Bottomside" = "Graphics Processor Bottomside";
  1246. "Graphics Processor Topside" = "Graphics Processor Topside";
  1247. "Hard Disk Drive Bottomside" = "Hard Disk Drive Bottomside";
  1248. "CPU Core" = "CPU Core";
  1249. "Rear Left Exhaust" = "Rear Left Exhaust";
  1250. "Rear Right Exhaust" = "Rear Right Exhaust";
  1251. "Battery" = "Battery";
  1252. "Power Supply/Memory Bottomside" = "Power Supply/Memory Bottomside";
  1253. "Graphics Processor Die" = "Graphics Processor Die";
  1254. "Rear Main Enclosure" = "Rear Main Enclosure";
  1255. "Trackpad" = "Trackpad";
  1256. "Battery Temperature" = "Battery Temperature";
  1257. "Battery Discharge Current" = "Battery Discharge Current";
  1258. "Mainboard Light Sensor" = "Mainboard Light Sensor";
  1259. "Top Light Sensor" = "Top Light Sensor";
  1260. "Illumination Brightness" = "Illumination Brightness";
  1261.  
  1262. "Graphics processor chip" = "Graphics processor chip";
  1263. "Graphics processor case" = "Graphics processor case";
  1264. "Graphics processor fan" = "Graphics processor fan";
  1265.  
  1266. "Hard Drive" = "Hard Drive";
  1267. "Hard Drive Fan" = "Hard Drive Fan";
  1268. "System Fan" = "System Fan";
  1269. "CPU Fan" = "CPU Fan";
  1270. "CPU 12 V Current" = "CPU 12 V Current";
  1271. "CPU 12 V Supply" = "CPU 12 V Supply";
  1272. "CPU Temperature" = "CPU Temperature";
  1273.  
  1274. "Graphics Processor Ambient Air" = "Graphics Processor Ambient Air";
  1275. "Graphics Processor Temperature" = "Graphics Processor Temperature";
  1276. "Hard Disk Temperature" = "Hard Disk Temperature";
  1277. "Incoming Air Temperature" = "Incoming Air Temperature";
  1278. "Memory Controller Ambient Air" = "Memory Controller Ambient Air";
  1279. "Memory Controller Temperature" = "Memory Controller Temperature";
  1280. "Optical Drive Temperature" = "Optical Drive Temperature";
  1281. "Optical Drive Fan" = "Optical Drive Fan";
  1282.  
  1283. "Slots Power" = "Slots Power";
  1284. "Rear Fan 0" = "Rear Fan 0";
  1285. "Rear fan 1" = "Rear fan 1";
  1286. "Front Fan" = "Front Fan";
  1287. "Slots Fan" = "Slots Fan";
  1288. "Drive Bay Fan" = "Drive Bay Fan";
  1289.  
  1290. "Internal Ambient" = "Internal Ambient";
  1291. "Processor Module" = "Processor Module";
  1292. "12 V supply" = "12 V supply";
  1293. "5 V supply" = "5 V supply";
  1294. "3.3 V supply" = "3.3 V supply";
  1295. "2.5 V supply" = "2.5 V supply";
  1296. "Logic core" = "Logic core";
  1297. "Processor core" = "Processor core";
  1298.  
  1299. "CPU A Power" = "CPU A Power";
  1300. "CPU B Power" = "CPU B Power";
  1301. "CPU A V core" = "CPU A V core";
  1302. "CPU B V core" = "CPU B V core";
  1303. "CPU A 12 V" = "CPU A 12 V";
  1304. "CPU A Core" = "CPU A Core";    
  1305. "CPU B 12 V" = "CPU B 12 V";
  1306. "CPU B Core" = "CPU B Core";
  1307. "System Controller 1.5 V Sleep" = "System Controller 1.5 V Sleep";
  1308. "CPU A Internal" = "CPU A Internal";
  1309. "CPU B Internal" = "CPU B Internal";
  1310. "PCI Slots" = "PCI Slots";
  1311. "U3 Ambient" = "U3 Ambient";
  1312. "U3 Internal" = "U3 Internal";
  1313.  
  1314. "Memory Bank" = "Memory Bank";
  1315. "CPU A Ambient" = "CPU A Ambient";
  1316. "CPU B Ambient" = "CPU B Ambient";
  1317. "System Controller Ambient" = "System Controller Ambient";
  1318. "System Controller Internal" = "System Controller Internal";
  1319.  
  1320. "Fan System Controller" = "Fan System Controller";
  1321. "Fan CPU A1" = "Fan CPU A1";
  1322. "Fan CPU A2" = "Fan CPU A2";
  1323. "Fan CPU A3" = "Fan CPU A3";
  1324. "Fan CPU B1" = "Fan CPU B1";
  1325. "Fan CPU B2" = "Fan CPU B2";
  1326. "Fan CPU B3" = "Fan CPU B3";
  1327. "Fan PCI Slot" = "Fan PCI Slot";
  1328. "12 V Trickle A" = "12 V Trickle A";
  1329. "12 V CPU A" = "12 V CPU A";
  1330. "2.5 V Sleep" = "2.5 V Sleep";
  1331. "3.3 V Sleep" = "3.3 V Sleep";
  1332. "5 V Sleep" = "5 V Sleep";
  1333. "1.2 V Sleep" = "1.2 V Sleep";
  1334. "1.5 V Sleep" = "1.5 V Sleep";
  1335. "System Bus I/O VDD" = "System Bus I/O VDD";
  1336. "3.3 V Trickle" = "3.3 V Trickle";
  1337. "1.5 V" = "1.5 V";
  1338. "5 V" = "5 V";
  1339. "1.8 V" = "1.8 V";
  1340. "2.5 V" = "2.5 V";
  1341. "3.3 V" = "3.3 V";
  1342. "1.2 V" = "1.2 V";
  1343.  
  1344. "CPU A Air Inlet Temperature" = "CPU A Air Inlet Temperature";
  1345. "CPU B Air Inlet Temperature" = "CPU B Air Inlet Temperature";
  1346.  
  1347. /* synthetic battery sensors for up to 3 battery units */
  1348. "Battery 1 Voltage" = "Battery 1 Voltage";
  1349. "Battery 1 Current" = "Battery 1 Current";
  1350. "Battery 1 Total Capacity" = "Battery 1 Total Capacity";
  1351. "Battery 1 Current Capacity" = "Battery 1 Current Capacity";
  1352. "Battery 2 Voltage" = "Battery 2 Voltage";
  1353. "Battery 2 Current" = "Battery 2 Current";
  1354. "Battery 2 Total Capacity" = "Battery 2 Total Capacity";
  1355. "Battery 2 Current Capacity" = "Battery 2 Current Capacity";
  1356. "Battery 3 Voltage" = "Battery 3 Voltage";
  1357. "Battery 3 Current" = "Battery 3 Current";
  1358. "Battery 3 Total Capacity" = "Battery 3 Total Capacity";
  1359. "Battery 3 Current Capacity" = "Battery 3 Current Capacity";
  1360.  
  1361. /* synthetic battery cell sensors for a single smart battery unit */
  1362. "Battery 1 Cell 1" = "Battery 1 Cell 1";
  1363. "Battery 1 Cell 2" = "Battery 1 Cell 2";
  1364. "Battery 1 Cell 3" = "Battery 1 Cell 3";
  1365. "Battery 1 Cell 4" = "Battery 1 Cell 4";
  1366.  
  1367. /* Apple Key Switch fake sensor support */
  1368. "Enclosure Key Switch" = "Enclosure Key Switch";
  1369.  
  1370. /* BRESINKx86Monitoring driver support */
  1371. "CPU Core 1" = "CPU Core 1";
  1372. "CPU Core 2" = "CPU Core 2";
  1373. "CPU Core 3" = "CPU Core 3";
  1374. "CPU Core 4" = "CPU Core 4";
  1375. "CPU Core 5" = "CPU Core 5";
  1376. "CPU Core 6" = "CPU Core 6";
  1377. "CPU Core 7" = "CPU Core 7";
  1378. "CPU Core 8" = "CPU Core 8";
  1379. "CPU Core 9" = "CPU Core 9";
  1380. "CPU Core 01" = "CPU Core 01";
  1381. "CPU Core 02" = "CPU Core 02";
  1382. "CPU Core 03" = "CPU Core 03";
  1383. "CPU Core 04" = "CPU Core 04";
  1384. "CPU Core 05" = "CPU Core 05";
  1385. "CPU Core 06" = "CPU Core 06";
  1386. "CPU Core 07" = "CPU Core 07";
  1387. "CPU Core 08" = "CPU Core 08";
  1388. "CPU Core 09" = "CPU Core 09";
  1389. "CPU Core 10" = "CPU Core 10";
  1390. "CPU Core 11" = "CPU Core 11";
  1391. "CPU Core 12" = "CPU Core 12";
  1392. "CPU Core 13" = "CPU Core 13";
  1393. "CPU Core 14" = "CPU Core 14";
  1394. "CPU Core 15" = "CPU Core 15";
  1395. "CPU Core 16" = "CPU Core 16";
  1396. "CPU Core 17" = "CPU Core 17";
  1397. "CPU Core 18" = "CPU Core 18";
  1398. "CPU Core 19" = "CPU Core 19";
  1399. "CPU Core 20" = "CPU Core 20";
  1400. "CPU Core 21" = "CPU Core 21";
  1401. "CPU Core 22" = "CPU Core 22";
  1402. "CPU Core 23" = "CPU Core 23";
  1403. "CPU Core 24" = "CPU Core 24";
  1404. "CPU Core Voltage" = "CPU Core Voltage";
  1405. "CPU Clock Frequency" = "CPU Clock Frequency";
  1406. "CPU Core 1 Hot" = "CPU Core 1 Hot";
  1407. "CPU Core 2 Hot" = "CPU Core 2 Hot";
  1408. "CPU Core 3 Hot" = "CPU Core 3 Hot";
  1409. "CPU Core 4 Hot" = "CPU Core 4 Hot";
  1410. "CPU Core 5 Hot" = "CPU Core 5 Hot";
  1411. "CPU Core 6 Hot" = "CPU Core 6 Hot";
  1412. "CPU Core 7 Hot" = "CPU Core 7 Hot";
  1413. "CPU Core 8 Hot" = "CPU Core 8 Hot";
  1414.  
  1415. /* MBS System Management Controller support */
  1416. "Ambient Air" = "Ambient Air";
  1417. "Ambient Air Position 2" = "Ambient Air Position 2";
  1418. "Battery Position 2" = "Battery Position 2";
  1419. "Battery Position 3" = "Battery Position 3";
  1420. "Battery Position 4" = "Battery Position 4";
  1421. "CPU A Temperature Diode" = "CPU A Temperature Diode";
  1422. "CPU B Temperature Diode" = "CPU B Temperature Diode";
  1423. "CPU C Temperature Diode" = "CPU C Temperature Diode";
  1424. "CPU D Temperature Diode" = "CPU D Temperature Diode";
  1425. "CPU A Heatsink" = "CPU A Heatsink";
  1426. "CPU B Heatsink" = "CPU B Heatsink";
  1427. "CPU C Heatsink" = "CPU C Heatsink";
  1428. "CPU D Heatsink" = "CPU D Heatsink";
  1429. "CPU A Proximity" = "CPU A Proximity";
  1430. "CPU B Proximity" = "CPU B Proximity";
  1431. "CPU C Proximity" = "CPU C Proximity";
  1432. "CPU D Proximity" = "CPU D Proximity";
  1433. "PCIe Slot A" = "PCIe Slot A";
  1434. "PCIe Slot B" = "PCIe Slot B";
  1435. "PCIe Slot C" = "PCIe Slot C";
  1436. "PCIe Slot D" = "PCIe Slot D";
  1437. "PCIe Slot 1" = "PCIe Slot 1";
  1438. "PCIe Slot 2" = "PCIe Slot 2";
  1439. "PCIe Slot 3" = "PCIe Slot 3";
  1440. "PCIe Slot 4" = "PCIe Slot 4";
  1441. "RAID card" = "RAID card";
  1442. "Graphics Processor Supply 1" = "Graphics Processor Supply 1";
  1443. "Graphics Processor Supply 2" = "Graphics Processor Supply 2";
  1444. "Graphics Processor Temperature Diode" = "Graphics Processor Temperature Diode";
  1445. "Graphics Processor Heatsink 1" = "Graphics Processor Heatsink 1";
  1446. "Graphics Processor Heatsink 2"= "Graphics Processor Heatsink 2";
  1447. "Graphics Processor Chip 1" = "Graphics Processor Chip 1";
  1448. "Graphics Processor Chip 2" = "Graphics Processor Chip 2";
  1449. "Hard Drive Bay 1" = "Hard Drive Bay 1";
  1450. "Hard Drive Bay 2" = "Hard Drive Bay 2";
  1451. "Hard Drive Bay 3" = "Hard Drive Bay 3";
  1452. "Hard Drive Bay 4" = "Hard Drive Bay 4";
  1453. "Main Heatsink 1" = "Main Heatsink 1";
  1454. "Main Heatsink 2" = "Main Heatsink 2";
  1455. "Main Heatsink 3" = "Main Heatsink 3";
  1456. "Main Heatsink F" = "Main Heatsink F";
  1457. "Display Screen Proximity" = "Display Screen Proximity";
  1458. "Memory Module A1" = "Memory Module A1";
  1459. "Memory Module A2" = "Memory Module A2";
  1460. "Memory Module A3" = "Memory Module A3";
  1461. "Memory Module A4" = "Memory Module A4";
  1462. "Memory Module A5" = "Memory Module A5";
  1463. "Memory Module A6" = "Memory Module A6";
  1464. "Memory Module A7" = "Memory Module A7";
  1465. "Memory Module A8" = "Memory Module A8";
  1466. "Memory Module B1" = "Memory Module B1";
  1467. "Memory Module B2" = "Memory Module B2";
  1468. "Memory Module B3" = "Memory Module B3";
  1469. "Memory Module B4" = "Memory Module B4";
  1470. "Memory Module B5" = "Memory Module B5";
  1471. "Memory Module B6" = "Memory Module B6";
  1472. "Memory Module B7" = "Memory Module B7";
  1473. "Memory Module B8" = "Memory Module B8";
  1474. "Memory Bank A Point 0" = "Memory Bank A Point 0";
  1475. "Memory Bank A Point 1" = "Memory Bank A Point 1";
  1476. "Memory Bank A Point 2" = "Memory Bank A Point 2";
  1477. "Memory Bank A Point 3" = "Memory Bank A Point 3";
  1478. "Memory Bank A Point 4" = "Memory Bank A Point 4";
  1479. "Memory Bank A Point 5" = "Memory Bank A Point 5";
  1480. "Memory Bank A Point 6" = "Memory Bank A Point 6";
  1481. "Memory Bank A Point 7" = "Memory Bank A Point 7";
  1482. "Memory Bank A Point 8" = "Memory Bank A Point 8";
  1483. "Memory Bank B Point 0" = "Memory Bank B Point 0";
  1484. "Memory Bank B Point 1" = "Memory Bank B Point 1";
  1485. "Memory Bank B Point 2" = "Memory Bank B Point 2";
  1486. "Memory Bank B Point 3" = "Memory Bank B Point 3";
  1487. "Memory Bank B Point 4" = "Memory Bank B Point 4";
  1488. "Memory Bank B Point 5" = "Memory Bank B Point 5";
  1489. "Memory Bank B Point 6" = "Memory Bank B Point 6";
  1490. "Memory Bank B Point 7" = "Memory Bank B Point 7";
  1491. "Memory Bank B Point 8" = "Memory Bank B Point 8";
  1492. "Memory Module Slot 1" = "Memory Module Slot 1";
  1493. "Memory Module Slot 2" = "Memory Module Slot 2";
  1494. "Memory Module Slot 3" = "Memory Module Slot 3";
  1495. "Memory Module Slot 4" = "Memory Module Slot 4";
  1496. "Memory Module Slot 5" = "Memory Module Slot 5";
  1497. "Memory Module Slot 6" = "Memory Module Slot 6";
  1498. "Memory Module Slot 7" = "Memory Module Slot 7";
  1499. "Memory Module Slot 8" = "Memory Module Slot 8";
  1500. "Main Logic Board" = "Main Logic Board";
  1501. "Battery Charger Proximity" = "Battery Charger Proximity";
  1502. "Memory Area Outgoing Air" = "Memory Area Outgoing Air";
  1503. "Voltage Regulator Area" = "Voltage Regulator Area";
  1504. "Northbridge Core" = "Northbridge Core";
  1505. "Northbridge Chip" = "Northbridge Chip";
  1506. "Northbridge Heat Sink" = "Northbridge Heat Sink";
  1507. "Northbridge Position 1" = "Northbridge Position 1";
  1508. "Northbridge Position 2" = "Northbridge Position 2";
  1509. "Optical Drive" = "Optical Drive";
  1510. "Expansion Slots" = "Expansion Slots";
  1511. "Battery Power Supply" = "Battery Power Supply";
  1512. "Power Supply Location 1" = "Power Supply Location 1";
  1513. "Power Supply Location 2" = "Power Supply Location 2";
  1514. "Power Supply Position 1" = "Power Supply Position 1";
  1515. "Power Supply Position 2" = "Power Supply Position 2";
  1516. "Power Supply Position 3" = "Power Supply Position 3";
  1517. "Power Supply Position 4" = "Power Supply Position 4";
  1518. "Power Supply Position 5" = "Power Supply Position 5";
  1519. "Secondary Heatsink" = "Secondary Heatsink";
  1520. "Primary Heatsink" = "Primary Heatsink";
  1521. "PCI Slot 1 Position 1" = "PCI Slot 1 Position 1";
  1522. "PCI Slot 1 Position 2" = "PCI Slot 1 Position 2";
  1523. "PCI Slot 2 Position 1" = "PCI Slot 2 Position 1";
  1524. "PCI Slot 2 Position 2" = "PCI Slot 2 Position 2";
  1525. "PCI Slot 3 Position 1" = "PCI Slot 3 Position 1";
  1526. "PCI Slot 3 Position 2" = "PCI Slot 3 Position 2";
  1527. "PCI Slot 4 Position 1" = "PCI Slot 4 Position 1";
  1528. "PCI Slot 4 Position 2" = "PCI Slot 4 Position 2";
  1529. "Left Palm Rest" = "Left Palm Rest";
  1530. "Right Palm Rest" = "Right Palm Rest";
  1531. "Air Vent Exit" = "Air Vent Exit";
  1532. "Wireless Module" = "Wireless Module";
  1533.  
  1534. "Fan CPU/Memory" = "Fan CPU/Memory";
  1535. "CPU Fan 1 Inlet" = "CPU Fan 1 Inlet";
  1536. "CPU Fan 2 Inlet" = "CPU Fan 2 Inlet";
  1537. "CPU Fan 3 Inlet" = "CPU Fan 3 Inlet";
  1538. "CPU Fan 4 Inlet" = "CPU Fan 4 Inlet";
  1539. "FB-DIMM Fan 1 Inlet" = "FB-DIMM Fan 1 Inlet";
  1540. "FB-DIMM Fan 2 Inlet" = "FB-DIMM Fan 2 Inlet";
  1541. "FB-DIMM Fan 3 Inlet" = "FB-DIMM Fan 3 Inlet";
  1542. "CPU Fan 1 Outlet" = "CPU Fan 1 Outlet";
  1543. "CPU Fan 2 Outlet" = "CPU Fan 2 Outlet";
  1544. "CPU Fan 3 Outlet" = "CPU Fan 3 Outlet";
  1545. "CPU Fan 4 Outlet" = "CPU Fan 4 Outlet";
  1546. "FB-DIMM Fan 1 Outlet" = "FB-DIMM Fan 1 Outlet";
  1547. "FB-DIMM Fan 2 Outlet" = "FB-DIMM Fan 2 Outlet";
  1548. "FB-DIMM Fan 3 Outlet" = "FB-DIMM Fan 3 Outlet";
  1549. "Fan Expansion Slots" = "Fan Expansion Slots";
  1550. "Exhaust Fan" = "Exhaust Fan";
  1551. "Power Supply Fan" = "Power Supply Fan";
  1552. "Master Fan" = "Master Fan";
  1553. "Left Fan" = "Left Fan";
  1554. "Right Fan" = "Right Fan";
  1555. "Fan Optical Disk Drive" = "Fan Optical Disk Drive";
  1556. "Fan Hard Drive" = "Fan Hard Drive";
  1557. "Fan Power Supply 1 In" = "Fan Power Supply 1 In";
  1558. "Fan Power Supply 2 In" = "Fan Power Supply 2 In";
  1559. "Fan Power Supply 1 Out" = "Fan Power Supply 1 Out";
  1560. "Fan Power Supply 2 Out" = "Fan Power Supply 2 Out";
  1561. "Booster Fan CPU A" = "Booster Fan CPU A";
  1562. "Booster Fan CPU B" = "Booster Fan CPU B";
  1563. "Intake Fan" = "Intake Fan";
  1564.  
  1565. "Ambient Light 1" = "Ambient Light 1";
  1566. "Ambient Light 2" = "Ambient Light 2";
  1567.  
  1568. "CPU C" = "CPU C";
  1569. "CPU D" = "CPU D";
  1570. "CPU Supply 1" = "CPU Supply 1";
  1571. "CPU Supply 2" = "CPU Supply 2";
  1572. "CPU Supply 3" = "CPU Supply 3";
  1573. "CPU Voltage Sense" = "CPU Voltage Sense";
  1574. "CPU High Side" = "CPU High Side";
  1575. "DC Input" = "DC Input";
  1576. "12 V Line for Power Control" = "12 V Line for Power Control";
  1577. "DC Voltage Sense" = "DC Voltage Sense";
  1578. "Direct Current Power Supply" = "Direct Current Power Supply";
  1579. "PCIe Slots 12V Rail" = "PCIe Slots 12V Rail";
  1580. "PCIe Slot 1 12V Line" = "PCIe Slot 1 12V Line";
  1581. "PCIe Slot 2 12V Line" = "PCIe Slot 2 12V Line";
  1582. "PCIe Slot 3 12V Line" = "PCIe Slot 3 12V Line";
  1583. "PCIe Slot 4 12V Line" = "PCIe Slot 4 12V Line";
  1584. "PCIe Slot 1 12V Boost Line" = "PCIe Slot 1 12V Boost Line";
  1585. "PCIe Slot 2 12V Boost Line" = "PCIe Slot 2 12V Boost Line";
  1586. "Graphics Processor 1 Voltage Sense" = "Graphics Processor 1 Voltage Sense";
  1587. "Graphics Processor 2 Voltage Sense" = "Graphics Processor 2 Voltage Sense";
  1588. "MXM Graphics Module" = "MXM Graphics Module";
  1589. "Optical Disk Drive" = "Optical Disk Drive";
  1590. "Optical Disk Drive 12V Line" = "Optical Disk Drive 12V Line";
  1591. "Hard Drive 1 12V Line" = "Hard Drive 1 12V Line";
  1592. "Hard Drive 2 12V Line" = "Hard Drive 2 12V Line";
  1593. "Hard Drive 3 12V Line" = "Hard Drive 3 12V Line";
  1594. "Hard Drive 4 12V Line" = "Hard Drive 4 12V Line";
  1595. "Memory VRM Supply 0" = "Memory VRM Supply 0";
  1596. "Memory VRM Supply 1" = "Memory VRM Supply 1";
  1597. "Memory VRM Supply 2" = "Memory VRM Supply 2";
  1598. "Memory VRM Supply A" = "Memory VRM Supply A";
  1599. "Memory VRM Supply B" = "Memory VRM Supply B";
  1600. "Northbridge Core Voltage" = "Northbridge Core Voltage";
  1601. "Power Supply 1 Line 1" = "Power Supply 1 Line 1";
  1602. "Power Supply 1 Line 2" = "Power Supply 1 Line 2";
  1603. "Power Supply 2 Line 1" = "Power Supply 2 Line 1";
  1604. "Power Supply 2 Line 2" = "Power Supply 2 Line 2";
  1605. "Power Bus Voltage Sense" = "Power Bus Voltage Sense";
  1606. "Northbridge" = "Northbridge";
  1607. "Northbridge 2" = "Northbridge 2";
  1608. "Expansion Slot 1" = "Expansion Slot 1";
  1609. "Expansion Slot 2" = "Expansion Slot 2";
  1610. "Expansion Slot 3" = "Expansion Slot 3";
  1611. "Expansion Slot 4" = "Expansion Slot 4";
  1612. "CPU Voltage Regulator Supply 0" = "CPU Voltage Regulator Supply 0";
  1613. "CPU Voltage Regulator Supply 1" = "CPU Voltage Regulator Supply 1";
  1614. "CPU Voltage Regulator Supply 2" = "CPU Voltage Regulator Supply 2";
  1615. "CPU Voltage Regulator Supply 3" = "CPU Voltage Regulator Supply 3";
  1616. "CPU Voltage Regulator Supply 4" = "CPU Voltage Regulator Supply 4";
  1617. "CPU Voltage Regulator Supply 5" = "CPU Voltage Regulator Supply 5";
  1618. "CPU Voltage Regulator Supply 6" = "CPU Voltage Regulator Supply 6";
  1619. "CPU Voltage Regulator Supply 7" = "CPU Voltage Regulator Supply 7";
  1620. "CPU Voltage Regulator Supply 8" = "CPU Voltage Regulator Supply 8";
  1621. "CPU Voltage Regulator Supply 9" = "CPU Voltage Regulator Supply 9";
  1622. "CPU Voltage Regulator Supply A" = "CPU Voltage Regulator Supply A";
  1623. "CPU Voltage Regulator Supply B" = "CPU Voltage Regulator Supply B";
  1624. "CPU Voltage Regulator Supply C" = "CPU Voltage Regulator Supply C";
  1625. "CPU Voltage Regulator Supply D" = "CPU Voltage Regulator Supply D";
  1626. "CPU Voltage Regulator Supply E" = "CPU Voltage Regulator Supply E";
  1627. "CPU Voltage Regulator Supply F" = "CPU Voltage Regulator Supply F";
  1628. "Mainboard Monitoring 0" = "Mainboard Monitoring 0";
  1629. "Mainboard Monitoring 1" = "Mainboard Monitoring 1";
  1630. "Mainboard Monitoring 2" = "Mainboard Monitoring 2";
  1631. "Mainboard Monitoring 3" = "Mainboard Monitoring 3";
  1632. "Mainboard Monitoring 4" = "Mainboard Monitoring 4";
  1633. "Mainboard Monitoring 5" = "Mainboard Monitoring 5";
  1634. "Mainboard Monitoring 6" = "Mainboard Monitoring 6";
  1635. "Mainboard Monitoring 7" = "Mainboard Monitoring 7";
  1636. "Mainboard Monitoring 8" = "Mainboard Monitoring 8";
  1637. "Mainboard Monitoring 9" = "Mainboard Monitoring 9";
  1638. "Battery Current Sense" = "Battery Current Sense";
  1639. "CPU A Front Side Bus Termination" = "CPU A Front Side Bus Termination";
  1640. "CPU B Front Side Bus Termination" = "CPU B Front Side Bus Termination";
  1641. "FireWire Ports" = "FireWire Ports";
  1642.