runtime/PlcStatus.py
author Edouard Tisserant
Mon, 13 Jun 2022 11:57:37 +0200
changeset 3511 7c27d57b6ec0
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: add a way for widgets and other yslt2 files to add css definitions to resultng page.
# -*- 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")