dialogs/PouTransitionDialog.py
changeset 1782 5b6ad7a7fd9d
parent 1768 691083b5682a
child 1881 091005ec69c4
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    26 import wx
    26 import wx
    27 
    27 
    28 from plcopen.structures import TestIdentifier, IEC_KEYWORDS
    28 from plcopen.structures import TestIdentifier, IEC_KEYWORDS
    29 from util.TranslationCatalogs import NoTranslate
    29 from util.TranslationCatalogs import NoTranslate
    30 
    30 
    31 #-------------------------------------------------------------------------------
    31 # -------------------------------------------------------------------------------
    32 #                                POU Transition Dialog
    32 #                                POU Transition Dialog
    33 #-------------------------------------------------------------------------------
    33 # -------------------------------------------------------------------------------
    34 
    34 
    35 
    35 
    36 def GetTransitionLanguages():
    36 def GetTransitionLanguages():
    37     _ = NoTranslate
    37     _ = NoTranslate
    38     return [_("IL"), _("ST"), _("LD"), _("FBD")]
    38     return [_("IL"), _("ST"), _("LD"), _("FBD")]