runtime/PlcStatus.py
author Edouard Tisserant
Mon, 13 Sep 2021 12:18:08 +0200
changeset 3314 f4d89cecc6e6
parent 2416 1ca207782dde
permissions -rw-r--r--
Re-introduce sertup.py from Ivan Tyagov, accidentally deleted during SVGHMI branch merge
# -*- 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")