Thomas Gelf 6c53d351a1 locale/translateMe: unused code, allows to...
...translate strings not explicitly available for translation
2016-12-06 08:59:30 +01:00

13 lines
224 B
PHP

<?php
// Dummy strings helping the translation module
translate('up');
translate('down');
translate('unreachable');
translate('pending');
translate('ok');
translate('warning');
translate('critical');
translate('unknown');