58 lines
2.2 KiB
PHP
Executable File
58 lines
2.2 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.',
|
|
'nothing_updated' => 'No fields were selected, so nothing was updated.',
|
|
),
|
|
|
|
'restore' => array(
|
|
'error' => 'Asset was not restored, please try again',
|
|
'success' => 'Asset restored successfully.'
|
|
),
|
|
|
|
'deletefile' => array(
|
|
'error' => 'File not deleted. Please try again.',
|
|
'success' => 'File successfully deleted.',
|
|
),
|
|
|
|
'upload' => array(
|
|
'error' => 'File(s) not uploaded. Please try again.',
|
|
'success' => 'File(s) successfully uploaded.',
|
|
'nofiles' => 'You did not select any files for upload',
|
|
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
|
|
),
|
|
|
|
|
|
'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.'
|
|
)
|
|
|
|
);
|