- Timestamp:
- Jun 8, 2009 9:18:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r20275 r20386 1479 1479 ? tr ("Enabled", "details report (PAE/NX)") 1480 1480 : tr ("Disabled", "details report (PAE/NX)"); 1481 #endif /* VBOX_WITH_FULL_DETAILS_REPORT */ 1481 1482 1482 1483 /* VT-x/AMD-V */ … … 1489 1490 ? tr ("Enabled", "details report (Nested Paging)") 1490 1491 : tr ("Disabled", "details report (Nested Paging)"); 1491 #endif /* VBOX_WITH_FULL_DETAILS_REPORT */1492 1492 1493 1493 QString item = QString (sSectionItemTpl2).arg (tr ("Base Memory", "details report"), … … 1502 1502 + QString (sSectionItemTpl2).arg (tr ("IO APIC", "details report"), ioapic) 1503 1503 + QString (sSectionItemTpl2).arg (tr ("PAE/NX", "details report"), pae) 1504 #endif /* VBOX_WITH_FULL_DETAILS_REPORT */ 1504 1505 + QString (sSectionItemTpl2).arg (tr ("VT-x/AMD-V", "details report"), virt) 1505 1506 + QString (sSectionItemTpl2).arg (tr ("Nested Paging", "details report"), nested) 1506 #endif /* VBOX_WITH_FULL_DETAILS_REPORT */1507 1507 ; 1508 1508 … … 1511 1511 .arg (2 + 8) /* rows */ 1512 1512 #else 1513 .arg (2 + 3) /* rows */1513 .arg (2 + 5) /* rows */ 1514 1514 #endif /* VBOX_WITH_FULL_DETAILS_REPORT */ 1515 1515 .arg (":/chipset_16px.png", /* icon */ … … 1544 1544 if (srv.GetEnabled()) 1545 1545 item += QString (sSectionItemTpl2) 1546 .arg (tr (" VRDPServer Port", "details report (VRDP Server)"))1546 .arg (tr ("Remote Display Server Port", "details report (VRDP Server)")) 1547 1547 .arg (srv.GetPort()); 1548 1548 else 1549 1549 item += QString (sSectionItemTpl2) 1550 .arg (tr (" VRDPServer", "details report (VRDP Server)"))1550 .arg (tr ("Remote Display Server", "details report (VRDP Server)")) 1551 1551 .arg (tr ("Disabled", "details report (VRDP Server)")); 1552 1552 ++ rows;
Note:
See TracChangeset
for help on using the changeset viewer.