Ignore:
Timestamp:
05/01/12 17:36:39 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Further enhanced the fuel widget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r143 r144  
    306306        self.add("fuel_get_busy", "Querying fuel information...")
    307307        self.add("fuel_pump_busy", "Pumping fuel...")
     308        self.add("fuel_tank_tooltip",
     309                 "This part displays the current level of the fuel in the "
     310                 "compared to its capacity. The "
     311                 '<span color="turquoise">turquoise</span> '
     312                 "slider shows the level that should be loaded into the tank "
     313                 "for the flight. You can click anywhere in the widget to "
     314                 "move the slider there. Or you can grab it by holding down "
     315                 "the left button of your mouse, and move the pointer up or "
     316                 "down. The scroll wheel on your mouse also increments or "
     317                 "decrements the amount of fuel by 10. If you hold down "
     318                 "the <b>Shift</b> key while scrolling, the steps will be "
     319                 "100, or with the <b>Control</b> key, 1.")
    308320
    309321        self.add("route_title", "Route")
     
    831843        self.add("fuel_get_busy", "Az üzemanyag lekérdezése...")
    832844        self.add("fuel_pump_busy", "Az üzemanyag pumpálása...")
     845        self.add("fuel_tank_tooltip",
     846                 "Ez mutatja az üzemanyag szintjét a tartályban annak "
     847                 "kapacitásához mérve. A "
     848                 '<span color="turquoise">türkizkék</span> '
     849                 "csúszka mutatja a repüléshez kívánt szintet. "
     850                 "Ha a bal gombbal bárhová kattintasz az ábrán, a csúszka "
     851                 "odaugrik. Ha a gombot lenyomva tartod, és az egérmutatót "
     852                 "föl-le mozgatod, a csúszka követi azt. Az egered görgőjével "
     853                 "is kezelheted a csúszkát. Alaphelyzetben az üzemanyag "
     854                 "mennyisége 10-zel nő, illetve csökken a görgetés irányától "
     855                 "függően. Ha a <b>Shift</b> billentyűt lenyomva tartod, "
     856                 "növekmény 100, a <b>Control</b> billentyűvel pedig 1 lesz.")
    833857
    834858        self.add("route_title", "Útvonal")
Note: See TracChangeset for help on using the changeset viewer.