VirtualBox

Changeset 56091 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 27, 2015 11:36:55 AM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: Runtime UI: Action-pool: NLS consistency fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp

    r56059 r56091  
    9797    {
    9898        setName(QApplication::translate("UIActionPool", "&Settings..."));
    99         setStatusTip(QApplication::translate("UIActionPool", "Manage the virtual machine settings"));
     99        setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window"));
    100100    }
    101101};
     
    167167    {
    168168        setName(QApplication::translate("UIActionPool", "Session I&nformation..."));
    169         setStatusTip(QApplication::translate("UIActionPool", "Show Session Information Window"));
     169        setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine session information window"));
    170170    }
    171171};
     
    269269    {
    270270        setName(QApplication::translate("UIActionPool", "Save State"));
    271         setStatusTip(QApplication::translate("UIActionPool", "Save the machine state of the virtual machine"));
     271        setStatusTip(QApplication::translate("UIActionPool", "Save the state of the virtual machine"));
    272272    }
    273273};
     
    308308    {
    309309        setName(QApplication::translate("UIActionPool", "ACPI Sh&utdown"));
    310         setStatusTip(QApplication::translate("UIActionPool", "Send the ACPI Power Button press event to the virtual machine"));
     310        setStatusTip(QApplication::translate("UIActionPool", "Send the ACPI Shutdown signal to the virtual machine"));
    311311    }
    312312};
     
    636636    {
    637637        setName(QApplication::translate("UIActionPool", "Take Screensh&ot..."));
    638         setStatusTip(QApplication::translate("UIActionPool", "Take a screenshot of the virtual machine"));
     638        setStatusTip(QApplication::translate("UIActionPool", "Take the guest display screenshot"));
    639639    }
    640640};
     
    690690    {
    691691        setName(QApplication::translate("UIActionPool", "&Video Capture Settings..."));
    692         setStatusTip(QApplication::translate("UIActionPool", "Configure video capture settings"));
     692        setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure video capture"));
    693693    }
    694694};
     
    722722    {
    723723        setName(QApplication::translate("UIActionPool", "&Video Capture"));
    724         setStatusTip(QApplication::translate("UIActionPool", "Toggle video capture"));
     724        setStatusTip(QApplication::translate("UIActionPool", "Activate the guest display video capture"));
    725725    }
    726726};
     
    754754    {
    755755        setName(QApplication::translate("UIActionPool", "R&emote Display"));
    756         setStatusTip(QApplication::translate("UIActionPool", "Toggle remote desktop (RDP) connections to this machine"));
     756        setStatusTip(QApplication::translate("UIActionPool", "Allow remote desktop (RDP) connections to this machine"));
    757757    }
    758758};
     
    808808    {
    809809        setName(QApplication::translate("UIActionPool", "&Menu Bar Settings..."));
    810         setStatusTip(QApplication::translate("UIActionPool", "Opens window to configure menu-bar"));
     810        setStatusTip(QApplication::translate("UIActionPool", "Display window to configure menu-bar"));
    811811    }
    812812};
     
    840840    {
    841841        setName(QApplication::translate("UIActionPool", "Show Menu &Bar"));
    842         setStatusTip(QApplication::translate("UIActionPool", "Toggle menu-bar visibility for this machine"));
     842        setStatusTip(QApplication::translate("UIActionPool", "Enable menu-bar visibility"));
    843843    }
    844844};
     
    895895    {
    896896        setName(QApplication::translate("UIActionPool", "&Status Bar Settings..."));
    897         setStatusTip(QApplication::translate("UIActionPool", "Opens window to configure status-bar"));
     897        setStatusTip(QApplication::translate("UIActionPool", "Display window to configure status-bar"));
    898898    }
    899899};
     
    926926    {
    927927        setName(QApplication::translate("UIActionPool", "Show Status &Bar"));
    928         setStatusTip(QApplication::translate("UIActionPool", "Toggle status-bar visibility for this machine"));
     928        setStatusTip(QApplication::translate("UIActionPool", "Enable status-bar visibility"));
    929929    }
    930930};
     
    10281028    {
    10291029        setName(QApplication::translate("UIActionPool", "&Keyboard Settings..."));
    1030         setStatusTip(QApplication::translate("UIActionPool", "Display the global settings window to configure shortcuts"));
     1030        setStatusTip(QApplication::translate("UIActionPool", "Display the global settings window to configure keyboard shortcuts"));
    10311031    }
    10321032};
     
    13021302    {
    13031303        setName(QApplication::translate("UIActionPool", "&Hard Drive Settings..."));
    1304         setStatusTip(QApplication::translate("UIActionPool", "Change the settings of hard drives"));
     1304        setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure hard drives"));
    13051305    }
    13061306};
     
    14101410    {
    14111411        setName(QApplication::translate("UIActionPool", "&Network Settings..."));
    1412         setStatusTip(QApplication::translate("UIActionPool", "Change the settings of network adapters"));
     1412        setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure network adapters"));
    14131413    }
    14141414};
     
    14671467    {
    14681468        setName(QApplication::translate("UIActionPool", "&USB Settings..."));
    1469         setStatusTip(QApplication::translate("UIActionPool", "Change the settings of USB devices"));
     1469        setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure USB devices"));
    14701470    }
    14711471};
     
    15961596    {
    15971597        setName(QApplication::translate("UIActionPool", "&Shared Folders Settings..."));
    1598         setStatusTip(QApplication::translate("UIActionPool", "Create or modify shared folders"));
     1598        setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window to configure shared folders"));
    15991599    }
    16001600};
     
    16311631    {
    16321632        setName(QApplication::translate("UIActionPool", "&Insert Guest Additions CD image..."));
    1633         setStatusTip(QApplication::translate("UIActionPool", "Insert the Guest Additions disk file into the virtual drive"));
     1633        setStatusTip(QApplication::translate("UIActionPool", "Insert the Guest Additions disk file into the virtual optical drive"));
    16341634    }
    16351635};
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