icingaweb2-module-director/application/locale/translateMe.php

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');