runtime/PlcStatus.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 12 Oct 2018 11:50:40 +0300
changeset 2455 80b225e9a6b6
parent 2416 1ca207782dde
permissions -rw-r--r--
python3 support: pylint, W1653 # (next-method-defined) next method defined
# -*- 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")