runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 21 Aug 2021 10:54:13 +0200
branchsvghmi
changeset 3296 3bcd5ec67521
parent 2416 1ca207782dde
permissions -rw-r--r--
Win32 runtime: fix build with gcc 9.3.0 from msys2
# -*- 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")