ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/fi-FI/admin/reports/general.php
Normal file
17
SNIPE-IT/resources/lang/fi-FI/admin/reports/general.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'Valitse vaihtoehdot jotka haluat laiteraportillesi.',
|
||||
'deleted_user' => 'Poistettu käyttäjä',
|
||||
'send_reminder' => 'Lähetä muistutus',
|
||||
'reminder_sent' => 'Muistutus lähetetty',
|
||||
'acceptance_deleted' => 'Käyttöoikeuspyyntö poistettu',
|
||||
'acceptance_request' => 'Käyttöoikeuspyyntö',
|
||||
'custom_export' => [
|
||||
'user_address' => 'Käyttäjän Osoite',
|
||||
'user_city' => 'Käyttäjän Kaupunki',
|
||||
'user_state' => 'Käyttäjän Tila',
|
||||
'user_country' => 'Käyttäjän Maa',
|
||||
'user_zip' => 'Käyttäjän Zip'
|
||||
]
|
||||
];
|
5
SNIPE-IT/resources/lang/fi-FI/admin/reports/message.php
Normal file
5
SNIPE-IT/resources/lang/fi-FI/admin/reports/message.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'Sinun tulee valita ainakin YKSI vaihtoehto.'
|
||||
);
|
Reference in New Issue
Block a user