Changeset 195:2e20c3d2ad37
- Timestamp:
- 05/20/12 12:28:49 (13 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TODO
r194 r195 1 1 - Make the windows non-resizable. 2 3 - The "Entrance Exam" checkbox should be called "Entrance exam".4 2 5 3 - The PIREP constructor should get the flight object as its argument … … 12 10 - A lamp-like icon for the connection status, 13 11 14 - Information Messages (e. g. flight status -> flight stage)15 16 - NOGO Messages -> NO-GO Messages17 18 12 - Checklist editor: fix the problems with moving files when selecting 19 13 not consecutive files. -
doc/manual/en/index.html
r194 r195 719 719 e.g., the flight stage, the end of an audio checklist, etc.</li> 720 720 <li><b>Fault Messages</b>: messages about the non-NO GO faults the program detects.</li> 721 <li><b>NO -GO Fault Messages</b>: messages about the NO GO faults the program detects</li>721 <li><b>NO GO Fault Messages</b>: messages about the NO GO faults the program detects</li> 722 722 <li><b>Gate System Messages</b>: messages related to the Online 723 723 Gate System. For example, when you have landed at Ferihegy, it can display -
src/mlx/i18n.py
r191 r195 225 225 "is stored as text, and anybody who can access your files will " 226 226 "be able to read it.") 227 self.add("login_entranceExam", "_Entrance Exam")227 self.add("login_entranceExam", "_Entrance exam") 228 228 self.add("login_entranceExam_tooltip", 229 229 "Check this to log in to take your entrance exam.") … … 769 769 self.add("prefs_msgs_type_loggerError", "Logger _Error Messages") 770 770 self.add("prefs_msgs_type_information", 771 "_Information Messages\n(e.g. flight sta tus)")771 "_Information Messages\n(e.g. flight stage)") 772 772 self.add("prefs_msgs_type_fault", 773 773 "_Fault Messages\n(e.g. strobe light fault)") 774 774 self.add("prefs_msgs_type_nogo", 775 "_NO GO Fault messages\n(e.g. MTOW NOGO)")775 "_NO GO Fault messages\n(e.g. MTOW NO GO)") 776 776 self.add("prefs_msgs_type_gateSystem", 777 777 "Ga_te System Messages\n(e.g. available gates)") … … 1485 1485 "Hi_baüzenetek\n(pl. a villogó fény hiba)") 1486 1486 self.add("prefs_msgs_type_nogo", 1487 "_NO GO hibaüzenetek\n(pl. MTOW NOGO)")1487 "_NO GO hibaüzenetek\n(pl. MTOW NO GO)") 1488 1488 self.add("prefs_msgs_type_gateSystem", 1489 1489 "_Kapukezelő rendszer üzenetei\n(pl. a szabad kapuk listája)")
Note:
See TracChangeset
for help on using the changeset viewer.