Postpone remote folder import until filesystem mirroring matures.

This commit is contained in:
Andrew Manning
2016-07-16 19:25:44 -04:00
parent 0edf248cd1
commit ff2f599142
3 changed files with 55 additions and 6 deletions

View File

@@ -2270,7 +2270,11 @@ function website_import_tools() {
'$import_label' => t('Import website...'),
'$import_placeholder' => t('Select folder to import'),
'$file_upload_text' => t('Import from a zipped folder:'),
'$file_import_text' => t('Import from cloud files:')
'$file_import_text' => t('Import from cloud files:'),
'$file_remote_text' => t('Import from another channel'),
'$desc' => t('https://example.com/cloud/peter/sharedfolder'),
'$hint' => t('https://example.com/cloud/peter/sharedfolder'),
'$follow' => t('Import'),
));
}