beremiz
Clone
Summary
Browse
Changes
Graph
Tests: have to terminate language test with KILL, side effect of BEREMIZ_TEST_CYCLES
2023-07-20, Edouard Tisserant
5f0b02ab500c
Tests: have to terminate language test with KILL, side effect of BEREMIZ_TEST_CYCLES
# -*- 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")