Changeset 2420 in vbox
- Timestamp:
- Apr 30, 2007 11:52:25 AM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro
r2412 r2420 247 247 248 248 TRANSLATIONS = \ 249 nls/VirtualBox_pl.ts \ 250 nls/VirtualBox_ar.ts \ 249 251 nls/VirtualBox_de.ts \ 250 252 nls/VirtualBox_es.ts \ -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r2402 r2420 1470 1470 { 1471 1471 rc = message (&vboxGlobal().consoleWnd(), type, 1472 tr ("<p>A fatal error has occur ed during virtual machine execution! "1472 tr ("<p>A fatal error has occurred during virtual machine execution! " 1473 1473 "The virtual machine will be powered off. It is suggested to " 1474 1474 "use the clipboard to copy the following error message for " … … 1482 1482 { 1483 1483 rc = message (&vboxGlobal().consoleWnd(), type, 1484 tr ("<p>An error has occur ed during virtual machine execution! "1484 tr ("<p>An error has occurred during virtual machine execution! " 1485 1485 "The error details are shown below. You can try to correct " 1486 1486 "the described error and resume the virtual machine " -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r2400 r2420 149 149 setText (0, QString ("<%1>").arg (aId)); 150 150 setText (1, aId); 151 setText (2, VBoxGlobalSettingsDlg::tr ("<unavailab ie>", "Language"));151 setText (2, VBoxGlobalSettingsDlg::tr ("<unavailable>", "Language")); 152 152 setText (3, VBoxGlobalSettingsDlg::tr ("<unknown>", "Author(s)")); 153 153 } -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui
r2187 r2420 149 149 <property name="whatsThis" stdset="0"> 150 150 <string><qt>Defines the manufacturer filter as an 151 <i>exact match</i> string. An em tpy string will match any151 <i>exact match</i> string. An empty string will match any 152 152 value.</qt></string> 153 153 </property> … … 159 159 <property name="whatsThis" stdset="0"> 160 160 <string><qt>Defines the product name filter as an 161 <i>exact match</i> string. An em tpy string will match any161 <i>exact match</i> string. An empty string will match any 162 162 value.</qt></string> 163 163 </property> … … 169 169 <property name="whatsThis" stdset="0"> 170 170 <string><qt>Defines the serial number filter as an 171 <i>exact match</i> string. An em tpy string will match any171 <i>exact match</i> string. An empty string will match any 172 172 value.</qt></string> 173 173 </property> … … 295 295 <string><qt>Defines the vendor ID filter. The 296 296 <i>exact match</i> string format is <tt>XXXX</tt> where 297 <tt>X</tt> is a hexadecimal digit. An em tpy string will match any297 <tt>X</tt> is a hexadecimal digit. An empty string will match any 298 298 value.</qt></string> 299 299 </property> … … 306 306 <string><qt>Defines the product ID filter. The 307 307 <i>exact match</i> string format is <tt>XXXX</tt> where 308 <tt>X</tt> is a hexadecimal digit. An em tpy string will match any308 <tt>X</tt> is a hexadecimal digit. An empty string will match any 309 309 value.</qt></string> 310 310 </property> … … 318 318 <i>exact match</i> string format is <tt>IIFF</tt> where 319 319 <tt>I</tt> is a decimal digit of the integer part and <tt>F</tt> 320 is a decimal digit of the fractional part. An em tpy string will match any320 is a decimal digit of the fractional part. An empty string will match any 321 321 value.</qt></string> 322 322 </property> … … 328 328 <property name="whatsThis" stdset="0"> 329 329 <string><qt>Defines the host USB port filter as an 330 <i>exact match</i> string. An em tpy string will match any330 <i>exact match</i> string. An empty string will match any 331 331 value.</qt></string> 332 332 </property> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h
r2400 r2420 456 456 "network adapters of this or another VM. After it is removed, these " 457 457 "adapters will no longer work until you correct their settings by " 458 "either choosing a differ net interface name or a different adapter "458 "either choosing a different interface name or a different adapter " 459 459 "attachment type.</p>").arg (iName), 460 460 0, /* autoConfirmId */
Note:
See TracChangeset
for help on using the changeset viewer.