runtime/PlcStatus.py
author Edouard Tisserant
Wed, 25 May 2022 09:52:50 +0200 (2022-05-25)
changeset 3486 0d5bb9038e5b
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: prevent exception with date/time formating in sprintf.js if lang wasn't already set.
# -*- 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")