'Licence neexistuje.', 'user_does_not_exist' => 'Uživatel neexistuje.', '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. ', 'create' => array( 'error' => 'Licence nebyla vytvořena, zkuste to prosím znovu.', 'success' => 'Licence byla úspěšně vytvořena.' ), 'deletefile' => array( 'error' => 'Soubor se nepodařilo smazat. Prosím zkuste to znovu.', 'success' => 'Soubor byl úspěšně smazán.', ), 'upload' => array( 'error' => 'Soubor(y) se nepodařilo nahrát. Prosím zkuste to znovu.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', '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.', ), 'update' => array( 'error' => 'License was not updated, please try again', 'success' => 'License updated successfully.' ), 'delete' => array( 'confirm' => 'Are you sure you wish to delete this license?', 'error' => 'There was an issue deleting the license. Please try again.', 'success' => 'Licence byla úspěšně smazána.' ), 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', 'success' => 'The license was checked out successfully' ), 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', 'success' => 'Licence byla úspěšně zkontrolována' ), );