Changeset 6652 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 31, 2008 11:49:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h
r6630 r6652 180 180 mNamesMap ["/Devices/ATA1/Unit1/ReadBytes"] = tr ("Amount of data read"); 181 181 mNamesMap ["/Devices/ATA1/Unit1/WrittenBytes"] = tr ("Amount of data written"); 182 183 mNamesMap ["/Devices/PCNet0/TransmitBytes"] = tr ("Amount of bytes transmitted"); 184 mNamesMap ["/Devices/PCNet0/ReceiveBytes"] = tr ("Amount of bytes received"); 185 mNamesMap ["/Devices/PCNet1/TransmitBytes"] = tr ("Amount of bytes transmitted"); 186 mNamesMap ["/Devices/PCNet1/ReceiveBytes"] = tr ("Amount of bytes received"); 182 187 183 188 /* Statistics page update. */ … … 426 431 427 432 /* Network Adapters Statistics. Counters are currently missed. */ 428 // result += hdrRow.arg ("nw_16px.png").arg (tr ("DummyNetwork Adapters Statistics"));429 // result += subRow.arg (tr ("Dummy Adapter 1")).arg (tr ("DummyAdapter 2"));430 // result += composeArticle ("B", 6, 7, 14, 15);433 result += hdrRow.arg ("nw_16px.png").arg (tr ("Network Adapters Statistics")); 434 result += subRow.arg (tr ("Adapter 1")).arg (tr ("Adapter 2")); 435 result += composeArticle ("B", 16, 17, 18, 19); 431 436 432 437 /* Show full composed page. */
Note:
See TracChangeset
for help on using the changeset viewer.