44 lines
1.6 KiB
PHP
Executable File
44 lines
1.6 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable.
|
|
If this status has changed, please update the asset status.',
|
|
'does_not_exist' => 'Laitetta ei löydy.',
|
|
'assoc_users' => 'Tämä laite on luovutettu käyttäjälle joten sitä ei voida poistaa. Palauta laite ensin käyttäjältä ja yritä uudelleen. ',
|
|
|
|
'create' => array(
|
|
'error' => 'Laitetta ei luotu, yritä uudelleen. :(',
|
|
'success' => 'Laite luotiin onnistuneesti. :)'
|
|
),
|
|
|
|
'update' => array(
|
|
'error' => 'Laitetta ei päivitetty, yritä uudelleen',
|
|
'success' => 'Laite päivitetty onnistuneesti.'
|
|
),
|
|
|
|
'restore' => array(
|
|
'error' => 'Asset was not restored, please try again',
|
|
'success' => 'Asset restored successfully.'
|
|
),
|
|
|
|
'delete' => array(
|
|
'confirm' => 'Oletko varma että haluat poistaa tämän laitteen?',
|
|
'error' => 'Laitteen poistamisessa tapahtui virhe. Yritä uudelleen.',
|
|
'success' => 'Laite poistettu onnistuneesti.'
|
|
),
|
|
|
|
'checkout' => array(
|
|
'error' => 'Laitteen luovutus epäonnistui, yritä uudelleen',
|
|
'success' => 'Laite luovutettu onnistuneesti.',
|
|
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.'
|
|
),
|
|
|
|
'checkin' => array(
|
|
'error' => 'Laitteen palautus epäonnistui, yritä uudelleen',
|
|
'success' => 'Laite palautettu onnistuneesti.',
|
|
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.'
|
|
)
|
|
|
|
);
|