t('Enable encryption'); $l->t('Enable previews'); $l->t('Enable sharing'); $l->t('Check for changes'); $l->t('Never'); $l->t('Once every direct access'); $l->t('Read only'); \OCP\Util::addScript('files_external', 'settings'); \OCP\Util::addScript('files_external', 'templates'); style('files_external', 'settings'); // load custom JS foreach ($_['backends'] as $backend) { /** @var Backend $backend */ $scripts = $backend->getCustomJs(); foreach ($scripts as $script) { script('files_external', $script); } } foreach ($_['authMechanisms'] as $authMechanism) { /** @var AuthMechanism $authMechanism */ $scripts = $authMechanism->getCustomJs(); foreach ($scripts as $script) { script('files_external', $script); } } ?> getSystemValue('files_external_allow_create_new_local', true); ?>

t('External storage')); ?>

t('External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services.')); ?>

'> ' . $l->t('Available for') . ''); } ?> style="display: none;" >
t('Folder name')); ?> t('External storage')); ?> t('Authentication')); ?> t('Configuration')); ?>      
'>
/>

class="hidden"> isAllowedVisibleFor(BackendService::VISIBILITY_PERSONAL); }); ?> getDeprecateTo()): ?> isVisibleFor(BackendService::VISIBILITY_PERSONAL)) { print_unescaped(' checked="checked"'); } ?> />