runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 16 Jun 2021 18:27:05 +0200
branchsvghmi
changeset 3259 76da573569a6
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: UI: added prefill of arguments according to values in widget instance in library. Also added library's widget instance description to description field.
# -*- 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")