runtime/PlcStatus.py
author Edouard Tisserant
Thu, 16 Dec 2021 08:15:34 +0100
branchRuntimeLists
changeset 3397 75920c99ffc9
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Adapt svghmi.c to changes in UnpackVar
# -*- 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")