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

Checklist saving/restoring and editing is implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r173 r175  
    132132    def initialize(self):
    133133        """Initialize the strings."""
     134        self.add("aircraft_b736", "Boeing 737-600")
     135        self.add("aircraft_b737", "Boeing 737-700")
     136        self.add("aircraft_b738", "Boeing 737-800")
     137        self.add("aircraft_b733", "Boeing 737-300")
     138        self.add("aircraft_b734", "Boeing 737-400")
     139        self.add("aircraft_b735", "Boeing 737-500")
     140        self.add("aircraft_dh8d", "Bombardier Dash 8 Q400")
     141        self.add("aircraft_b762", "Boeing 767-200")
     142        self.add("aircraft_b763", "Boeing 767-300")
     143        self.add("aircraft_crj2", "Canadair Regional Jet CRJ-200")
     144        self.add("aircraft_f70",  "Fokker F70")
     145        self.add("aircraft_dc3",  "Lisunov Li-2")
     146        self.add("aircraft_t134", "Tupolev Tu-134")
     147        self.add("aircraft_t154", "Tupolev Tu-154")
     148        self.add("aircraft_yk40", "Yakovlev Yak-40")
     149
    134150        self.add("button_ok", "_OK")
    135151        self.add("button_cancel", "_Cancel")
     
    626642
    627643        self.add("chklst_title", "Checklist Editor")
     644        self.add("chklst_aircraftType", "Aircraft _type:")
     645        self.add("chklst_aircraftType_tooltip",
     646                 "The type of the aircraft for which the checklist "
     647                 "is being edited.")
     648        self.add("chklst_add", "_Add to checklist")
     649        self.add("chklst_add_tooltip",
     650                 "Append the files selected on the left to the "
     651                 "checklist on the right.")
     652        self.add("chklst_remove", "_Remove")
     653        self.add("chklst_remove_tooltip",
     654                 "Remove the selected items from the checklist.")
     655        self.add("chklst_moveUp", "Move _up")
     656        self.add("chklst_moveUp_tooltip",
     657                 "Move up the selected file(s) in the checklist.")
     658        self.add("chklst_moveDown", "Move _down")
     659        self.add("chklst_moveDown_tooltip",
     660                 "Move down the selected file(s) in the checklist.")
     661        self.add("chklst_filter_audio", "Audio files")
     662        self.add("chklst_filter_all", "All files")
     663        self.add("chklst_header", "Checklist files")
    628664
    629665        self.add("prefs_sounds_frame_bg", "Background")
     
    765801    def initialize(self):
    766802        """Initialize the strings."""
     803        self.add("aircraft_b736", "Boeing 737-600")
     804        self.add("aircraft_b737", "Boeing 737-700")
     805        self.add("aircraft_b738", "Boeing 737-800")
     806        self.add("aircraft_b733", "Boeing 737-300")
     807        self.add("aircraft_b734", "Boeing 737-400")
     808        self.add("aircraft_b735", "Boeing 737-500")
     809        self.add("aircraft_dh8d", "Bombardier Dash 8 Q400")
     810        self.add("aircraft_b762", "Boeing 767-200")
     811        self.add("aircraft_b763", "Boeing 767-300")
     812        self.add("aircraft_crj2", "Canadair Regional Jet CRJ-200")
     813        self.add("aircraft_f70",  "Fokker F70")
     814        self.add("aircraft_dc3",  "Liszunov Li-2")
     815        self.add("aircraft_t134", "Tupoljev Tu-134")
     816        self.add("aircraft_t154", "Tupoljev Tu-154")
     817        self.add("aircraft_yk40", "Jakovlev Jak-40")
     818
    767819        self.add("button_ok", "_OK")
    768820        self.add("button_cancel", "_Mégse")
Note: See TracChangeset for help on using the changeset viewer.