Changeset 55504 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 29, 2015 8:18:35 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99857
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts
r55438 r55504 901 901 <message> 902 902 <source>&Default Start</source> 903 <translation type="unfinished"></translation>903 <translation>&Normaler Start</translation> 904 904 </message> 905 905 <message> 906 906 <source>S&eparate Start</source> 907 <translation type="unfinished"></translation>907 <translation>&Abgekoppelter Start</translation> 908 908 </message> 909 909 <message> 910 910 <source>Start the selected virtual machines with detachable GUI</source> 911 <translation type="unfinished"></translation>911 <translation>Startet die virtuelle Maschine und erlaubt das Abkoppeln der GUI</translation> 912 912 </message> 913 913 </context> -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r55422 r55504 1780 1780 "" 1781 1781 "<p>For help, please see the Community section on " 1782 "<a href=http ://www.virtualbox.org>http://www.virtualbox.org</a> "1782 "<a href=https://www.virtualbox.org>https://www.virtualbox.org</a> " 1783 1783 "or your support contract. Please provide the contents of the " 1784 1784 "log file <tt>VBox.log</tt> and the image file <tt>VBox.png</tt>, " … … 1806 1806 "" 1807 1807 "<p>For help, please see the Community section on " 1808 "<a href=http ://www.virtualbox.org>http://www.virtualbox.org</a> "1808 "<a href=https://www.virtualbox.org>https://www.virtualbox.org</a> " 1809 1809 "or your support contract. Please provide the contents of the " 1810 1810 "log file <tt>VBox.log</tt>, " … … 2101 2101 alert(windowManager().networkManagerOrMainWindowShown(), MessageType_Info, 2102 2102 tr("<p>A new version of VirtualBox has been released! Version <b>%1</b> is available " 2103 "at <a href=\"http ://www.virtualbox.org/\">virtualbox.org</a>.</p>"2103 "at <a href=\"https://www.virtualbox.org/\">virtualbox.org</a>.</p>" 2104 2104 "<p>You can download this version using the link:</p>" 2105 2105 "<p><a href=%2>%3</a></p>") … … 2595 2595 void UIMessageCenter::sltShowHelpWebDialog() 2596 2596 { 2597 vboxGlobal().openURL("http ://www.virtualbox.org");2597 vboxGlobal().openURL("https://www.virtualbox.org"); 2598 2598 } 2599 2599 -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r55417 r55504 931 931 "<p>You can press the <b>%1</b> key to get instant help, " 932 932 "or visit " 933 "<a href=http ://www.virtualbox.org>www.virtualbox.org</a> "933 "<a href=https://www.virtualbox.org>www.virtualbox.org</a> " 934 934 "for the latest information and news.</p>") 935 935 .arg(QKeySequence(QKeySequence::HelpContents).toString(QKeySequence::NativeText)));
Note:
See TracChangeset
for help on using the changeset viewer.