runtime/PlcStatus.py
author GP Orcullo <kinsamanka@gmail.com>
Thu, 10 Nov 2022 10:45:40 +0800
branchpython3
changeset 3780 fdd7f9938e59
parent 2416 1ca207782dde
permissions -rw-r--r--
fix platform identification when running CLI under Win32
# -*- 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")