runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 15 Aug 2024 23:20:16 +0200
changeset 3961 f01bd9a40554
parent 2416 1ca207782dde
permissions -rw-r--r--
C runtime: 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")