runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 08 Aug 2019 15:56:17 +0200
branchsvghmi
changeset 2751 eab6161e603d
parent 2416 1ca207782dde
permissions -rw-r--r--
Complete SVGUI test minimal skeleton so that it builds.
# -*- 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")