mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -08:00
12 lines
231 B
PHP
12 lines
231 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset_manufacturers' => 'Producenci aktywów',
|
|
'create' => 'Stwórz Producenta',
|
|
'id' => 'ID',
|
|
'name' => 'Nazwa Producenta',
|
|
'update' => 'Zaktualizuj Producenta',
|
|
|
|
);
|