runtime/PlcStatus.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Mon, 24 Dec 2018 16:22:28 +0300
changeset 2495 016748ef5fc4
parent 2416 1ca207782dde
permissions -rw-r--r--
update links to matiec and beremiz repos in README
# -*- 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")