|
|
@ -77,7 +77,8 @@ |
|
|
|
}, |
|
|
|
preformattedText : { |
|
|
|
title : "Preformatted text / Codes", |
|
|
|
emptyAlert : "Error: Please fill in the Preformatted text or content of the codes." |
|
|
|
emptyAlert : "Error: Please fill in the Preformatted text or content of the codes.", |
|
|
|
placeholder : "coding now...." |
|
|
|
}, |
|
|
|
codeBlock : { |
|
|
|
title : "Code block", |
|
|
@ -85,7 +86,8 @@ |
|
|
|
selectDefaultText : "select a code language...", |
|
|
|
otherLanguage : "Other languages", |
|
|
|
unselectedLanguageAlert : "Error: Please select the code language.", |
|
|
|
codeEmptyAlert : "Error: Please fill in the code content." |
|
|
|
codeEmptyAlert : "Error: Please fill in the code content.", |
|
|
|
placeholder : "coding now...." |
|
|
|
}, |
|
|
|
htmlEntities : { |
|
|
|
title : "HTML Entities" |
|
|
|