runtime/PlcStatus.py
author Dino Kosic <44305363+kraskrom@users.noreply.github.com>
Wed, 11 Dec 2024 09:31:35 +0100 (4 months ago)
changeset 4070 fabc5d6c5a8c
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Make Back widget activable. (#52)
# -*- 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")