VirtualBox

Changeset 2868 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 25, 2007 1:06:56 PM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: Minor corrections of the First Run Wizard.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts

    r2863 r2868  
    21752175    <message>
    21762176        <source>&lt;p&gt;Do you want to delete this hard disk&apos;s image file &lt;nobr&gt;&lt;b&gt;%1&lt;/b&gt;?&lt;/nobr&gt;&lt;/p&gt;&lt;p&gt;If you select &lt;b&gt;No&lt;/b&gt; then the virtual hard disk will be unregistered and removed from the collection, but the image file will be left on your physical disk.&lt;/p&gt;&lt;p&gt;If you select &lt;b&gt;Yes&lt;/b&gt; then the image file will be permanently deleted after unregistering the hard disk. This operation cannot be undone.&lt;/p&gt;</source>
    2177         <translation>&lt;p&gt;Хотите ли Вы удалить образ жесткого диска &lt;nobr&gt;&lt;b&gt;%1&lt;/b&gt;?&lt;/nobr&gt;&lt;/p&gt;&lt;p&gt;Если Вы выберете &lt;b&gt;Нет&lt;/b&gt;, то виртуальный жесткий диск будет удален из системы (дерегистрирован) и исчезнет из списка, но файл образа останется на вашем физическом диске.&lt;/p&gt;&lt;p&gt;Если Вы выберете &lt;b&gt;Да&lt;/b&gt;, то файл образа будет полностью удален после дерегистрации жесткого диска. Эту операцию отменить нельзя.&lt;/p&gt;</translation>
     2177        <translation>&lt;p&gt;Хотите ли Вы удалить образ жесткого диска &lt;nobr&gt;&lt;b&gt;%1&lt;/b&gt;?&lt;/nobr&gt;&lt;/p&gt;&lt;p&gt;Если Вы выберете &lt;b&gt;Нет&lt;/b&gt;, то виртуальный жесткий диск будет удален из системы (дерегистрирован) и исчезнет из списка, но файл образа останется на физическом жестком диске.&lt;/p&gt;&lt;p&gt;Если Вы выберете &lt;b&gt;Да&lt;/b&gt;, то файл образа будет физически удален после дерегистрации жесткого диска. Эту операцию отменить нельзя.&lt;/p&gt;</translation>
    21782178    </message>
    21792179    <message>
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r2864 r2868  
    911911        wzd.setup (cmachine);
    912912        wzd.exec();
     913
     914        /* Remove GUI_FirstRun extra data key from the machine settings
     915         * file after showing the wizard once. */
     916        cmachine.SetExtraData (GUI_FirstRun, QString::null);
    913917    }
    914918
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h

    r2864 r2868  
    3333*****************************************************************************/
    3434
     35/* defined in VBoxConsoleWnd.cpp */
    3536extern const char *GUI_FirstRun;
    3637
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui

    r2866 r2868  
    22<class>VBoxVMFirstRunWzd</class>
    33<comment>
     4
    45:mode=html:tabSize=4:indentSize=4:noTabs=true:
    56:folding=explicit:collapseFolds=1:
    67
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     8# Copyright (C) 2007 InnoTek Systemberatung GmbH
    89#
    910# This file is part of VirtualBox Open Source Edition (OSE), as
     
    99100                        </property>
    100101                        <property name="text">
    101                             <string>&lt;p&gt;You have started a newly created virtual machine for the first time. This wizard will help you to perform steps necessary to install an operating system of your choice into the virtual machine.&lt;/p&gt;&lt;p&gt;Use the &lt;b&gt;Next&lt;/b&gt; button to go to the next page of the wizard and the &lt;b&gt;Back&lt;/b&gt; button to return to the previous page. You can also press &lt;b&gt;Cancel&lt;/b&gt; if you want to cancel execution of this wizard.&lt;/p&gt;</string>
     102                            <string>&lt;p&gt;You have started a newly created virtual machine for the first time. This wizard will help you to perform the steps necessary for installing an operating system of your choice onto this virtual machine.&lt;/p&gt;&lt;p&gt;Use the &lt;b&gt;Next&lt;/b&gt; button to go to the next page of the wizard and the &lt;b&gt;Back&lt;/b&gt; button to return to the previous page. You can also press &lt;b&gt;Cancel&lt;/b&gt; if you want to cancel execution of this wizard.&lt;/p&gt;</string>
    102103                        </property>
    103104                        <property name="alignment">
     
    203204                        </property>
    204205                        <property name="text">
    205                             <string>&lt;p&gt;Select the type of media you want to use for installation purposes below.&lt;/p&gt;</string>
     206                            <string>&lt;p&gt;Select the type of the media you would like to use for installation purposes below.&lt;/p&gt;</string>
    206207                        </property>
    207208                        <property name="alignment">
     
    269270                        </property>
    270271                        <property name="text">
    271                             <string>&lt;p&gt;Select a media that contains the setup program of the operating system you want to install. This media must be bootable, otherwise nothing will happen.&lt;/p&gt;</string>
     272                            <string>&lt;p&gt;Select the media which contains the setup program of the operating system you want to install. This media must be bootable, otherwise the setup program will not be able to start.&lt;/p&gt;</string>
    272273                        </property>
    273274                        <property name="alignment">
     
    507508                        </property>
    508509                        <property name="text">
    509                             <string>&lt;p&gt;If the above is correct, press the &lt;b&gt;Finish&lt;/b&gt; button. Once you press it, the selected media will temporarily be mounted to the virtual machine and it will continue its execution.&lt;/p&gt;&lt;p&gt;Please note that when you close the virtual machine, the specified media will be automatically unmounted and the boot device will be set back to the first hard disk.&lt;/p&gt;&lt;p&gt;Depending on the type of the setup program and installation media, you may need to manually unmount (eject) the media after the setup program reboots the virtual machine, to prevent booting from it again. You can do it by selecting a corresponding &lt;b&gt;Unmount...&lt;/b&gt; action in the &lt;b&gt;Devices&lt;/b&gt; menu.&lt;/p&gt;</string>
     510                            <string>&lt;p&gt;If the above is correct, press the &lt;b&gt;Finish&lt;/b&gt; button. Once you press it, the selected media will be temporarily mounted on the virtual machine and the machine will start execution.&lt;/p&gt;&lt;p&gt;Please note that when you close the virtual machine, the specified media will be automatically unmounted and the boot device will be set back to the first hard disk.&lt;/p&gt;&lt;p&gt;Depending on the type of the setup program, you may need to manually unmount (eject) the media after the setup program reboots the virtual machine, to prevent the installation process from starting again. You can do this by selecting the corresponding &lt;b&gt;Unmount...&lt;/b&gt; action in the &lt;b&gt;Devices&lt;/b&gt; menu.&lt;/p&gt;</string>
    510511                        </property>
    511512                        <property name="alignment">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h

    r2866 r2868  
    66
    77/*
    8  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     8 * Copyright (C) 2007 InnoTek Systemberatung GmbH
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3333*****************************************************************************/
    3434
    35 extern const char *GUI_FirstRun;
    36 
    3735void VBoxVMFirstRunWzd::init()
    3836{
     
    106104{
    107105    machine = aMachine;
    108 
    109     /* clearing GUI_FirstRun extra data key from the machine settings file */
    110     machine.SetExtraData (GUI_FirstRun, QString::null);
    111106}
    112107
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette