runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 18 Jun 2021 10:49:10 +0200
branchsvghmi
changeset 3261 06ea7a1152af
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: DnD UI: SVG for DnD now generated again based on paths and args entries filled by user.
# -*- 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")