aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-08-23 06:55:26 -0400
committerAndrew Manning <tamanning@zoho.com>2016-08-23 06:55:26 -0400
commit305e0538d293ff4ad72f30b11998ae3b06efa4ea (patch)
tree4bf1f79ba123758f34320019e445268318e1e734 /include/text.php
parentd39cf23b2f15ed94048ea7596d7581be7ef8c001 (diff)
downloadvolse-hubzilla-305e0538d293ff4ad72f30b11998ae3b06efa4ea.tar.gz
volse-hubzilla-305e0538d293ff4ad72f30b11998ae3b06efa4ea.tar.bz2
volse-hubzilla-305e0538d293ff4ad72f30b11998ae3b06efa4ea.zip
Website export to cloud files works. Created new recursive copy function in attach.php.
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php
index 1729048e9..99ac59ca7 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2295,6 +2295,10 @@ function website_portation_tools() {
'$file_download_text' => t('Export to a zip file'),
'$filename_desc' => t('website.zip'),
'$filename_hint' => t('Enter a name for the zip file.'),
+ '$cloud_export_text' => t('Export to cloud files'),
+ '$cloud_export_desc' => t('/path/to/export/folder'),
+ '$cloud_export_hint' => t('Enter a path to a cloud files destination.'),
+ '$cloud_export_select' => t('Specify folder'),
));
}