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

Implemented FS time synchronization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r147 r148  
    616616                 "If this is checked, the time of the flare will be calculated "
    617617                 "from timestamps returned by the simulator.")
     618        self.add("prefs_syncFSTime",
     619                 "_Synchronize the time in FS with the computer's clock")
     620        self.add("prefs_syncFSTime_tooltip",
     621                 "If this is checked the flight simulator's internal clock "
     622                 "will always be synchronized to the computer's clock.")
    618623        self.add("prefs_update_auto", "Update the program auto_matically")
    619624        self.add("prefs_update_auto_tooltip",
     
    11641169                 "Ha ezt bejelölöd, a kilebegtetés idejét a szimulátor "
    11651170                 "által visszaadott időbélyegek alapján számolja a program.")
     1171        self.add("prefs_syncFSTime",
     1172                 "_Szinkronizáld a szimulátor idéjét a számítógépével")
     1173        self.add("prefs_syncFSTime_tooltip",
     1174                 "Ha ez bejelölöd, a szimulátor belső óráját a program "
     1175                 "szinkronban tartja a számítógép órájával.")
    11661176        self.add("prefs_update_auto",
    11671177                 "Frissítsd a programot _automatikusan")
Note: See TracChangeset for help on using the changeset viewer.