diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-16 19:25:44 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-16 19:25:44 -0400 |
commit | ff2f599142348162b6459a02aa014c7dbca84f76 (patch) | |
tree | 2a83c061a614e7af65cb8120489b62df5e75e63c /include/text.php | |
parent | 0edf248cd1f49cb7e4b44744629355e9e165ce64 (diff) | |
download | volse-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/text.php')
-rw-r--r-- | include/text.php | 6 |
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'), )); } |