Changeset 68418 in vbox
- Timestamp:
- Aug 15, 2017 2:11:37 PM (7 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.cpp
r68003 r68418 968 968 /* Translate 'Interface' tab content: */ 969 969 if (!pWidget || pWidget == m_pErrorPaneAutomatic) 970 m_pErrorPaneAutomatic->setToolTip(tr("Host interface <nobr><b>%1</b></nobr> is set to obtain address automatically "971 "but itsDHCP server is not enabled.").arg(m_newData.m_interface.m_strName));970 m_pErrorPaneAutomatic->setToolTip(tr("Host interface <nobr><b>%1</b></nobr> is set to obtain the address automatically " 971 "but the corresponding DHCP server is not enabled.").arg(m_newData.m_interface.m_strName)); 972 972 if (!pWidget || pWidget == m_pErrorPaneIPv4) 973 973 m_pErrorPaneIPv4->setToolTip(tr("Host interface <nobr><b>%1</b></nobr> does not currently have a valid " -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp
r68214 r68418 970 970 { 971 971 setName(QApplication::translate("UIActionPool", "&Machine Tools Menu")); 972 setStatusTip(QApplication::translate("UIActionPool", "Open machine tools menu"));972 setStatusTip(QApplication::translate("UIActionPool", "Open the machine tools menu")); 973 973 } 974 974 }; … … 995 995 { 996 996 setName(QApplication::translate("UIActionPool", "&Details")); 997 setStatusTip(QApplication::translate("UIActionPool", "Open machine details pane"));997 setStatusTip(QApplication::translate("UIActionPool", "Open the machine details pane")); 998 998 } 999 999 }; … … 1020 1020 { 1021 1021 setName(QApplication::translate("UIActionPool", "&Snapshots")); 1022 setStatusTip(QApplication::translate("UIActionPool", "Open machine snapshots pane"));1022 setStatusTip(QApplication::translate("UIActionPool", "Open the machine snapshots pane")); 1023 1023 } 1024 1024 }; … … 1067 1067 { 1068 1068 setName(QApplication::translate("UIActionPool", "&Global Tools Menu")); 1069 setStatusTip(QApplication::translate("UIActionPool", "Open global tools menu"));1069 setStatusTip(QApplication::translate("UIActionPool", "Open the global tools menu")); 1070 1070 } 1071 1071 }; … … 1092 1092 { 1093 1093 setName(QApplication::translate("UIActionPool", "&Virtual Media Manager")); 1094 setStatusTip(QApplication::translate("UIActionPool", "Open Virtual Media Manager"));1094 setStatusTip(QApplication::translate("UIActionPool", "Open the Virtual Media Manager")); 1095 1095 } 1096 1096 }; … … 1117 1117 { 1118 1118 setName(QApplication::translate("UIActionPool", "&Host Network Manager")); 1119 setStatusTip(QApplication::translate("UIActionPool", "Open Host Network Manager"));1119 setStatusTip(QApplication::translate("UIActionPool", "Open the Host Network Manager")); 1120 1120 } 1121 1121 }; -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotPane.cpp
r68315 r68418 509 509 { 510 510 /* Translate snapshot tree: */ 511 m_pSnapshotTree->setWhatsThis(tr("Contains snapshot tree ofcurrent virtual machine"));511 m_pSnapshotTree->setWhatsThis(tr("Contains the snapshot tree of the current virtual machine")); 512 512 513 513 /* Translate actions names: */ -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneGlobal.cpp
r68368 r68418 183 183 "which are currently opened (or can be opened). " 184 184 "They are not related to any particular machine but " 185 "to whole VirtualBox instead. Forlist of currently "185 "to the complete VM collection. For a list of currently " 186 186 "available tools check the corresponding menu at the right " 187 187 "side of the main tool bar located at the top of the window. " 188 "This list will be extended with new tools in thefuture releases.</p>"188 "This list will be extended with new tools in future releases.</p>" 189 189 "<p>You can press the <b>%1</b> key to get instant help, or visit " 190 190 "<a href=https://www.virtualbox.org>www.virtualbox.org</a> " 191 "for the latest information andnews.</p>")191 "for more information and latest news.</p>") 192 192 .arg(QKeySequence(QKeySequence::HelpContents).toString(QKeySequence::NativeText))); 193 193 … … 201 201 "Reflects all the chains of <u>virtual disks</u> you have registered " 202 202 "(per each storage type) within your virtual machines and allows for media " 203 " manipulations like possibility to<u>copy</u>, <u>remove</u>, <u>release</u> "204 "(detach from VMs itcurrently attached to) and observe their properties. "203 "operations like <u>copy</u>, <u>remove</u>, <u>release</u> " 204 "(detach it from VMs where it is currently attached to) and observe their properties. " 205 205 "Allows to <u>edit</u> medium attributes like <u>type</u>, " 206 206 "<u>location/name</u>, <u>description</u> and <u>size</u> (for dynamical storages " … … 210 210 tr("Tool to control host-only network interfaces. " 211 211 "Reflects <u>host-only networks</u>, their DHCP servers and allows " 212 "for network manipulations like possibility to <u>create</u>, <u>remove</u> "212 "for operations on the networks like possibility to <u>create</u>, <u>remove</u> " 213 213 "and observe their properties. Allows to <u>edit</u> various " 214 214 "<u>attributes</u> for host-only interface and corresponding DHCP server.")); -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneMachine.cpp
r68368 r68418 216 216 m_pPaneDesktop->setToolsPaneText( 217 217 tr("<h3>Welcome to VirtualBox!</h3>" 218 "<p>The left part of this window is a list ofall virtual "218 "<p>The left part of this window lists all virtual " 219 219 "machines and virtual machine groups on your computer. " 220 220 "The list is empty now because you haven't created any " … … 225 225 "<p>You can press the <b>%1</b> key to get instant help, or visit " 226 226 "<a href=https://www.virtualbox.org>www.virtualbox.org</a> " 227 "for the latest information andnews.</p>")227 "for more information and latest news.</p>") 228 228 .arg(QKeySequence(QKeySequence::HelpContents).toString(QKeySequence::NativeText))); 229 229 } … … 233 233 m_pPaneDesktop->setToolsPaneText( 234 234 tr("<h3>Welcome to VirtualBox!</h3>" 235 "<p>The left part of this window is a list ofall virtual "235 "<p>The left part of this window lists all virtual " 236 236 "machines and virtual machine groups on your computer.</p>" 237 237 "<p>The right part of this window represents a set of " 238 238 "tools which are currently opened (or can be opened) for " 239 "the currently chosen machine. For list of currently "239 "the currently chosen machine. For a list of currently " 240 240 "available tools check the corresponding menu at the right " 241 241 "side of the main tool bar located at the top of the window. " 242 "This list will be extended with new tools in thefuture releases.</p>"242 "This list will be extended with new tools in future releases.</p>" 243 243 "<p>You can press the <b>%1</b> key to get instant help, or visit " 244 244 "<a href=https://www.virtualbox.org>www.virtualbox.org</a> " 245 "for the latest information andnews.</p>")245 "for more information and latest news.</p>") 246 246 .arg(QKeySequence(QKeySequence::HelpContents).toString(QKeySequence::NativeText))); 247 247 } … … 257 257 tr("Tool to observe virtual machine (VM) details. " 258 258 "Reflects groups of <u>properties</u> for the currently chosen VM and allows " 259 " for basic manipulations on few of them(like the machine storage devices)."));259 "basic operations on certain properties (like the machine storage devices).")); 260 260 QAction *pAction2 = m_pActionPool->action(UIActionIndexST_M_Tools_M_Machine_Snapshots); 261 261 m_pPaneDesktop->addToolDescription(pAction2, 262 262 tr("Tool to control virtual machine (VM) snapshots. " 263 "Reflects <u>snapshots</u> created for the currently chosenVM and allows "264 " for snapshot manipulations like possibility to<u>create</u>, <u>remove</u>, "263 "Reflects <u>snapshots</u> created for the currently selected VM and allows " 264 "snapshot operations like <u>create</u>, <u>remove</u>, " 265 265 "<u>restore</u> (make current) and observe their properties. Allows to " 266 266 "<u>edit</u> snapshot attributes like <u>name</u> and <u>description</u>.")); -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.cpp
r68394 r68418 223 223 QString UIGDetailsSet::description() const 224 224 { 225 return tr("Contains details set of Virtual Machine '%1'").arg(m_pMachineItem->name());225 return tr("Contains the details of virtual machine '%1'").arg(m_pMachineItem->name()); 226 226 } 227 227 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.cpp
r68315 r68418 1418 1418 { 1419 1419 /* Translate information pane tree-view: */ 1420 m_pTreeViewSettings->setWhatsThis(tr(" Lists all the Virtual Systems current Appliance have"));1420 m_pTreeViewSettings->setWhatsThis(tr("Detailed list of all components of all virtual machines of the current appliance")); 1421 1421 1422 1422 /* Translate information pane check-box: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.cpp
r68073 r68418 428 428 { 429 429 m_pLabel->setText(tr("<p>Please choose a filename to export the virtual appliance to.</p>" 430 "<p> <b>Open Virtualization Format</b> supports only "430 "<p>The <b>Open Virtualization Format</b> supports only " 431 431 "<b>ovf</b> or <b>ova</b> extensions. " 432 "<br>If you use an<b>ovf</b> extension, "432 "<br>If you use the <b>ovf</b> extension, " 433 433 "several files will be written separately." 434 "<br>If you use an<b>ova</b> extension, "434 "<br>If you use the <b>ova</b> extension, " 435 435 "all the files will be combined into one Open Virtualization Format archive.</p>" 436 "<p> <b>Oracle Public Cloud Format</b> supports only<b>tar.gz</b> extension."436 "<p>The <b>Oracle Public Cloud Format</b> supports only the <b>tar.gz</b> extension." 437 437 "<br>Each virtual disk file will be written separately.</p>")); 438 438 m_pFileSelector->setFocus();
Note:
See TracChangeset
for help on using the changeset viewer.