Add missing translations
This commit is contained in:
@@ -1129,7 +1129,7 @@ define([
|
||||
}
|
||||
if (data.filename && data.filename !== data.title) {
|
||||
var $renamed = $renamedIcon.clone().appendTo($state);
|
||||
$renamed.attr('title', "TODO: you've set a custom name for this pad. Its shared title is:\n<b>{0}</b>");
|
||||
$renamed.attr('title', Messages._getKey('fm_renamedPad', [data.title]));
|
||||
}
|
||||
|
||||
var name = filesOp.getTitle(element);
|
||||
|
||||
@@ -881,9 +881,9 @@ define([
|
||||
editor.on('instanceReady', waitFor());
|
||||
}).nThen(function (/*waitFor*/) {
|
||||
editor.plugins.mediatag.translations = {
|
||||
title: 'TODO: TITLE',
|
||||
width: 'TODO: width',
|
||||
height: 'TODO: height'
|
||||
title: Messages.pad_mediatagTitle,
|
||||
width: Messages.pad_mediatagWidth,
|
||||
height: Messages.pad_mediatagHeight
|
||||
};
|
||||
/*if (Ckeditor.env.safari) {
|
||||
var fixIframe = function () {
|
||||
|
||||
Reference in New Issue
Block a user