Import template in existing pads

This commit is contained in:
yflory
2018-03-22 17:01:01 +01:00
parent d4dfbddaa6
commit 0c2987a6d1
4 changed files with 54 additions and 3 deletions

View File

@@ -146,6 +146,8 @@ define(function () {
out.useTemplate = "Start with a template?"; //Would you like to "You have available templates for this type of pad. Do you want to use one?";
out.useTemplateOK = 'Pick a template (Enter)';
out.useTemplateCancel = 'Start fresh (Esc)';
out.template_import = "Import a template";
out.template_empty = "No template available";
out.previewButtonTitle = "Display or hide the Markdown preview mode";