runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 09 Nov 2022 12:30:45 +0100
branchwxPython4
changeset 3665 db7e4952b64f
parent 2416 1ca207782dde
permissions -rw-r--r--
Merge default in wxPython4
# -*- 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")