runtime/PlcStatus.py
author GP Orcullo <kinsamanka@gmail.com>
Fri, 28 Oct 2022 19:39:17 +0800
branchpython3
changeset 3765 88fe6fc9fd38
parent 2416 1ca207782dde
permissions -rw-r--r--
fix for gc errors on shutdown
# -*- 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")