runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 21 Feb 2024 09:58:24 +0100
changeset 3898 de4f17d737a9
parent 2416 1ca207782dde
permissions -rw-r--r--
Remove forgotten debug prints
# -*- 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")