runtime/PlcStatus.py
author Edouard Tisserant
Wed, 31 Mar 2021 15:30:07 +0200
branchsvghmi
changeset 3216 d6d002766a93
parent 2416 1ca207782dde
permissions -rw-r--r--
merge
# -*- 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")