aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cover_photo.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-07 21:11:57 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-07 21:11:57 +0100
commit17c102ebe115bd8272da830bf9523b691ce115ee (patch)
tree45987e4bde1b7aae0b3e4ef7ca45bf523e8e4118 /Zotlabs/Module/Cover_photo.php
parentd6812cf75e40ca5a364c5832929b2eaf62c0d2f5 (diff)
downloadvolse-hubzilla-17c102ebe115bd8272da830bf9523b691ce115ee.tar.gz
volse-hubzilla-17c102ebe115bd8272da830bf9523b691ce115ee.tar.bz2
volse-hubzilla-17c102ebe115bd8272da830bf9523b691ce115ee.zip
we need the javascript in the template since strings are involved
Diffstat (limited to 'Zotlabs/Module/Cover_photo.php')
-rw-r--r--Zotlabs/Module/Cover_photo.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Module/Cover_photo.php b/Zotlabs/Module/Cover_photo.php
index 047bcf3d4..2da99b447 100644
--- a/Zotlabs/Module/Cover_photo.php
+++ b/Zotlabs/Module/Cover_photo.php
@@ -364,6 +364,12 @@ class Cover_photo extends \Zotlabs\Web\Controller {
'$embedPhotosModalTitle' => t('Use a photo from your albums'),
'$embedPhotosModalCancel' => t('Cancel'),
'$embedPhotosModalOK' => t('OK'),
+ '$modalchooseimages' => t('Choose images to embed'),
+ '$modalchoosealbum' => t('Choose an album'),
+ '$modaldiffalbum' => t('Choose a different album'),
+ '$modalerrorlist' => t('Error getting album list'),
+ '$modalerrorlink' => t('Error getting photo link'),
+ '$modalerroralbum' => t('Error getting album'),
'$form_security_token' => get_form_security_token("cover_photo"),
/// @FIXME - yuk
'$select' => t('Select existing photo'),