locale/translateMe: unused code, allows to...

...translate strings not explicitly available for translation
This commit is contained in:
Thomas Gelf 2016-12-06 08:59:30 +01:00
parent 57a450f878
commit 6c53d351a1

View File

@ -0,0 +1,12 @@
<?php
// Dummy strings helping the translation module
translate('up');
translate('down');
translate('unreachable');
translate('pending');
translate('ok');
translate('warning');
translate('critical');
translate('unknown');