runtime/PlcStatus.py
author Edouard Tisserant
Thu, 07 Nov 2019 16:40:48 +0100
branchsvghmi
changeset 2812 68ac5bf43525
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: various fixes to make SVGHMI behave on more versions of twisted and GCC.
# -*- 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")