Add translations for pad embed

This commit is contained in:
yflory
2017-09-06 11:21:53 +02:00
parent 3ca9f41290
commit 8f2776657b
2 changed files with 5 additions and 2 deletions

View File

@@ -175,8 +175,8 @@ define(function () {
out.viewOpenTitle = "Open this pad in read-only mode in a new tab";
out.fileShare = "Copy link";
out.getEmbedCode = "Get embed code";
out.viewEmbedTitle = "";
out.viewEmbedTag = "";
out.viewEmbedTitle = "Embed the pad in an external page";
out.viewEmbedTag = "To embed this pad, include this iframe in your page wherever you want. You can style it using CSS or HTML attributes.";
out.fileEmbedTitle = "Embed the file in an external page";
out.fileEmbedScript = "To embed this file, include this script once in your page to load the Media Tag:";
out.fileEmbedTag = "Then place this Media Tag wherever in your page you would like to embed:";