<?php
_e( 'Your browser cannot upload files'
); ?></h2>
<p>
<?php
printf( /* translators: %s: https://apps.wordpress.org/ */
__( 'The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'
),
'https://apps.wordpress.org/'
);
?>
</p>
</div>
<?php
elseif ( is_multisite() && !
is_upload_space_available() ) : ?>
<div class="upload-ui">
<h2 class="upload-instructions"><?php
_e( 'Upload Limit Exceeded'
); ?></h2>
<?php
/** This action is documented in wp-admin/includes/media.php */
do_action( 'upload_ui_over_quota'
);
?>
</div>
<?php
else : ?>
<div class="upload-ui">
<h2 class="upload-instructions drop-instructions"><?php
_e( 'Drop files to upload'
); ?></h2>
<p class="upload-instructions drop-instructions"><?php
_ex( 'or', 'Uploader: Drop files here - or - Select Files'
); ?></p>
<button type="button" class="browser button button-hero" aria-labelledby="post-upload-info">