runtime/PlcStatus.py
author Edouard Tisserant
Wed, 13 Feb 2019 13:08:26 +0100
changeset 2488 889c43872f4c
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix startup of wxGlade base HMI. Wx calls were issued from non-wx thread (main).
# -*- 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")