Changeset 56091 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 27, 2015 11:36:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r56059 r56091 97 97 { 98 98 setName(QApplication::translate("UIActionPool", "&Settings...")); 99 setStatusTip(QApplication::translate("UIActionPool", " Manage the virtual machine settings"));99 setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window")); 100 100 } 101 101 }; … … 167 167 { 168 168 setName(QApplication::translate("UIActionPool", "Session I&nformation...")); 169 setStatusTip(QApplication::translate("UIActionPool", " Show Session Information Window"));169 setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine session information window")); 170 170 } 171 171 }; … … 269 269 { 270 270 setName(QApplication::translate("UIActionPool", "Save State")); 271 setStatusTip(QApplication::translate("UIActionPool", "Save the machinestate of the virtual machine"));271 setStatusTip(QApplication::translate("UIActionPool", "Save the state of the virtual machine")); 272 272 } 273 273 }; … … 308 308 { 309 309 setName(QApplication::translate("UIActionPool", "ACPI Sh&utdown")); 310 setStatusTip(QApplication::translate("UIActionPool", "Send the ACPI Power Button press eventto the virtual machine"));310 setStatusTip(QApplication::translate("UIActionPool", "Send the ACPI Shutdown signal to the virtual machine")); 311 311 } 312 312 }; … … 636 636 { 637 637 setName(QApplication::translate("UIActionPool", "Take Screensh&ot...")); 638 setStatusTip(QApplication::translate("UIActionPool", "Take a screenshot of the virtual machine"));638 setStatusTip(QApplication::translate("UIActionPool", "Take the guest display screenshot")); 639 639 } 640 640 }; … … 690 690 { 691 691 setName(QApplication::translate("UIActionPool", "&Video Capture Settings...")); 692 setStatusTip(QApplication::translate("UIActionPool", " Configure video capture settings"));692 setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure video capture")); 693 693 } 694 694 }; … … 722 722 { 723 723 setName(QApplication::translate("UIActionPool", "&Video Capture")); 724 setStatusTip(QApplication::translate("UIActionPool", " Togglevideo capture"));724 setStatusTip(QApplication::translate("UIActionPool", "Activate the guest display video capture")); 725 725 } 726 726 }; … … 754 754 { 755 755 setName(QApplication::translate("UIActionPool", "R&emote Display")); 756 setStatusTip(QApplication::translate("UIActionPool", " Toggleremote desktop (RDP) connections to this machine"));756 setStatusTip(QApplication::translate("UIActionPool", "Allow remote desktop (RDP) connections to this machine")); 757 757 } 758 758 }; … … 808 808 { 809 809 setName(QApplication::translate("UIActionPool", "&Menu Bar Settings...")); 810 setStatusTip(QApplication::translate("UIActionPool", " Openswindow to configure menu-bar"));810 setStatusTip(QApplication::translate("UIActionPool", "Display window to configure menu-bar")); 811 811 } 812 812 }; … … 840 840 { 841 841 setName(QApplication::translate("UIActionPool", "Show Menu &Bar")); 842 setStatusTip(QApplication::translate("UIActionPool", " Toggle menu-bar visibility for this machine"));842 setStatusTip(QApplication::translate("UIActionPool", "Enable menu-bar visibility")); 843 843 } 844 844 }; … … 895 895 { 896 896 setName(QApplication::translate("UIActionPool", "&Status Bar Settings...")); 897 setStatusTip(QApplication::translate("UIActionPool", " Openswindow to configure status-bar"));897 setStatusTip(QApplication::translate("UIActionPool", "Display window to configure status-bar")); 898 898 } 899 899 }; … … 926 926 { 927 927 setName(QApplication::translate("UIActionPool", "Show Status &Bar")); 928 setStatusTip(QApplication::translate("UIActionPool", " Toggle status-bar visibility for this machine"));928 setStatusTip(QApplication::translate("UIActionPool", "Enable status-bar visibility")); 929 929 } 930 930 }; … … 1028 1028 { 1029 1029 setName(QApplication::translate("UIActionPool", "&Keyboard Settings...")); 1030 setStatusTip(QApplication::translate("UIActionPool", "Display the global settings window to configure shortcuts"));1030 setStatusTip(QApplication::translate("UIActionPool", "Display the global settings window to configure keyboard shortcuts")); 1031 1031 } 1032 1032 }; … … 1302 1302 { 1303 1303 setName(QApplication::translate("UIActionPool", "&Hard Drive Settings...")); 1304 setStatusTip(QApplication::translate("UIActionPool", " Change the settings ofhard drives"));1304 setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure hard drives")); 1305 1305 } 1306 1306 }; … … 1410 1410 { 1411 1411 setName(QApplication::translate("UIActionPool", "&Network Settings...")); 1412 setStatusTip(QApplication::translate("UIActionPool", " Change the settings ofnetwork adapters"));1412 setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure network adapters")); 1413 1413 } 1414 1414 }; … … 1467 1467 { 1468 1468 setName(QApplication::translate("UIActionPool", "&USB Settings...")); 1469 setStatusTip(QApplication::translate("UIActionPool", " Change the settings ofUSB devices"));1469 setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure USB devices")); 1470 1470 } 1471 1471 }; … … 1596 1596 { 1597 1597 setName(QApplication::translate("UIActionPool", "&Shared Folders Settings...")); 1598 setStatusTip(QApplication::translate("UIActionPool", " Create or modifyshared folders"));1598 setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure shared folders")); 1599 1599 } 1600 1600 }; … … 1631 1631 { 1632 1632 setName(QApplication::translate("UIActionPool", "&Insert Guest Additions CD image...")); 1633 setStatusTip(QApplication::translate("UIActionPool", "Insert the Guest Additions disk file into the virtual drive"));1633 setStatusTip(QApplication::translate("UIActionPool", "Insert the Guest Additions disk file into the virtual optical drive")); 1634 1634 } 1635 1635 };
Note:
See TracChangeset
for help on using the changeset viewer.