runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 18 Aug 2024 18:23:18 +0200
changeset 3970 d73a477237ef
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: remove warning if editing location leads to no change
# -*- 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")