VirtualBox

Changeset 37753 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 4, 2011 10:09:18 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72623
Message:

FE/Qt: 5763: Create CPU execution cap UI in Machine settings / System page: NLS update.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r37735 r37753  
    16501650                                                       tr ("<nobr>%1</nobr>", "details report"))
    16511651                       .arg (aMachine.GetCPUCount())
    1652                      + QString (sSectionItemTpl2).arg (tr ("CPU Execution Cap", "details report"),
     1652                     + QString (sSectionItemTpl2).arg (tr ("Execution Cap", "details report"),
    16531653                                                       tr ("<nobr>%1%</nobr>", "details report"))
    16541654                       .arg (aMachine.GetCPUExecutionCap())
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp

    r37712 r37753  
    577577                    .arg(VBoxGlobal::tr("VT-x/AMD-V", "details report"), virtualization)
    578578                    .arg(VBoxGlobal::tr("Nested Paging"), nestedPaging)
    579                     .arg(VBoxGlobal::tr("CPU Execution Cap", "details report"), strCPUExecCap));
     579                    .arg(VBoxGlobal::tr("Execution Cap", "details report"), strCPUExecCap));
    580580
    581581        int cpuCount = console.GetMachine().GetCPUCount();
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp

    r37712 r37753  
    597597
    598598#ifdef VBOX_WITH_FULL_DETAILS_REPORT
    599             /* CPU Execution Cap
     599            /* Execution Cap
    600600             * is NOT such important attribute to be reflected in details page... */
    601601            int iCPUExecCap = m_machine.GetCPUExecutionCap();
    602602            if (iCPUExecCap < 100)
    603                 item += sSectionItemTpl2.arg(tr("CPU Execution Cap", "details report"),
     603                item += sSectionItemTpl2.arg(tr("Execution Cap", "details report"),
    604604                                             tr("<nobr>%1%</nobr>", "details report"))
    605605                    .arg(iCPUExecCap);
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp

    r37712 r37753  
    456456    if (mSlCPUExecCap->value() < (int)mMedGuestCPUExecCap)
    457457    {
    458         aWarning = tr("you have set CPU execution cap to low value, which may "
    459                       "distort audio and have other side effects.");
     458        aWarning = tr("you have set the processor execution cap to a low value. "
     459                      "This can make the machine feel slow to respond.");
    460460        return true;
    461461    }
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui

    r37715 r37753  
    547547         </property>
    548548         <property name="text">
    549           <string>&amp;CPU Execution Cap:</string>
     549          <string>&amp;Execution Cap:</string>
    550550         </property>
    551551         <property name="alignment">
     
    565565          <widget class="QIAdvancedSlider" name="mSlCPUExecCap">
    566566           <property name="whatsThis">
    567             <string>Limits the amount of time that each virtual CPU is allowed to run for. Each virtual CPU will be allowed to use up to this percentage of the processing time available on one physical CPU. The execution cap can be disabled by setting it to 100%.</string>
     567            <string>Limits the amount of time that each virtual CPU is allowed to run for. Each virtual CPU will be allowed to use up to this percentage of the processing time available on one physical CPU. The execution cap can be disabled by setting it to 100%. Setting the cap too low can make the machine feel slow to respond.</string>
    568568           </property>
    569569           <property name="maximum">
     
    638638         </property>
    639639         <property name="whatsThis">
    640           <string>Limits the amount of time that each virtual CPU is allowed to run for. Each virtual CPU will be allowed to use up to this percentage of the processing time available on one physical CPU. The execution cap can be disabled by setting it to 100%.</string>
     640          <string>Limits the amount of time that each virtual CPU is allowed to run for. Each virtual CPU will be allowed to use up to this percentage of the processing time available on one physical CPU. The execution cap can be disabled by setting it to 100%. Setting the cap too low can make the machine feel slow to respond.</string>
    641641         </property>
    642642        </widget>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette