runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 14 Jan 2020 11:04:18 +0100
changeset 2710 aaa1dc426213
parent 2416 1ca207782dde
permissions -rw-r--r--
plc_debug.c/var_acces.c : whitespace cleanup and other cosmetic changes
# -*- 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")