i18n the Attachments Form control

This commit is contained in:
Colin Kuskie 2009-01-02 21:08:43 +00:00
parent cf07abd052
commit 40b86e3dfd
2 changed files with 19 additions and 4 deletions

View file

@ -4313,6 +4313,18 @@ Users may override this setting in their profile.
context => q|Abbreviation for Really Simple Syndication, and other similar terms.|,
},
'Upload an attachment' => {
message => q|Upload an attachment|,
context => q|Label in the Attachments form control.|,
lastUpdated => 1230930518,
},
'Upload attachments here. Copy and paste attachments into the editor.' => {
message => q|Upload attachments here. Copy and paste attachments into the editor.|,
context => q|Label in the Attachments form control.|,
lastUpdated => 1230930518,
},
};
1;