Add stories to a story archive.

i18n support for that.
log problems when calling www_add in the story archive.
This commit is contained in:
Colin Kuskie 2009-03-05 17:22:41 +00:00
parent 04105713f0
commit 40d17b7be9
4 changed files with 51 additions and 11 deletions

View file

@ -81,6 +81,29 @@ our $I18N = {
lastUpdated => 0
},
'save story' => {
message => q|Save Story|,
context => q|Button label in the Edit Story form.|,
lastUpdated => 0
},
'save and preview' => {
message => q|Save and Preview|,
context => q|Button label in the Edit Story form.|,
lastUpdated => 0
},
'save and add another photo' => {
message => q|Save and Add Another Photo|,
context => q|Button label in the Edit Story form.|,
lastUpdated => 0
},
'story received' => {
message => q|Your story has been received and is being processed so it can be added to the site. It will be available for further editing after being processed. Please be patient.|,
lastUpdated => 0,
},
};
1;