diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-07 21:11:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-07 21:11:57 +0100 |
commit | 17c102ebe115bd8272da830bf9523b691ce115ee (patch) | |
tree | 45987e4bde1b7aae0b3e4ef7ca45bf523e8e4118 /Zotlabs/Module | |
parent | d6812cf75e40ca5a364c5832929b2eaf62c0d2f5 (diff) | |
download | volse-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')
-rw-r--r-- | Zotlabs/Module/Cover_photo.php | 6 | ||||
-rw-r--r-- | Zotlabs/Module/Profile_photo.php | 6 |
2 files changed, 12 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'), diff --git a/Zotlabs/Module/Profile_photo.php b/Zotlabs/Module/Profile_photo.php index 44b7c18c6..2ce8686b9 100644 --- a/Zotlabs/Module/Profile_photo.php +++ b/Zotlabs/Module/Profile_photo.php @@ -463,6 +463,12 @@ class Profile_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("profile_photo"), '$select' => t('Select existing photo'), )); |