runtime/PlcStatus.py
author Edouard Tisserant
Thu, 30 Jan 2020 14:33:06 +0100
branchsvghmi
changeset 2833 e74123b966ac
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI : fixed bug happening when some SVG ids are containing dashes
# -*- 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")