runtime/PlcStatus.py
author Edouard Tisserant
Tue, 29 Nov 2022 10:59:53 +0100
changeset 3703 4b75f1506ea1
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: add arbitrary file upload to working dir in web interface
# -*- 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")