runtime/PlcStatus.py
author Edouard Tisserant
Fri, 04 Nov 2022 10:55:30 +0100
changeset 3655 e42a09c1d3f3
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
# -*- 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")