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

Started implementing the approach callout editor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r256 r264  
    181181        self.add("menu_tools_chklst", "_Checklist Editor")
    182182        self.add("menu_tools_chklst_key", "c")
     183        self.add("menu_tools_callouts", "_Approach Callouts Editor")
     184        self.add("menu_tools_callouts_key", "e")
    183185        self.add("menu_tools_prefs", "_Preferences")
    184186        self.add("menu_tools_prefs_key", "p")
     
    975977        self.add("about_role_negotiation", "negotiation")
    976978        self.add("about_role_test", "testing")
     979
     980        self.add("callouts_title", "Approach Callouts Editor")
     981        self.add("callouts_aircraftType", "Aircraft _type:")
     982        self.add("callouts_aircraftType_tooltip",
     983                 "The type of the aircraft for which the approach "
     984                 "callouts are being edited.")
     985        self.add("callouts_header_altitude", "Altitude")
     986        self.add("callouts_header_path", "Callout file")
     987        self.add("callouts_add", "_Add new callout")
     988        self.add("callouts_add_tooltip",
     989                 "Add a new callout with some default altitude.")
     990        self.add("callouts_remove", "_Remove")
     991        self.add("callouts_remove_tooltip",
     992                 "Remove the selected items from the list of callouts.")
     993        self.add("callouts_altitude_clash",
     994                 "There is already a callout for this altitude")
     995        self.add("callouts_altitude_clash_sec",
     996                 "Shall I set the altitude nevertheless? If so, "
     997                 "both callouts will be played when reaching the altitude "
     998                 "simultaneously.")
     999        # self.add("chklst_moveUp", "Move _up")
     1000        # self.add("chklst_moveUp_tooltip",
     1001        #          "Move up the selected file(s) in the checklist.")
     1002        # self.add("chklst_moveDown", "Move _down")
     1003        # self.add("chklst_moveDown_tooltip",
     1004        #          "Move down the selected file(s) in the checklist.")
     1005        # self.add("chklst_filter_audio", "Audio files")
    9771006
    9781007#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.