14 lines
303 B
PHP
14 lines
303 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => 'Wszystkie',
|
|
'emergency' => 'Awaryjne',
|
|
'alert' => 'Alerty',
|
|
'critical' => 'Krytyczne',
|
|
'error' => 'Błędy',
|
|
'warning' => 'Ostrzeżenia',
|
|
'notice' => 'Warte uwagi',
|
|
'info' => 'Informacje',
|
|
'debug' => 'Debug',
|
|
];
|