runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 18 Mar 2020 09:37:26 +0100
branchsvghmi
changeset 2884 50b9832c51fc
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: update Makefile to pick all changes to any dependency
# -*- 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")