runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 22 May 2023 14:40:49 +0200
changeset 3814 ab0afe798428
parent 2416 1ca207782dde
permissions -rw-r--r--
Examples: use print() function in "python" example
# -*- 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")