ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/sr-CS/admin/reports/general.php
Normal file
17
SNIPE-IT/resources/lang/sr-CS/admin/reports/general.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'Odaberite željene opcije za izveštaj o imovini.',
|
||||
'deleted_user' => 'Izbrisan korisnika',
|
||||
'send_reminder' => 'Pošalji podsetnik',
|
||||
'reminder_sent' => 'Podsetnik je poslat',
|
||||
'acceptance_deleted' => 'Zahtev za prihvatanje je izbrisan',
|
||||
'acceptance_request' => 'Zahtev za prihvatanje',
|
||||
'custom_export' => [
|
||||
'user_address' => 'Adresa korisnika',
|
||||
'user_city' => 'Grad korisnika',
|
||||
'user_state' => 'Pokrajina korisnika',
|
||||
'user_country' => 'Država korisnika',
|
||||
'user_zip' => 'Poštanski broj korisnika'
|
||||
]
|
||||
];
|
5
SNIPE-IT/resources/lang/sr-CS/admin/reports/message.php
Normal file
5
SNIPE-IT/resources/lang/sr-CS/admin/reports/message.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'Morate odabrati barem jednu opciju.'
|
||||
);
|
Reference in New Issue
Block a user