Changeset 714:978b45f883b4


Ignore:
Timestamp:
10/25/15 18:53:15 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
Phase:
public
Message:

Added a further translation

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • locale/en/mlx.po

    r711 r714  
    781781msgstr "Select the descent profile."
    782782
     783msgid "simbrief_calling"
     784msgstr "Calling SimBrief..."
     785
    783786msgid "simbrief_progress_searching_browser"
    784787msgstr "Searching browser..."
  • locale/hu/mlx.po

    r711 r714  
    779779msgstr "Válaszd ki a süllyedési profilt"
    780780
     781msgid "simbrief_calling"
     782msgstr "A SimBrief indítása..."
     783
    781784msgid "simbrief_progress_searching_browser"
    782785msgstr "Böngésző keresése..."
  • src/mlx/gui/flight.py

    r713 r714  
    19721972            self._descentProfile.set_sensitive(False)
    19731973
    1974             self._wizard.gui.beginBusy("Calling SimBrief...")
     1974            self._wizard.gui.beginBusy(xstr("simbrief_calling"))
    19751975
    19761976            cef.startFastTimeout()
Note: See TracChangeset for help on using the changeset viewer.