runtime/PlcStatus.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 12 Oct 2018 11:35:15 +0300
changeset 2454 2e5acbded4a1
parent 2416 1ca207782dde
permissions -rw-r--r--
python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object
# -*- 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")