runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 11 Aug 2022 17:39:12 +0200
branchwxPython4
changeset 3580 0c96269bf63b
parent 2416 1ca207782dde
permissions -rw-r--r--
Merge changes from 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")