levels.php 285 B

12345678910111213
  1. <?php
  2. return [
  3. 'all' => 'Alla',
  4. 'emergency' => 'Akut',
  5. 'alert' => 'Alarmerande',
  6. 'critical' => 'Kritisk',
  7. 'error' => 'Error',
  8. 'warning' => 'Varning',
  9. 'notice' => 'Notis',
  10. 'info' => 'Information',
  11. 'debug' => 'Debug',
  12. ];