runtime/PlcStatus.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Tue, 09 Oct 2018 11:56:45 +0300
changeset 2439 f0a040f1de1b
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix pep8 warning: W605 invalid escape sequence ?x?
# -*- 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")