aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-07-16 19:25:44 -0400
committerAndrew Manning <tamanning@zoho.com>2016-07-16 19:25:44 -0400
commitff2f599142348162b6459a02aa014c7dbca84f76 (patch)
tree2a83c061a614e7af65cb8120489b62df5e75e63c /include
parent0edf248cd1f49cb7e4b44744629355e9e165ce64 (diff)
downloadvolse-hubzilla-ff2f599142348162b6459a02aa014c7dbca84f76.tar.gz
volse-hubzilla-ff2f599142348162b6459a02aa014c7dbca84f76.tar.bz2
volse-hubzilla-ff2f599142348162b6459a02aa014c7dbca84f76.zip
Postpone remote folder import until filesystem mirroring matures.
Diffstat (limited to 'include')
-rw-r--r--include/text.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 096c8a5aa..a0f0ed7ae 100644
--- a/include/text.php
+++ b/include/text.php
@@ -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'),
));
}