2016-02-10 05:56:14 +01:00
|
|
|
// This file was generated by silverstripe/cow from javascript/lang/src/en.js.
|
|
|
|
// See https://github.com/tractorcow/cow for details
|
|
|
|
if (typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
|
|
|
if (typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
|
|
|
} else {
|
|
|
|
ss.i18n.addDictionary('en', {
|
2017-03-15 03:59:31 +01:00
|
|
|
"CommentsInterface_singlecomment_ss.DELETE_CONFIRMATION": "Are you sure you want to delete this comment?",
|
2016-02-10 05:56:14 +01:00
|
|
|
"CommentsInterface_singlecomment_ss.AJAX_ERROR": "An error occurred whilst updating the comment",
|
|
|
|
});
|
|
|
|
}
|