runtime/PlcStatus.py
author Edouard Tisserant
Mon, 12 Jul 2021 16:29:55 +0200
branchsvghmi
changeset 3274 16066300b254
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: default library path, default page when starting a SVGHMI project, error page when no SVG present
# -*- 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")