runtime/PlcStatus.py
author Dmitriy Kuzmin <z644813828@gmail.com>
Mon, 24 Dec 2018 16:44:06 +0300
changeset 2496 39049d615c0d
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix typos in function names
# -*- 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")