diff options
Diffstat (limited to 'application/locale/translateMe.php')
-rw-r--r-- | application/locale/translateMe.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/application/locale/translateMe.php b/application/locale/translateMe.php new file mode 100644 index 0000000..d746a67 --- /dev/null +++ b/application/locale/translateMe.php @@ -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'); |