ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/pl-PL/admin/reports/general.php
Normal file
17
SNIPE-IT/resources/lang/pl-PL/admin/reports/general.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'Wybierz opcje, które chcesz by znalazły się w raporcie aktywów.',
|
||||
'deleted_user' => 'Usuń użytkownika',
|
||||
'send_reminder' => 'Wyślij przypomnienie',
|
||||
'reminder_sent' => 'Przypomnienie wysłane',
|
||||
'acceptance_deleted' => 'Prośba o akceptację usunięta',
|
||||
'acceptance_request' => 'Prośba o akceptację',
|
||||
'custom_export' => [
|
||||
'user_address' => 'Adres użytkownika',
|
||||
'user_city' => 'Miasto użytkownika',
|
||||
'user_state' => 'Województwo użytkownika',
|
||||
'user_country' => 'Kraj użytkownika',
|
||||
'user_zip' => 'Kod pocztowy użytkownika'
|
||||
]
|
||||
];
|
5
SNIPE-IT/resources/lang/pl-PL/admin/reports/message.php
Normal file
5
SNIPE-IT/resources/lang/pl-PL/admin/reports/message.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'Musisz wybrać przynajmniej jedną opcje.'
|
||||
);
|
Reference in New Issue
Block a user