2016-03-25 01:18:05 -07:00
< ? php
return array (
'undeployable' => ' < strong > Varoitus : </ strong > Tämä laite on määritetty käyttökunnottomaksi .
Jos laitteen tila on muuttunut , päivitä laitteen tila sen asetuksista . ' ,
'does_not_exist' => 'Laitetta ei löydy.' ,
'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.' ,
'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' => 'Mitään kenttiä ei valittu, joten mitään ei päivitetty.' ,
),
'restore' => array (
'error' => 'Laitetta ei palautettu, ole hyvä ja yritä uudelleen' ,
'success' => 'Laite palautettiin onnistuneesti.'
),
2017-09-06 18:05:32 -07:00
'audit' => array (
'error' => 'Asset audit was unsuccessful. Please try again.' ,
'success' => 'Asset audit successfully logged.'
),
2016-03-25 01:18:05 -07:00
'deletefile' => array (
'error' => 'Tiedostoa ei poistettu. Ole hyvä ja yritä uudelleen.' ,
'success' => 'Tiedosto poistettiin onnistuneesti.' ,
),
'upload' => array (
'error' => 'Tiedostoja ei lähetetty. Ole hyvä ja yritä uudelleen.' ,
'success' => 'Tiedostot lähetettiin onnistuneesti.' ,
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large' ,
'invalidfiles' => 'Yksi tai useampia tiedostoja on liian iso tai sen tiedostotyyppi ei ole sallittu. Sallitut tiedostotyypit ovat png, gif, jpg, doc, docx, pdf, ja txt.' ,
),
2016-06-02 19:01:09 -07:00
'import' => array (
2016-10-04 12:23:02 -07:00
'error' => 'Some items did not import correctly.' ,
'errorDetail' => 'The following Items were not imported because of errors.' ,
'success' => " Your file has been imported " ,
'file_delete_success' => " Your file has been been successfully deleted " ,
'file_delete_error' => " The file was unable to be deleted " ,
2016-06-02 19:01:09 -07:00
),
2016-03-25 01:18:05 -07:00
'delete' => array (
'confirm' => 'Oletko varma että haluat poistaa tämän laitteen?' ,
'error' => 'Laitteen poistamisessa tapahtui virhe. Yritä uudelleen.' ,
2017-07-07 13:14:51 -07:00
'nothing_updated' => 'No assets were selected, so nothing was deleted.' ,
2016-03-25 01:18:05 -07:00
'success' => 'Laite poistettu onnistuneesti.'
),
'checkout' => array (
'error' => 'Laitteen luovutus epäonnistui, yritä uudelleen' ,
'success' => 'Laite luovutettu onnistuneesti.' ,
2016-08-25 17:43:07 -07:00
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.' ,
'not_available' => 'That asset is not available for checkout!'
2016-03-25 01:18:05 -07:00
),
'checkin' => array (
'error' => 'Laitteen palautus epäonnistui, yritä uudelleen' ,
'success' => 'Laite palautettu onnistuneesti.' ,
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.' ,
'already_checked_in' => 'That asset is already checked in.' ,
),
'requests' => array (
'error' => 'Asset was not requested, please try again' ,
'success' => 'Asset requested successfully.' ,
2016-10-04 12:23:02 -07:00
'canceled' => 'Checkout request successfully canceled'
2016-03-25 01:18:05 -07:00
)
);