runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 12 Apr 2023 19:28:37 +0200
branchpython3
changeset 3791 c98646b1c981
parent 2416 1ca207782dde
permissions -rw-r--r--
Fixes for wxPython-4.0.7 (ubuntu22) compatible with wxPython-4.1.x
# -*- 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")