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

Added the Using FS2Crew option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r181 r183  
    631631                 "S_ynchronize the time in FS with the computer's clock")
    632632        self.add("prefs_syncFSTime_tooltip",
    633                  "If this is checked the flight simulator's internal clock "
     633                 "If this is checked, the flight simulator's internal clock "
    634634                 "will always be synchronized to the computer's clock.")
     635        self.add("prefs_usingFS2Crew",
     636                 "Using FS_2Crew")
     637        self.add("prefs_usingFS2Crew_tooltip",
     638                 "If this is checked, the logger will take into account, "
     639                 "that you are using the FS2Crew addon.")
    635640        self.add("prefs_pirepDirectory",
    636641                 "_PIREP directory:")
     
    13351340                 "Ha ez bejelölöd, a szimulátor belső óráját a program "
    13361341                 "szinkronban tartja a számítógép órájával.")
     1342        self.add("prefs_usingFS2Crew",
     1343                 "Használom az FS_2Crew kiegészítőt")
     1344        self.add("prefs_usingFS2Crew_tooltip",
     1345                 "Ha ezt bejelölöd, a program figyelembe veszi, "
     1346                 "hogy az FS2Crew kiegészítőt használod.")
    13371347        self.add("prefs_pirepDirectory",
    13381348                 "_PIREP-ek könyvtára:")
Note: See TracChangeset for help on using the changeset viewer.