Changeset 4204 in vbox
- Timestamp:
- Aug 17, 2007 4:25:37 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxDownloaderWgt.cpp
r4071 r4204 177 177 QString target = vboxGlobal().getExistingDirectory ( 178 178 QFileInfo (mTarget).dirPath(), this, "selectSaveDir", 179 tr ("Select folder to save Guest Additions image as"), true);179 tr ("Select folder to save Guest Additions image to"), true); 180 180 if (target.isNull()) 181 181 { -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r4166 r4204 1271 1271 "from the virtual machine <b>%3</b>.</p>" 1272 1272 "<p>Please close all programs in the guest OS that " 1273 "may usethis shared folder and try again.</p>")1273 "may be using this shared folder and try again.</p>") 1274 1274 .arg (aName) 1275 1275 .arg (aPath) … … 1584 1584 "virtual display is currently set to <b>%2 bit</b>.</p>" 1585 1585 "<p>Please open the display properties dialog of the guest OS and " 1586 "select a <b>%3 bit</b> color mode, if it is available, to"1587 " gain maximumperformance of the virtual video subsystem.</p>"1586 "select a <b>%3 bit</b> color mode, if it is available, for " 1587 "best possible performance of the virtual video subsystem.</p>" 1588 1588 "<p><b>Note</b>. Some operating systems, like OS/2, may actually " 1589 1589 "work in 32 bit mode but report it as 24 bit " … … 1602 1602 aParent, 1603 1603 Warning, 1604 tr ("<p>You didn't attach a ny hard disk to the createdvirtual machine. "1605 " As a result, the machine will not be able to boot unless you attach "1606 "a hard disk with theguest operating system or some other bootable "1604 tr ("<p>You didn't attach a hard disk to the new virtual machine. " 1605 "The machine will not be able to boot unless you attach " 1606 "a hard disk with a guest operating system or some other bootable " 1607 1607 "media to it later using the machine settings dialog or the First " 1608 1608 "Run Wizard.</p><p>Do you want to continue?</p>"), -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui
r4071 r4204 114 114 </property> 115 115 <property name="text"> 116 <string><p>You have started a newly created virtual machine for the first time. This wizard will help you to perform the steps necessary for booting an operating system of your choice intothe virtual machine.</p><p>Note that you will not be able to install an operating system into this virtual machine right now because you did not attach any hard disk to it. If this is not what you want, you can cancel execution of this wizard, select <b>Settings</b> from the <b>Machine</b> menu of the main VirtualBox window to access the settings dialog of this machine and change the hard disk configuration.</p><p>Use the <b>Next</b> button to go to the next page of the wizard and the <b>Back</b> button to return to the previous page. You can also press <b>Cancel</b> if you want to cancel execution of this wizard.</p></string>116 <string><p>You have started a newly created virtual machine for the first time. This wizard will help you to perform the steps necessary for booting an operating system of your choice on the virtual machine.</p><p>Note that you will not be able to install an operating system into this virtual machine right now because you did not attach any hard disk to it. If this is not what you want, you can cancel execution of this wizard, select <b>Settings</b> from the <b>Machine</b> menu of the main VirtualBox window to access the settings dialog of this machine and change the hard disk configuration.</p><p>Use the <b>Next</b> button to go to the next page of the wizard and the <b>Back</b> button to return to the previous page. You can also press <b>Cancel</b> if you want to cancel execution of this wizard.</p></string> 117 117 </property> 118 118 <property name="alignment">
Note:
See TracChangeset
for help on using the changeset viewer.