runtime/PlcStatus.py
author Edouard Tisserant
Tue, 13 Sep 2022 16:31:52 +0200
changeset 3604 be87303d5b2d
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
# -*- 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")