runtime/PlcStatus.py
author Edouard Tisserant
Tue, 02 Mar 2021 17:30:13 +0100
branchsvghmi
changeset 3175 b2ba6eeb61ec
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: attempt to prevent crazy styling with HMI:TextStyleList when inkscape store style in tspan instead of text element.
# -*- 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")