runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 09 Jan 2025 17:10:40 +0100 (3 months ago)
changeset 4084 b312fd26a6a9
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: strip useless placeholder bitmap of HMI:Image in resulting xhtml
# -*- 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")