runtime/PlcStatus.py
author Edouard Tisserant
Tue, 13 Jul 2021 16:19:07 +0200
branchsvghmi
changeset 3280 09133b155f0c
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Widget lib: small doc fix.
# -*- 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")