runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 03 Apr 2020 08:30:00 +0200
branchsvghmi
changeset 2915 48c9a5f6ce38
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Added keypads to svghmi test's SVG file
# -*- 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")