mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-21 22:37:36 -05:00
8 lines
110 B
PHP
8 lines
110 B
PHP
<?php
|
|
|
|
return [
|
|
'online' => 'Internete',
|
|
'inactive' => 'Neaktyvus',
|
|
'enabled' => 'Išjungtas',
|
|
];
|