runtime/PlcStatus.py
author Edouard Tisserant
Mon, 10 Aug 2020 14:00:20 +0200
branchsvghmi
changeset 3020 895bbeced72d
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Update Slider widget so that it doesn't display future value but actual value only.
# -*- 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")