runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 05 Oct 2022 20:15:28 +0200
branchwxPython4
changeset 3618 f08b59f7c00a
parent 2416 1ca207782dde
permissions -rw-r--r--
CLI: when using --keep, do not disconnect before being interrupted
# -*- 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")