runtime/PlcStatus.py
author Edouard Tisserant
Tue, 11 Feb 2020 13:56:48 +0100
branchsvghmi
changeset 2834 6ac6a9dff594
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: be a bit more tolerant with missing HMI paths or missing elements in widgets : continue build (with warning) and fail silently at runtime.
# -*- 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")