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'); script('files_external', [ 'settings', '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); } } function writeParameterInput($parameter, $options, $classes = []) { $value = ''; if (isset($options[$parameter->getName()])) { $value = $options[$parameter->getName()]; } $placeholder = $parameter->getText(); $is_optional = $parameter->isFlagSet(DefinitionParameter::FLAG_OPTIONAL); switch ($parameter->getType()) { case DefinitionParameter::VALUE_PASSWORD: ?> class="" data-parameter="getName()); ?>" value="" placeholder="" />
class="" data-parameter="getName()); ?>" value="" /> class="" data-parameter="getName()); ?>" value="" placeholder="" />

t('External storage')); ?>

t('External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users 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"'); } ?> />

t('Global credentials')); ?>

t('Global credentials can be used to authenticate with multiple external storage that have the same credentials.')); ?>