runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 05 Sep 2021 05:03:36 +0200
branchwxPython4
changeset 3305 ca11385ea5e9
parent 2416 1ca207782dde
permissions -rw-r--r--
Depricated PyGridCellEditor becomes GridCellEditor
# -*- 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")