Ignore:
Timestamp:
05/16/12 18:04:55 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for the entrance exam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r183 r184  
    147147        self.add("aircraft_t154", "Tupolev Tu-154")
    148148        self.add("aircraft_yk40", "Yakovlev Yak-40")
     149
     150        self.add("file_filter_all", "All files")
     151        self.add("file_filter_pireps", "PIREP files")
    149152
    150153        self.add("button_ok", "_OK")
     
    221224                 "is stored as text, and anybody who can access your files will "
    222225                 "be able to read it.")
     226        self.add("login_entranceExam", "_Entrance Exam")
     227        self.add("login_entranceExam_tooltip",
     228                 "Check this to log in to take your entrance exam.")
    223229        self.add("button_login", "Logi_n")
    224230        self.add("login_button_tooltip", "Click to log in.")
    225231        self.add("login_busy", "Logging in...")
    226232        self.add("login_invalid", "Invalid pilot's ID or password.")
     233        self.add("login_entranceExam_invalid",
     234                 "Invalid pilot's ID or not registered for exam.")
    227235        self.add("login_invalid_sec",
    228236                 "Check the ID and try to reenter the password.")
     237        self.add("login_entranceExam_invalid_sec",
     238                 "Check the ID and make sure that you are "
     239                 "allowed to take your entrance exam.")
    229240        self.add("login_failconn",
    230241                 "Failed to connect to the MAVA website.")
     
    243254        self.add("flightsel_from", "From")
    244255        self.add("flightsel_to", "To")
     256        self.add("flightsel_load", "Load flight from _file")
     257        self.add("flightsel_load_tooltip",
     258                 "Click here to load a flight from a file, "
     259                 "and add it to the list above.")
     260        self.add("flightsel_load_title", "Load flight from file")
     261        self.add("flightsel_filter_flights", "Flight files")
     262        self.add("flightsel_load_failed",
     263                 "Could not load the flight file")
     264        self.add("flightsel_load_failed_sec",
     265                 "Check the debug log for more details.")
    245266
    246267        self.add("fleet_busy", "Retrieving fleet...")
     
    665686                 "Move down the selected file(s) in the checklist.")
    666687        self.add("chklst_filter_audio", "Audio files")
    667         self.add("chklst_filter_all", "All files")
    668688        self.add("chklst_header", "Checklist files")
    669689
     
    758778
    759779        self.add("loadPIREP_browser_title", "Select the PIREP to load")
    760         self.add("loadPIREP_filter_pireps", "PIREP files")
    761         self.add("loadPIREP_filter_all", "All files")
    762780        self.add("loadPIREP_failed", "Failed to load the PIREP")
    763781        self.add("loadPIREP_failed_sec", "See the debug log for the details.")
     
    821839        self.add("aircraft_t154", "Tupoljev Tu-154")
    822840        self.add("aircraft_yk40", "Jakovlev Jak-40")
     841
     842        self.add("file_filter_all", "Összes fájl")
     843        self.add("file_filter_pireps", "PIREP fájlok")
    823844
    824845        self.add("button_ok", "_OK")
     
    12861307                 "Az ellenőrzőlistából kijelölt fájl(ok) eggyel lejjebb mozgatása.")
    12871308        self.add("chklst_filter_audio", "Audio fájlok")
    1288         self.add("chklst_filter_all", "Összes fájl")
    12891309        self.add("chklst_header", "Ellenőrzőlista fájljai")
    12901310
     
    14461466
    14471467        self.add("loadPIREP_browser_title", "Válaszd ki a betöltendő PIREP-et")
    1448         self.add("loadPIREP_filter_pireps", "PIREP fájlok")
    1449         self.add("loadPIREP_filter_all", "Összes fájl")
    14501468        self.add("loadPIREP_failed", "Nem tudtam betölteni a PIREP-et")
    14511469        self.add("loadPIREP_failed_sec",
Note: See TracChangeset for help on using the changeset viewer.