runtime/PlcStatus.py
author GP Orcullo <kinsamanka@gmail.com>
Sun, 19 Feb 2023 11:14:14 +0800
branchpython3
changeset 3788 d5014da90054
parent 2416 1ca207782dde
permissions -rw-r--r--
show underscore as space
# -*- 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")