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

Added the handling of the PIREP directory preference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r148 r149  
    128128        self.add("button_yes", "_Yes")
    129129        self.add("button_no", "_No")
     130        self.add("button_browse", "Browse...")
    130131       
    131132        self.add("menu_file", "File")
     
    621622                 "If this is checked the flight simulator's internal clock "
    622623                 "will always be synchronized to the computer's clock.")
     624        self.add("prefs_pirepDirectory",
     625                 "_PIREP directory:")
     626        self.add("prefs_pirepDirectory_tooltip",
     627                 "The directory that will be offered by default when "
     628                 "saving a PIREP.")
     629        self.add("prefs_pirepDirectory_browser_title",
     630                 "Select PIREP directory")
    623631        self.add("prefs_update_auto", "Update the program auto_matically")
    624632        self.add("prefs_update_auto_tooltip",
     
    671679        self.add("button_yes", "_Igen")
    672680        self.add("button_no", "_Nem")
     681        self.add("button_browse", "Keresés...")
    673682       
    674683        self.add("menu_file", "Fájl")
     
    11741183                 "Ha ez bejelölöd, a szimulátor belső óráját a program "
    11751184                 "szinkronban tartja a számítógép órájával.")
     1185        self.add("prefs_pirepDirectory",
     1186                 "_PIREP-ek könyvtára:")
     1187        self.add("prefs_pirepDirectory_tooltip",
     1188                 "Az itt megadott könyvtárt ajánlja majd fel a program "
     1189                 "a PIREP-ek mentésekor.")
     1190        self.add("prefs_pirepDirectory_browser_title",
     1191                 "Válaszd ki a PIREP-ek könyvtárát")
    11761192        self.add("prefs_update_auto",
    11771193                 "Frissítsd a programot _automatikusan")
Note: See TracChangeset for help on using the changeset viewer.