runtime/PlcStatus.py
author Edouard Tisserant
Thu, 28 Mar 2019 13:39:58 +0100
changeset 2571 d968d586ad16
parent 2416 1ca207782dde
permissions -rw-r--r--
Fixed RecentProjectMenu in BeremizIDE.py broken by untested changes in wx.NewID_abuse_fix.
# -*- coding: utf-8 -*-

# See COPYING.Runtime file for copyrights details.


def _(x):
    """No translation"""
    return x


Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")