[PE] Bug 36040.
This commit is contained in:
parent
a074a53455
commit
5968d0d35c
|
@ -142,7 +142,8 @@ define([
|
||||||
'Slide subtitle': this.txtSlideSubtitle,
|
'Slide subtitle': this.txtSlideSubtitle,
|
||||||
'Table': this.txtSldLtTTbl,
|
'Table': this.txtSldLtTTbl,
|
||||||
'Slide title': this.txtSlideTitle,
|
'Slide title': this.txtSlideTitle,
|
||||||
'Loading': this.txtLoading
|
'Loading': this.txtLoading,
|
||||||
|
'Click to add notes': this.txtAddNotes
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -1934,7 +1935,8 @@ define([
|
||||||
textChangesSaved: 'All changes saved',
|
textChangesSaved: 'All changes saved',
|
||||||
saveTitleText: 'Saving Document',
|
saveTitleText: 'Saving Document',
|
||||||
saveTextText: 'Saving document...',
|
saveTextText: 'Saving document...',
|
||||||
txtLoading: 'Loading...'
|
txtLoading: 'Loading...',
|
||||||
|
txtAddNotes: 'Click to add notes'
|
||||||
}
|
}
|
||||||
})(), PE.Controllers.Main || {}))
|
})(), PE.Controllers.Main || {}))
|
||||||
});
|
});
|
||||||
|
|
|
@ -228,6 +228,7 @@
|
||||||
"PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
"PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||||
"PE.Controllers.Main.titleLicenseExp": "License expired",
|
"PE.Controllers.Main.titleLicenseExp": "License expired",
|
||||||
"PE.Controllers.Main.titleServerVersion": "Editor updated",
|
"PE.Controllers.Main.titleServerVersion": "Editor updated",
|
||||||
|
"PE.Controllers.Main.txtAddNotes": "Click to add notes",
|
||||||
"PE.Controllers.Main.txtArt": "Your text here",
|
"PE.Controllers.Main.txtArt": "Your text here",
|
||||||
"PE.Controllers.Main.txtBasicShapes": "Basic Shapes",
|
"PE.Controllers.Main.txtBasicShapes": "Basic Shapes",
|
||||||
"PE.Controllers.Main.txtButtons": "Buttons",
|
"PE.Controllers.Main.txtButtons": "Buttons",
|
||||||
|
|
Loading…
Reference in a new issue