snipe-it/resources/lang/pl/admin/manufacturers/table.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

17 lines
692 B
PHP

<?php
return array(
'about_manufacturers_title' => 'O Producentach',
'about_manufacturers_text' => 'Producentami są firmy, które wytwarzają Twoje aktywa. Możesz przechowywać informacje o tych firmach, które będą wyświetlane na stronach szczegółów aktywów.',
'asset_manufacturers' => 'Producenci aktywów',
'create' => 'Stwórz Producenta',
'id' => 'ID',
'name' => 'Nazwa',
'support_email' => 'Email wsparcia technicznego',
'support_phone' => 'Telefon wsparcia technicznego',
'support_url' => 'Adres WWW wsparcia technicznego',
'update' => 'Zaktualizuj Producenta',
'url' => 'Adres WWW',
);