runtime/PlcStatus.py
author Edouard Tisserant
Fri, 06 May 2022 11:02:03 +0200
changeset 3468 3725487d5468
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: fix syntax error in sprintf.js and force makefile to regen xslt files when sprintf.js changes
# -*- 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")