runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 24 Dec 2020 16:56:19 +0100
branchsvghmi
changeset 3097 a098b2dd9dff
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Added parsing of min and max value that can be given as @path,min,max in widget description
# -*- 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")