mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
f3bf74a540
Signed-off-by: snipe <snipe@snipe.net>
12 lines
241 B
PHP
12 lines
241 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Akcje',
|
|
'action' => 'Akcja',
|
|
'by' => 'Przez',
|
|
'item' => 'Przedmiot',
|
|
'no_matching_records' => 'Nie znaleziono pasujących wyników',
|
|
|
|
);
|