runtime/PlcStatus.py
author Edouard Tisserant
Fri, 06 May 2022 11:04:17 +0200
changeset 3469 97622e9560b5
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: fix widget's update frequency forcing : syntax checking was enforcing unit and js code was using undefined variables
# -*- 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")