runtime/PlcStatus.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 14 Feb 2019 10:27:24 +0300
changeset 2511 d6e0442a3986
parent 2416 1ca207782dde
permissions -rw-r--r--
Don't close ForceVariableDialog if user entered wrong new value

return back to edit field in this case
# -*- 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")