runtime/PlcStatus.py
author Edouard Tisserant
Thu, 11 Apr 2019 13:41:52 +0200
changeset 2592 1c34bd8c5077
parent 2416 1ca207782dde
permissions -rw-r--r--
force redraw only through EVT_PAINT event and use wxPaintDC, as described in wx documentation
# -*- 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")