rfe #12093: Remotely stored photos for Story assets
This commit is contained in:
parent
e3ec56c3c1
commit
f8021c3d3d
7 changed files with 92 additions and 28 deletions
|
|
@ -292,6 +292,12 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'imgRemoteUrlForm' => {
|
||||
message => q|A form field to specify a remote url for a photo.|,
|
||||
context => q|Template variable for edit form.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'newUploadForm' => {
|
||||
message => q|A form field to upload an image.|,
|
||||
context => q|Template variable for edit form.|,
|
||||
|
|
@ -334,6 +340,13 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'photo remote url' => {
|
||||
message => 'Photo Remote URL',
|
||||
context => 'Label in the edit story form. Location of image (instead
|
||||
of uploaded location)',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'photo caption' => {
|
||||
message => q|Photo Caption|,
|
||||
context => q|Label in the edit story form. Short for Photograph Caption.|,
|
||||
|
|
|
|||
|
|
@ -290,6 +290,11 @@ our $I18N = {
|
|||
lastUpdated => 1065356764
|
||||
},
|
||||
|
||||
'or' => {
|
||||
message => q|or|,
|
||||
lastUpdated => 1053804577,
|
||||
},
|
||||
|
||||
'978' => {
|
||||
message => q|User added successfully.|,
|
||||
lastUpdated => 1053804577
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue