Changeset 2868 in vbox for trunk/src/VBox
- Timestamp:
- May 25, 2007 1:06:56 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts
r2863 r2868 2175 2175 <message> 2176 2176 <source><p>Do you want to delete this hard disk's image file <nobr><b>%1</b>?</nobr></p><p>If you select <b>No</b> then the virtual hard disk will be unregistered and removed from the collection, but the image file will be left on your physical disk.</p><p>If you select <b>Yes</b> then the image file will be permanently deleted after unregistering the hard disk. This operation cannot be undone.</p></source> 2177 <translation><p>Хотите ли Вы удалить образ жесткого диска <nobr><b>%1</b>?</nobr></p><p>Если Вы выберете <b>Нет</b>, то виртуальный жесткий диск будет удален из системы (дерегистрирован) и исчезнет из списка, но файл образа останется на вашем физическом диске.</p><p>Если Вы выберете <b>Да</b>, то файл образа будет полностьюудален после дерегистрации жесткого диска. Эту операцию отменить нельзя.</p></translation>2177 <translation><p>Хотите ли Вы удалить образ жесткого диска <nobr><b>%1</b>?</nobr></p><p>Если Вы выберете <b>Нет</b>, то виртуальный жесткий диск будет удален из системы (дерегистрирован) и исчезнет из списка, но файл образа останется на физическом жестком диске.</p><p>Если Вы выберете <b>Да</b>, то файл образа будет физически удален после дерегистрации жесткого диска. Эту операцию отменить нельзя.</p></translation> 2178 2178 </message> 2179 2179 <message> -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r2864 r2868 911 911 wzd.setup (cmachine); 912 912 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); 913 917 } 914 918 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h
r2864 r2868 33 33 *****************************************************************************/ 34 34 35 /* defined in VBoxConsoleWnd.cpp */ 35 36 extern const char *GUI_FirstRun; 36 37 -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui
r2866 r2868 2 2 <class>VBoxVMFirstRunWzd</class> 3 3 <comment> 4 4 5 :mode=html:tabSize=4:indentSize=4:noTabs=true: 5 6 :folding=explicit:collapseFolds=1: 6 7 7 # Copyright (C) 200 6InnoTek Systemberatung GmbH8 # Copyright (C) 2007 InnoTek Systemberatung GmbH 8 9 # 9 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 99 100 </property> 100 101 <property name="text"> 101 <string><p>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 thevirtual machine.</p><p>Use the <b>Next</b> button to go to the next page of the wizard and the <b>Back</b> button to return to the previous page. You can also press <b>Cancel</b> if you want to cancel execution of this wizard.</p></string>102 <string><p>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.</p><p>Use the <b>Next</b> button to go to the next page of the wizard and the <b>Back</b> button to return to the previous page. You can also press <b>Cancel</b> if you want to cancel execution of this wizard.</p></string> 102 103 </property> 103 104 <property name="alignment"> … … 203 204 </property> 204 205 <property name="text"> 205 <string><p>Select the type of media you wantto use for installation purposes below.</p></string>206 <string><p>Select the type of the media you would like to use for installation purposes below.</p></string> 206 207 </property> 207 208 <property name="alignment"> … … 269 270 </property> 270 271 <property name="text"> 271 <string><p>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.</p></string>272 <string><p>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.</p></string> 272 273 </property> 273 274 <property name="alignment"> … … 507 508 </property> 508 509 <property name="text"> 509 <string><p>If the above is correct, press the <b>Finish</b> button. Once you press it, the selected media will temporarily be mounted to the virtual machine and it will continue its execution.</p><p>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.</p><p>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 acorresponding <b>Unmount...</b> action in the <b>Devices</b> menu.</p></string>510 <string><p>If the above is correct, press the <b>Finish</b> button. Once you press it, the selected media will be temporarily mounted on the virtual machine and the machine will start execution.</p><p>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.</p><p>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 <b>Unmount...</b> action in the <b>Devices</b> menu.</p></string> 510 511 </property> 511 512 <property name="alignment"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h
r2866 r2868 6 6 7 7 /* 8 * Copyright (C) 200 6InnoTek Systemberatung GmbH8 * Copyright (C) 2007 InnoTek Systemberatung GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 33 33 *****************************************************************************/ 34 34 35 extern const char *GUI_FirstRun;36 37 35 void VBoxVMFirstRunWzd::init() 38 36 { … … 106 104 { 107 105 machine = aMachine; 108 109 /* clearing GUI_FirstRun extra data key from the machine settings file */110 machine.SetExtraData (GUI_FirstRun, QString::null);111 106 } 112 107
Note:
See TracChangeset
for help on using the changeset viewer.