runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 17 Jul 2022 22:35:45 +0200
changeset 3550 45e482f279f4
parent 2416 1ca207782dde
permissions -rw-r--r--
tests: fix tests being systematically re-executed
# -*- 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")