runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 10 May 2020 16:34:44 +0200
branchsvghmi
changeset 2951 506fe9272660
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Widget's specific sub/unsub traits are now wxpressed in widget's class.
# -*- 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")