beremiz
Clone
Summary
Browse
Changes
Graph
Tests: add ST FOR loop tests to IEC-61131 language tests
18 months ago, Edouard Tisserant
5234d06f62ee
Tests: add ST FOR loop tests to IEC-61131 language tests
# -*- 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")