Import template in existing pads
This commit is contained in:
@@ -145,6 +145,8 @@ define(function () {
|
||||
out.useTemplate = "Commencer avec un modèle?";
|
||||
out.useTemplateOK = 'Choisir un modèle (Entrée)';
|
||||
out.useTemplateCancel = 'Document vierge (Échap)';
|
||||
out.template_import = "Importer un modèle";
|
||||
out.template_empty = "Aucun modèle disponible";
|
||||
|
||||
out.previewButtonTitle = "Afficher ou cacher la prévisualisation de Markdown";
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user