mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
f3bf74a540
Signed-off-by: snipe <snipe@snipe.net>
12 lines
303 B
PHP
12 lines
303 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Действия',
|
|
'action' => 'Действие',
|
|
'by' => 'От',
|
|
'item' => 'Информация',
|
|
'no_matching_records' => 'Няма намерени съответстващи записи',
|
|
|
|
);
|