runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 24 Jan 2024 10:41:09 +0100
changeset 3894 25e9b557f1b8
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix exception on right click, showing context menu.
# -*- 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")