runtime/PlcStatus.py
author Edouard Tisserant
Wed, 04 Mar 2020 16:46:35 +0100
branchsvghmi
changeset 2855 525211a54b14
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: more whitespace fixes
# -*- 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")