VirtualBox

Changeset 11742

Show
Ignore:
Timestamp:
08/28/08 10:19:41 (3 months ago)
Author:
vboxsync
Message:

FE/Qt4: Added missing tr's.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSnapshotsWgt.cpp

    r11530 r11742  
    672672    Ui::VBoxSnapshotsWgt::retranslateUi (this); 
    673673 
    674     mDiscardSnapshotAction->setText ("&Discard Snapshot"); 
    675     mTakeSnapshotAction->setText ("Take &Snapshot"); 
    676     mRevertToCurSnapAction->setText ("&Revert to Current Snapshot"); 
    677     mDiscardCurSnapAndStateAction->setText ("D&iscard Current Snapshot and State"); 
    678     mShowSnapshotDetailsAction->setText ("S&how Details"); 
    679  
    680     mDiscardSnapshotAction->setStatusTip ("Discard the selected snapshot of the virtual machine"); 
    681     mTakeSnapshotAction->setStatusTip ("Take a snapshot of the current virtual machine state"); 
    682     mRevertToCurSnapAction->setStatusTip ("Restore the virtual machine state from the state stored in the current snapshot"); 
    683     mDiscardCurSnapAndStateAction->setStatusTip ("Discard the current snapshot and revert the machine to the state it had before the snapshot was taken"); 
    684     mShowSnapshotDetailsAction->setStatusTip ("Show details of the selected snapshot"); 
     674    mDiscardSnapshotAction->setText (tr ("&Discard Snapshot")); 
     675    mTakeSnapshotAction->setText (tr ("Take &Snapshot")); 
     676    mRevertToCurSnapAction->setText (tr ("&Revert to Current Snapshot")); 
     677    mDiscardCurSnapAndStateAction->setText (tr ("D&iscard Current Snapshot and State")); 
     678    mShowSnapshotDetailsAction->setText (tr ("S&how Details")); 
     679 
     680    mDiscardSnapshotAction->setStatusTip (tr ("Discard the selected snapshot of the virtual machine")); 
     681    mTakeSnapshotAction->setStatusTip (tr ("Take a snapshot of the current virtual machine state")); 
     682    mRevertToCurSnapAction->setStatusTip (tr ("Restore the virtual machine state from the state stored in the current snapshot")); 
     683    mDiscardCurSnapAndStateAction->setStatusTip (tr ("Discard the current snapshot and revert the machine to the state it had before the snapshot was taken")); 
     684    mShowSnapshotDetailsAction->setStatusTip (tr ("Show details of the selected snapshot")); 
    685685} 
    686686 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy