Use the CodeMirror editor in the slide application

This commit is contained in:
Yann Flory
2016-09-30 17:39:16 +02:00
parent b5b0eacebc
commit 2609af2105
61 changed files with 3553 additions and 426 deletions

View File

@@ -47,7 +47,8 @@ define(function () {
out.back = '⇐ Back';
out.backToCryptpad = '⇐ Back to Cryptpad';
out.changeNameButton = 'Change name';
out.userButton = 'USER';
out.userButtonTitle = 'Change your username';
out.changeNamePrompt = 'Change your name: ';
out.renameButton = 'RENAME';