runtime/PlcStatus.py
author Edouard Tisserant
Tue, 30 Mar 2021 14:54:43 +0200
branchsvghmi
changeset 3211 938b55abe946
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Implemented "Add Font" and "Remove Font", add font embedding in CSS at build time, tested ok with some OTF for now.
# -*- 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")