runtime/PlcStatus.py
author Edouard Tisserant
Wed, 27 Mar 2019 13:08:51 +0100
branchwx.NewID_abuse_fix
changeset 2566 66a3c64c8dd0
parent 2416 1ca207782dde
permissions -rw-r--r--
More wx.NewID abuse removal. This one was apparently silently unbinding toolbar butons when running out of mew wx IDs.
# -*- 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")