mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-04 23:49:03 +00:00
12 lines
238 B
PHP
12 lines
238 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Lehetőség',
|
|
'action' => 'Művelet',
|
|
'by' => 'Által',
|
|
'item' => 'Tétel',
|
|
'no_matching_records' => 'Nincs megfelelő találat',
|
|
|
|
);
|