runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 18 Feb 2022 14:51:58 +0100
branchwxPython4
changeset 3429 67a4d207bace
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
# -*- 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")