runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 10 Nov 2022 19:38:14 +0100
branchwxPython4
changeset 3670 cfb2b05b68c4
parent 2416 1ca207782dde
permissions -rw-r--r--
Tests: UI tests now avoid polling stdout if process didn't start.
# -*- 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")