ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -0,0 +1,54 @@
<?php
return array(
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
'user_does_not_exist' => 'User does not exist.',
'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.',
'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.',
'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ',
'select_asset_or_person' => 'You must select an asset or a user, but not both.',
'not_found' => 'License not found',
'seats_available' => ':seat_count seats available',
'create' => array(
'error' => 'License was not created, please try again.',
'success' => 'License created successfully.'
),
'deletefile' => array(
'error' => 'Súbor nebol odstránený. Prosím skúste znovu.',
'success' => 'Súbor bol úspešne odstránený.',
),
'upload' => array(
'error' => 'Súbor(y) sa nepodarilo nahrať. Skúste prosím znovu.',
'success' => 'Súbor(y) boli úspešne nahraté.',
'nofiles' => 'Nevybrali ste žiadne súbory na nahranie alebo sa pokúšate nahrať príliž veľký súbor',
'invalidfiles' => 'Jeden alebo viacero súborov je príliš veľkých alebo nie su podporované. Podporované typy súborov sú png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.',
),
'update' => array(
'error' => 'Licencia nebola aktualizovaná, skúste prosím znovu',
'success' => 'Licencia bola úspešne aktualizovaná.'
),
'delete' => array(
'confirm' => 'Ste si istý, že chcete odstrániť túto licenciu?',
'error' => 'Pri odstraňovaní licencie nastala chyba. Skúste prosím znovu.',
'success' => 'Licencia bola úspešne odstránená.'
),
'checkout' => array(
'error' => 'Pri priraďovaní licencie nastala chyba. Skúste prosím znovu.',
'success' => 'Licencia bola úspešne priradená',
'not_enough_seats' => 'Not enough license seats available for checkout',
),
'checkin' => array(
'error' => 'Pri odoberaní licencie nastala chyba. Skúste prosím znovu.',
'success' => 'Licencia bola úspešne odobratá'
),
);