runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 14 Apr 2020 17:13:12 +0200
branchsvghmi
changeset 2927 23c35f3ba111
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: HMI:DropDown now catches all clicks when open
# -*- 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")