runtime/PlcStatus.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 03 Oct 2018 14:19:41 +0300
changeset 2425 68e7da937162
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix 'msgid' format string with unnamed arguments cannot be properly localized
# -*- 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")