i18n the template attachments, fixes bug #11186
Also, rework some of the JS code according to jslint.
This commit is contained in:
parent
ce84be0498
commit
7b810ec227
4 changed files with 52 additions and 13 deletions
|
|
@ -379,6 +379,17 @@ Any scratch variables will be available in the template with this syntax:<br/>
|
|||
message => q|Template in clipboard|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'Already attached!' => {
|
||||
message => q|Already attached!|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'No url!' => {
|
||||
message => q|No url!|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue