Ignore:
Timestamp:
05/31/12 14:59:58 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

It is now possible to cancel a flight and to start a new one at the end and also to refresh the list of flights.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r199 r208  
    157157        self.add("button_no", "_No")
    158158        self.add("button_browse", "Browse...")
     159        self.add("button_cancelFlight", "Cancel flight")
    159160       
    160161        self.add("menu_file", "File")
     
    245246                 "see the debug log for details.")
    246247
     248        self.add("reload_busy", "Reloading flights...")
     249        self.add("reload_failed",
     250                 "Your pilot ID and password failed this time.")
     251        self.add("reload_failed_sec",
     252                 "This must be some problem with the MAVA website "
     253                 "(or you are fired), using your old list of flights.")
     254        self.add("reload_failconn",
     255                 "Failed to communicate with the MAVA website.")
     256        self.add("reload_failconn_sec",
     257                 "Your previously downloaded list of flights will be used.")
     258
     259        self.add("cancelFlight_question",
     260                 "Are you sure to cancel the flight?")
     261
    247262        self.add("button_next", "_Next")
    248263        self.add("button_next_tooltip", "Click to go to the next page.")
    249264        self.add("button_previous", "_Previous")
    250265        self.add("button_previous_tooltip", "Click to go to the previous page.")
     266        self.add("button_cancelFlight_tooltip",
     267                 "Click to cancel the current flight and go back to the flight selection page.")
    251268
    252269        self.add("flightsel_title", "Flight selection")
     
    257274        self.add("flightsel_from", "From")
    258275        self.add("flightsel_to", "To")
     276        self.add("flightsel_refresh", "_Refresh flights")
     277        self.add("flightsel_refresh_tooltip",
     278                 "Click here to refresh the list of flights from the MAVA website.")
    259279        self.add("flightsel_load", "L_oad flight from file")
    260280        self.add("flightsel_load_tooltip",
     
    478498        self.add("finish_gate_tooltip",
    479499                 "Select the gate or stand at which you have arrived to LHBP.")
     500        self.add("finish_newFlight", "_New flight...")
     501        self.add("finish_newFlight_tooltip",
     502                 "Click here to start a new flight.")
     503        self.add("finish_newFlight_question",
     504                 "You have neither saved nor sent your PIREP. "
     505                 "Are you sure to start a new flight?")
    480506        self.add("finish_save", "Sa_ve PIREP...")
    481507        self.add("finish_save_tooltip",
     
    959985                 "részletesebb információt találsz a debug naplóban.")
    960986       
     987        self.add("reload_busy", "Járatok újratöltése...")
     988        self.add("reload_failed",
     989                 "Ezúttal nem működött az azonosítód és a jelszavad.")
     990        self.add("reload_failed_sec",
     991                 "Ez minden bizonnyal a MAVA website hibája "
     992                 "(hacsak nem rúgtak ki), így használom a régi járatlistát.")
     993        self.add("reload_failconn",
     994                 "Nem sikerült kommunikálni a MAVA honlappal.")
     995        self.add("reload_failconn_sec",
     996                 "A korábban letöltött járatlistát használom.")
     997
    961998        self.add("button_next", "_Előre")
    962999        self.add("button_next_tooltip",
Note: See TracChangeset for help on using the changeset viewer.