Changeset 18410 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 27, 2009 3:56:22 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxImportApplianceWzd.cpp
r18397 r18410 100 100 void VBoxImportLicenseViewer::save() 101 101 { 102 QString fileName = vboxGlobal().getSaveFileName (vboxGlobal().documentsPath(), tr("Text (*.txt)"), this, tr("S elect a file to save into..."));102 QString fileName = vboxGlobal().getSaveFileName (vboxGlobal().documentsPath(), tr("Text (*.txt)"), this, tr("Save license to file...")); 103 103 if (!fileName.isEmpty()) 104 104 { -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r18402 r18410 319 319 return askForOverridingFileIfExists (existingFiles.at (0), aParent); 320 320 else if (existingFiles.size() > 1) 321 return messageYesNo (aParent, Question, tr ("The following files exists already:<br /><br />%1<br /><br />Are you sure you want to replace them? Replacing them will overwrite their contents.").arg (existingFiles.join ("<br />")));321 return messageYesNo (aParent, Question, tr ("The following files already exist:<br /><br />%1<br /><br />Are you sure you want to replace them? Replacing them will overwrite their contents.").arg (existingFiles.join ("<br />"))); 322 322 else 323 323 return true; … … 338 338 message 339 339 (0, Warning, 340 tr ("You 're running a prerelease version of VirtualBox. "341 "This version is not designedfor production use."));340 tr ("You are running a prerelease version of VirtualBox. " 341 "This version is not suitable for production use.")); 342 342 } 343 343 … … 752 752 return messageOkCancel (mainWindowShown(), Error, 753 753 tr ("<p>VT-x/AMD-V hardware acceleration has been enabled, but is " 754 "not operational. Your 64 bit sguest will fail to detect a 64 "755 "bit sCPU and will not be able to boot.</p><p>Please check if you "754 "not operational. Your 64 bit guest will fail to detect a 64 " 755 "bit CPU and will not be able to boot.</p><p>Please check if you " 756 756 "have enabled VT-x/AMD-V properly in the BIOS of your host " 757 757 "computer.</p>"), … … 1050 1050 "If you disable the additional controller, all these hard disks " 1051 1051 "will be automatically detached.</p>" 1052 "<p>Are you sure thatyou want to "1052 "<p>Are you sure you want to " 1053 1053 "disable the additional controller?</p>"), 1054 1054 0 /* aAutoConfirmId */, … … 1062 1062 "If you change the additional controller, all these hard disks " 1063 1063 "will be automatically detached.</p>" 1064 "<p>Are you sure thatyou want to "1064 "<p>Are you sure you want to " 1065 1065 "change the additional controller?</p>"), 1066 1066 0 /* aAutoConfirmId */, … … 2010 2010 message (aParent ? aParent : mainWindowShown(), 2011 2011 Error, 2012 tr ("Failed to create a n appliance."));2012 tr ("Failed to create appliance.")); 2013 2013 }else 2014 2014 { -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxImportApplianceWzd.ui
r18397 r18410 107 107 p, li { white-space: pre-wrap; } 108 108 </style></head><body> 109 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This wizard will you guide to the process ofimporting an appliance. </p>109 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This wizard will guide you through importing an appliance. </p> 110 110 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Use the <span style=" font-weight:600;">Next</span> button to go the next page of the wizard and the <span style=" font-weight:600;">Back</span> button to return to the previous page.</p> 111 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> In order to import an appliance, you have to select a file describing the appliance first. Currently VirtualBox supports the Open Virtualization Format (OVF). To continue, select the file to import below:</p></body></html></string>111 <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To import an appliance you first have to select a file describing the appliance. Currently VirtualBox supports the Open Virtualization Format (OVF). To continue, select below the file describing the appliance you wish to import:</p></body></html></string> 112 112 </property> 113 113 <property name="wordWrap"> … … 263 263 </property> 264 264 <property name="text"> 265 <string>These are the virtual machines as described in the appliance with their suggested mappings for importing into VirtualBox. You can change many of the shown properties by double-clicking on the items and disable others by clicking on the check boxes below.</string>265 <string>These are the Virtual Machines as described in the appliance. VirtualBox has done some initial mapping of various values. You can change most of the properties shown by double clicking on the items. To disable an item use the check box next to it.</string> 266 266 </property> 267 267 <property name="wordWrap">
Note:
See TracChangeset
for help on using the changeset viewer.