runtime/PlcStatus.py
author Edouard Tisserant
Tue, 06 Apr 2021 16:07:56 +0200
branchsvghmi
changeset 3226 60a8531efa45
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: prototype of widget interface description using SVG's desc field, added to SVGHMI's internal svg widget library.
# -*- 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")