runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 09 Jan 2025 18:21:36 +0100 (3 months ago)
changeset 4090 e0c9ec66a036
parent 2416 1ca207782dde
permissions -rw-r--r--
Update GitHub Actions to use upload-artifact@v4
# -*- 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")