Upgrade TinyMCE to 3.4.2, fixes bugs 11955, 11992
This commit is contained in:
parent
faddfc5d8a
commit
38de00f931
422 changed files with 17224 additions and 23491 deletions
|
|
@ -1,8 +1,11 @@
|
|||
/**
|
||||
* $Id: editor_plugin_src.js 539 2008-01-14 19:08:58Z spocke $
|
||||
* editor_plugin_src.js
|
||||
*
|
||||
* @author Moxiecode
|
||||
* @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
|
||||
* Copyright 2009, Moxiecode Systems AB
|
||||
* Released under LGPL License.
|
||||
*
|
||||
* License: http://tinymce.moxiecode.com/license
|
||||
* Contributing: http://tinymce.moxiecode.com/contributing
|
||||
*/
|
||||
|
||||
(function() {
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@ function init() {
|
|||
|
||||
document.getElementById('hrefbrowsercontainer').innerHTML = getBrowserHTML('hrefbrowser','href','file','advlink');
|
||||
document.getElementById('popupurlbrowsercontainer').innerHTML = getBrowserHTML('popupurlbrowser','popupurl','file','advlink');
|
||||
document.getElementById('linklisthrefcontainer').innerHTML = getLinkListHTML('linklisthref','href');
|
||||
document.getElementById('anchorlistcontainer').innerHTML = getAnchorListHTML('anchorlist','href');
|
||||
document.getElementById('targetlistcontainer').innerHTML = getTargetListHTML('targetlist','target');
|
||||
|
||||
// Link list
|
||||
|
|
@ -41,6 +39,13 @@ function init() {
|
|||
else
|
||||
document.getElementById("linklisthrefcontainer").innerHTML = html;
|
||||
|
||||
// Anchor list
|
||||
html = getAnchorListHTML('anchorlist','href');
|
||||
if (html == "")
|
||||
document.getElementById("anchorlistrow").style.display = 'none';
|
||||
else
|
||||
document.getElementById("anchorlistcontainer").innerHTML = html;
|
||||
|
||||
// Resize some elements
|
||||
if (isVisible('hrefbrowser'))
|
||||
document.getElementById('href').style.width = '260px';
|
||||
|
|
@ -354,26 +359,28 @@ function setAttrib(elm, attrib, value) {
|
|||
|
||||
// Clean up the style
|
||||
if (attrib == 'style')
|
||||
value = dom.serializeStyle(dom.parseStyle(value));
|
||||
value = dom.serializeStyle(dom.parseStyle(value), 'a');
|
||||
|
||||
dom.setAttrib(elm, attrib, value);
|
||||
}
|
||||
|
||||
function getAnchorListHTML(id, target) {
|
||||
var inst = tinyMCEPopup.editor;
|
||||
var nodes = inst.dom.select('a.mceItemAnchor,img.mceItemAnchor'), name, i;
|
||||
var html = "";
|
||||
var ed = tinyMCEPopup.editor, nodes = ed.dom.select('a'), name, i, len, html = "";
|
||||
|
||||
html += '<select id="' + id + '" name="' + id + '" class="mceAnchorList" o2nfocus="tinyMCE.addSelectAccessibility(event, this, window);" onchange="this.form.' + target + '.value=';
|
||||
html += 'this.options[this.selectedIndex].value;">';
|
||||
html += '<option value="">---</option>';
|
||||
|
||||
for (i=0; i<nodes.length; i++) {
|
||||
if ((name = inst.dom.getAttrib(nodes[i], "name")) != "")
|
||||
for (i=0, len=nodes.length; i<len; i++) {
|
||||
if ((name = ed.dom.getAttrib(nodes[i], "name")) != "")
|
||||
html += '<option value="#' + name + '">' + name + '</option>';
|
||||
}
|
||||
|
||||
html += '</select>';
|
||||
if (html == "")
|
||||
return "";
|
||||
|
||||
html = '<select id="' + id + '" name="' + id + '" class="mceAnchorList"'
|
||||
+ ' onchange="this.form.' + target + '.value=this.options[this.selectedIndex].value"'
|
||||
+ '>'
|
||||
+ '<option value="">---</option>'
|
||||
+ html
|
||||
+ '</select>';
|
||||
|
||||
return html;
|
||||
}
|
||||
|
|
@ -389,7 +396,6 @@ function insertAction() {
|
|||
|
||||
// Remove element if there is no href
|
||||
if (!document.forms[0].href.value) {
|
||||
tinyMCEPopup.execCommand("mceBeginUndoLevel");
|
||||
i = inst.selection.getBookmark();
|
||||
inst.dom.remove(elm, 1);
|
||||
inst.selection.moveToBookmark(i);
|
||||
|
|
@ -398,12 +404,10 @@ function insertAction() {
|
|||
return;
|
||||
}
|
||||
|
||||
tinyMCEPopup.execCommand("mceBeginUndoLevel");
|
||||
|
||||
// Create new anchor elements
|
||||
if (elm == null) {
|
||||
inst.getDoc().execCommand("unlink", false, null);
|
||||
tinyMCEPopup.execCommand("CreateLink", false, "#mce_temp_url#", {skip_undo : 1});
|
||||
tinyMCEPopup.execCommand("mceInsertLink", false, "#mce_temp_url#", {skip_undo : 1});
|
||||
|
||||
elementArray = tinymce.grep(inst.dom.select("a"), function(n) {return inst.dom.getAttrib(n, 'href') == '#mce_temp_url#';});
|
||||
for (i=0; i<elementArray.length; i++)
|
||||
|
|
@ -425,7 +429,7 @@ function insertAction() {
|
|||
|
||||
function setAllAttribs(elm) {
|
||||
var formObj = document.forms[0];
|
||||
var href = formObj.href.value;
|
||||
var href = formObj.href.value.replace(/ /g, '%20');
|
||||
var target = getSelectValue(formObj, 'targetlist');
|
||||
|
||||
setAttrib(elm, 'href', href);
|
||||
|
|
|
|||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('ar.advlink_dlg',{
|
||||
title:"\u0625\u062F\u0631\u0627\u062C/\u062A\u0639\u062F\u064A\u0644 \u0631\u0627\u0628\u0637",
|
||||
url:"\u0627\u0644\u0631\u0627\u0628\u0637",
|
||||
target:"\u0627\u0644\u0645\u0633\u0627\u0631",
|
||||
titlefield:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646",
|
||||
is_email:"\u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u064A\u0628\u062F\u0648 \u0623\u0646\u0647 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064A\u062F \u0627\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u060C \u0646\u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0636\u0627\u0641\u0629 \u0627\u0644\u0628\u0627\u062F\u0626\u0629 mailto: \u061F",
|
||||
is_external:"\u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0630\u064A \u0623\u0636\u0641\u062A\u0647 \u064A\u0628\u062F\u0648 \u0623\u0646\u0647 \u0631\u0627\u0628\u0637 \u0644\u0635\u0641\u062D\u0629 \u062E\u0627\u0631\u062C\u064A\u0629\u060C \u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0636\u0627\u0641\u0629 \u0627\u0644\u0628\u0627\u062F\u0626\u0629 http:// \u061F",
|
||||
list:"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0648\u0627\u0628\u0637",
|
||||
general_tab:"\u0639\u0627\u0645",
|
||||
popup_tab:"\u0646\u0627\u0641\u0630\u0629 \u0645\u0646\u0628\u062B\u0642\u0629",
|
||||
events_tab:"\u0623\u062D\u062F\u0627\u062B",
|
||||
advanced_tab:"\u0645\u062A\u0642\u062F\u0645",
|
||||
general_props:"\u062E\u0635\u0627\u0626\u0635 \u0639\u0627\u0645\u0629",
|
||||
popup_props:"\u062E\u0635\u0627\u0626\u0635 \u0645\u0646\u0628\u062B\u0642\u0629",
|
||||
event_props:"\u0623\u062D\u062F\u0627\u062B",
|
||||
advanced_props:"\u062E\u0635\u0627\u0626\u0635 \u0645\u062A\u0642\u062F\u0645\u0629",
|
||||
popup_opts:"\u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A",
|
||||
anchor_names:"\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062A",
|
||||
target_same:"\u0641\u062A\u062D \u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0646\u0627\u0641\u062F\u0629/\u0627\u0644\u0627\u0637\u0627\u0631",
|
||||
target_parent:"\u0641\u062A\u062D \u0641\u064A \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0623\u0645/\u0627\u0644\u0627\u0637\u0627\u0631 \u0627\u0644\u0623\u0628",
|
||||
target_top:"\u0641\u062A\u062D \u0641\u064A \u0627\u0637\u0627\u0631 \u0639\u0644\u0648\u064A (\u0633\u064A\u0633\u062A\u0628\u062F\u0644 \u062C\u0645\u064A\u0639 \u0627\u0644\u0627\u0637\u0627\u0631\u0627\u062A)",
|
||||
target_blank:"\u0641\u062A\u062D \u0641\u064A \u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629",
|
||||
popup:"\u062C\u0627\u0641\u0627 \u0633\u0643\u0631\u064A\u0628\u062A \u0645\u0646\u0628\u062B\u0642\u0629",
|
||||
popup_url:"\u0631\u0627\u0628\u0637 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u0646\u0628\u062B\u0642\u0629",
|
||||
popup_name:"\u0627\u0633\u0645 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",
|
||||
popup_return:"\u0625\u062F\u0631\u0627\u062C 'return false'",
|
||||
popup_scrollbars:"\u0639\u0631\u0636 \u0623\u0634\u0631\u0637\u0629 \u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
||||
popup_statusbar:"\u0639\u0631\u0636 \u0634\u0631\u064A\u0637 \u0627\u0644\u062D\u0627\u0644\u0629",
|
||||
popup_toolbar:"\u0639\u0631\u0636 \u0634\u0631\u0637 \u0627\u0644\u0623\u062F\u0648\u0627\u062A",
|
||||
popup_menubar:"\u0639\u0631\u0636 \u0634\u0631\u064A\u0637 \u0627\u0644\u0642\u0627\u0626\u0645\u0629",
|
||||
popup_location:"\u0639\u0631\u0636 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0648\u0636\u0639",
|
||||
popup_resizable:"\u062C\u0639\u0644 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062A\u0635\u063A\u064A\u0631 \u0648 \u0627\u0644\u062A\u0643\u0628\u064A\u0631",
|
||||
popup_dependent:"\u062A\u0627\u0628\u0639 (Mozilla/Firefox \u0641\u0642\u0637)",
|
||||
popup_size:"\u0627\u0644\u062D\u062C\u0645",
|
||||
popup_position:"\u0627\u0644\u0645\u0648\u0642\u0639 (X/Y)",
|
||||
id:"Id",
|
||||
style:"\u0627\u0644\u0623\u0633\u0644\u0648\u0628",
|
||||
classes:"\u0627\u0644\u0641\u0626\u0627\u062A",
|
||||
target_name:"\u0645\u0633\u0627\u0631 \u0627\u0644\u0627\u0633\u0645",
|
||||
langdir:"\u0627\u062A\u062C\u0627\u0647 \u0627\u0644\u0644\u063A\u0629",
|
||||
target_langcode:"\u0645\u0633\u0627\u0631 \u0627\u0644\u0644\u063A\u0629",
|
||||
langcode:"\u0634\u0641\u0631\u0629 \u0627\u0644\u0644\u063A\u0629",
|
||||
encoding:"\u0645\u0633\u0627\u0631 \u0634\u0641\u0631\u0629 \u0627\u0644\u062D\u0631\u0641",
|
||||
mime:"\u0645\u0633\u0627\u0631 MIME type",
|
||||
rel:"\u0627\u0644\u0639\u0644\u0627\u0642\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0644\u0647\u062F\u0641",
|
||||
rev:"\u0627\u0644\u0639\u0644\u0627\u0642\u0629 \u0627\u0644\u0647\u062F\u0641 \u0644\u0644\u0635\u0641\u062D\u0629",
|
||||
tabindex:"\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u062A\u0628\u0648\u064A\u0628",
|
||||
accesskey:"\u062D\u0631\u0641 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",
|
||||
ltr:"\u064A\u0633\u0627\u0631 \u0627\u0644\u0649 \u064A\u0645\u064A\u0646",
|
||||
rtl:"\u064A\u0645\u064A\u0646 \u0627\u0644\u0649 \u064A\u0633\u0627\u0631",
|
||||
link_list:"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0648\u0627\u0628\u0637"
|
||||
});
|
||||
tinyMCE.addI18n('ar.advlink_dlg',{"target_name":"\u0627\u0633\u0645 \u0627\u0644\u0647\u062f\u0641",classes:"\u0635\u0646\u0641",style:"\u0634\u0643\u0644",id:"Id","popup_position":"\u0645\u0648\u0642\u0639 (X/Y)",langdir:"\u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0644\u063a\u0629","popup_size":"\u062d\u062c\u0645","popup_dependent":"\u062e\u0627\u0636\u0639 (Mozilla/Firefox only)","popup_resizable":"\u062a\u063a\u064a\u064a\u0631 \u062d\u062c\u0645 \u0646\u0627\u0641\u0630\u0629","popup_location":"\u0639\u0631\u0636 \u0634\u0631\u064a\u0637 \u0627\u0644\u0645\u0648\u0642\u0639","popup_menubar":"\u0639\u0631\u0636 \u0634\u0631\u064a\u0637 \u0627\u0644\u0642\u0648\u0627\u0626\u0645","popup_toolbar":"\u0625\u0638\u0647\u0627\u0631 \u0634\u0631\u064a\u0637 \u0627\u0644\u0623\u062f\u0648\u0627\u062a","popup_statusbar":"\u0639\u0631\u0636 \u0634\u0631\u064a\u0637 \u0627\u0644\u062d\u0627\u0644\u0629","popup_scrollbars":"\u0639\u0631\u0636 \u0623\u0634\u0631\u0637\u0629 \u0627\u0644\u062a\u0645\u0631\u064a\u0631","popup_return":"\u0625\u062f\u0631\u0627\u062c \'\u0639\u0648\u062f\u0629 \u0643\u0627\u0630\u0628\u0629\' \'return false\'","popup_name":"\u0627\u0633\u0645 \u0627\u0644\u0646\u0627\u0641\u0630\u0629","popup_url":"\u0631\u0627\u0628\u0637 \u0637\u0641\u0648 \u0639\u0644\u0649 \u0627\u0644\u0633\u0637\u062d",popup:"\u062c\u0627\u0641\u0627 \u0633\u0643\u0631\u064a\u0628\u062a","target_blank":"\u0641\u064a \u0641\u062a\u062d \u0646\u0627\u0641\u0630\u0629 \u062c\u062f\u064a\u062f\u0629","target_top":"\u0641\u062a\u062d \u0641\u064a \u0627\u0644\u0625\u0637\u0627\u0631 \u0627\u0644\u0639\u0644\u0648\u064a (\u064a\u062d\u0644 \u0645\u062d\u0644 \u0643\u0627\u0641\u0629 \u0627\u0644\u0625\u0637\u0627\u0631\u0627\u062a)","target_parent":"\u0641\u062a\u062d \u0641\u064a \u0627\u0644\u0625\u0637\u0627\u0631 \u0627\u0644\u0623\u0635\u0644","target_same":"\u0641\u062a\u062d \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0625\u0637\u0627\u0631","anchor_names":"\u0645\u0631\u062a\u0643\u0632\u0627\u062a","popup_opts":"\u062e\u064a\u0627\u0631\u0627\u062a","advanced_props":"\u062e\u0635\u0627\u0626\u0635 \u0645\u062a\u0642\u062f\u0645\u0629","event_props":"\u0623\u062d\u062f\u0627\u062b","popup_props":"\u062e\u0635\u0627\u0626\u0635 \u0645\u0631\u0628\u0639 \u0637\u0641\u0648 \u0639\u0644\u0649 \u0627\u0644\u0633\u0637\u062d ","general_props":"\u0627\u0644\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0639\u0627\u0645\u0629","advanced_tab":"\u0645\u062a\u0642\u062f\u0645","events_tab":"\u0623\u062d\u062f\u0627\u062b","popup_tab":"\u064a\u0645\u0631\u0628\u0639 \u0637\u0641\u0648 \u0639\u0644\u0649 \u0627\u0644\u0633\u0637\u062d","general_tab":"\u0639\u0627\u0645",list:"\u0642\u0627\u0626\u0645\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639","is_external":"\u0627\u0644\u0631\u0627\u0628\u0637 \u064a\u0628\u062f\u0648 \u0627\u0646\u0647 \u0644\u0645\u0648\u0642\u0639 \u062e\u0627\u0631\u062c\u0649 \u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0646 \u0646\u0636\u0639 http://","is_email":"\u0627\u0644\u0631\u0627\u0628\u0637 \u064a\u0628\u062f\u0648 \u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0643\u062a\u0631\u0648\u0646\u0649 \u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0646 \u0646\u0636\u0639 \u0648\u0633\u0645 \u0631\u0627\u0628\u0637 \u0627\u0644\u0628\u0631\u064a\u062f",titlefield:"\u0627\u0633\u0645 \u0627\u0644\u0631\u0627\u0628\u0637",target:"Target",url:"\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0627\u0628\u0637",title:"\u0627\u062f\u062e\u0627\u0644 -\u062a\u0639\u062f\u064a\u0644 \u0631\u0627\u0628\u0637","link_list":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0648\u0627\u0628\u0637",rtl:"\u0645\u0646 \u0627\u0644\u064a\u0645\u064a\u0646 \u0625\u0644\u0649 \u0627\u0644\u064a\u0633\u0627\u0631",ltr:"\u0645\u0646 \u0627\u0644\u064a\u0633\u0627\u0631 \u0625\u0644\u0649 \u0627\u0644\u064a\u0645\u064a\u0646",accesskey:"\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0648\u0635\u0648\u0644",tabindex:" Tab \u0641\u0647\u0631\u0633",rev:"\u0639\u0644\u0627\u0642\u0629 \u0627\u0644\u0647\u062f\u0641 \u0628\u0627\u0644\u0635\u0641\u062d\u0629",rel:"\u0639\u0644\u0627\u0642\u0629 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628\u0627\u0644\u0647\u062f\u0641",mime:"\u0646\u0648\u0639 \u0645\u0644\u0641 \u0627\u0644\u0647\u062f\u0641",encoding:"\u0631\u0645\u0632 \u0627\u0644\u0644\u063a\u0629",langcode:"\u0643\u0648\u062f \u0627\u0644\u0644\u063a\u0647","target_langcode":"\u0644\u063a\u0629 \u0627\u0644\u0647\u062f\u0641"});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('da.advlink_dlg',{
|
||||
title:"Inds\u00E6t/rediger link",
|
||||
url:"Link URL",
|
||||
target:"M\u00E5l",
|
||||
titlefield:"Titel",
|
||||
is_email:"Den URL, der er indtastet, ser ud til at v\u00E6re en emailadresse. Vil du have tilf\u00F8jet det p\u00E5kr\u00E6vede mailto: foran?",
|
||||
is_external:"Den URL, der er indtastet, ser ud til at v\u00E6re et eksternt link. Vil du have tilf\u00F8jet det p\u00E5kr\u00E6vede http:// foran?",
|
||||
list:"Liste over links",
|
||||
general_tab:"Generelt",
|
||||
popup_tab:"Popup",
|
||||
events_tab:"H\u00E6ndelser",
|
||||
advanced_tab:"Advanceret",
|
||||
general_props:"Generelle egenskaber",
|
||||
popup_props:"Popup egenskaber",
|
||||
event_props:"H\u00E6ndelser",
|
||||
advanced_props:"Avancerede egenskaber",
|
||||
popup_opts:"Indstillinger",
|
||||
anchor_names:"Ankre",
|
||||
target_same:"\u00C5ben i dette vindue / ramme",
|
||||
target_parent:"\u00C5ben i overliggende vindue / ramme",
|
||||
target_top:"\u00C5ben i \u00F8verste vindue / ramme (erstatter alle rammer)",
|
||||
target_blank:"\u00C5ben i nyt vindue",
|
||||
popup:"Javascript popup",
|
||||
popup_url:"Popup URL",
|
||||
popup_name:"Vinduesnavn",
|
||||
popup_return:"Inds\u00E6t 'return false'",
|
||||
popup_scrollbars:"Vis rullepanel",
|
||||
popup_statusbar:"Vis statuslinje",
|
||||
popup_toolbar:"Vis v\u00E6rkt\u00F8jslinjer",
|
||||
popup_menubar:"Vis menulinje",
|
||||
popup_location:"Vis adresselinje",
|
||||
popup_resizable:"Lad det v\u00E6re muligt at \u00E6ndre st\u00F8rrelsen p\u00E5 vinduet",
|
||||
popup_dependent:"Afh\u00E6ngig (Kun Mozilla/Firefox)",
|
||||
popup_size:"St\u00F8rrelse",
|
||||
popup_position:"Position (X/Y)",
|
||||
id:"Id",
|
||||
style:"Stil",
|
||||
classes:"Klasser",
|
||||
target_name:"Destinationsnavn",
|
||||
langdir:"Sprogretning",
|
||||
target_langcode:"Destinationssprog",
|
||||
langcode:"Sprogkode",
|
||||
encoding:"Destinationstegns\u00E6t",
|
||||
mime:"Destinations-MIME-type",
|
||||
rel:"Relativ side til destination",
|
||||
rev:"Relativ destination til side",
|
||||
tabindex:"Tabindex",
|
||||
accesskey:"Genvejstast",
|
||||
ltr:"Venstre mod h\u00F8jre",
|
||||
rtl:"H\u00F8jre mod venstre",
|
||||
link_list:"Liste over links"
|
||||
});
|
||||
tinyMCE.addI18n('da.advlink_dlg',{target_name:"Destinationsnavn",classes:"Klasser",style:"Stil",id:"Id",popup_position:"Position (X/Y)",langdir:"Sprogretning",popup_size:"St\u00f8rrelse",popup_dependent:"Afh\u00e6ngig (Kun Mozilla/Firefox)",popup_resizable:"Lad det v\u00e6re muligt at \u00e6ndre st\u00f8rrelsen p\u00e5 vinduet",popup_location:"Vis adresselinje",popup_menubar:"Vis menulinje",popup_toolbar:"Vis v\u00e6rkt\u00f8jslinjer",popup_statusbar:"Vis statuslinje",popup_scrollbars:"Vis rullepanel",popup_return:"Inds\u00e6t \'return false\'",popup_name:"Vinduesnavn",popup_url:"Popup URL",popup:"Javascript popup",target_blank:"\u00c5ben i nyt vindue",target_top:"\u00c5ben i \u00f8verste vindue / ramme (erstatter alle rammer)",target_parent:"\u00c5ben i overliggende vindue / ramme",target_same:"\u00c5ben i dette vindue / ramme",anchor_names:"Ankre",popup_opts:"Indstillinger",advanced_props:"Avancerede egenskaber",event_props:"H\u00e6ndelser",popup_props:"Popup egenskaber",general_props:"Generelle egenskaber",advanced_tab:"Advanceret",events_tab:"H\u00e6ndelser",popup_tab:"Popup",general_tab:"Generelt",list:"Liste over links",is_external:"Den URL, der er indtastet, ser ud til at v\u00e6re et eksternt link. Vil du have tilf\u00f8jet det p\u00e5kr\u00e6vede http:// foran?",is_email:"Den URL, der er indtastet, ser ud til at v\u00e6re en emailadresse. Vil du have tilf\u00f8jet det p\u00e5kr\u00e6vede mailto: foran?",titlefield:"Titel",target:"M\u00e5l",url:"Link URL",title:"Inds\u00e6t/rediger link",link_list:"Liste over links",rtl:"H\u00f8jre mod venstre",ltr:"Venstre mod h\u00f8jre",accesskey:"Genvejstast",tabindex:"Tabindex",rev:"Relativ destination til side",rel:"Relativ side til destination",mime:"Destinations-MIME-type",encoding:"Destinationstegns\u00e6t",langcode:"Sprogkode",target_langcode:"Destinationssprog"});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('de.advlink_dlg',{
|
||||
title:"Link einf\u00FCgen/bearbeiten",
|
||||
url:"Adresse",
|
||||
target:"Fenster",
|
||||
titlefield:"Titel",
|
||||
is_email:"Bei der Adresse scheint es sich um eine E-Mail-Adresse zu handeln. Wollen Sie das dazu ben\u00F6tigte mailto: voranstellen?",
|
||||
is_external:"Bei der Adresse scheint es sich um einen externen Link zu handeln. M\u00F6chten Sie, dass zur korrekten Verlinkung ein http:// vorangestellt wird?",
|
||||
list:"Linkliste",
|
||||
general_tab:"Allgemein",
|
||||
popup_tab:"Popup",
|
||||
events_tab:"Ereignisse",
|
||||
advanced_tab:"Erweitert",
|
||||
general_props:"Allemeine Eigenschaften",
|
||||
popup_props:"Popup-Eigenschaften",
|
||||
event_props:"Ereignisse",
|
||||
advanced_props:"Erweiterte Eigenschaften",
|
||||
popup_opts:"Optionen",
|
||||
anchor_names:"Anker",
|
||||
target_same:"Im selben Fenster/Frame \u00F6ffnen",
|
||||
target_parent:"Im \u00FCbergeordneten Fenster/Frame \u00F6ffnen",
|
||||
target_top:"Im obersten Frame \u00F6ffnen (sprengt das Frameset)",
|
||||
target_blank:"In neuem Fenster \u00F6ffnen",
|
||||
popup:"JavaScript-Popup",
|
||||
popup_url:"Popup-Adresse",
|
||||
popup_name:"Name des Fensters",
|
||||
popup_return:"Link trotz Popup folgen",
|
||||
popup_scrollbars:"Scrollbalken anzeigen",
|
||||
popup_statusbar:"Statusleiste anzeigen",
|
||||
popup_toolbar:"Werkzeugleisten anzeigen",
|
||||
popup_menubar:"Browsermen\u00FC anzeigen",
|
||||
popup_location:"Adressleiste anzeigen",
|
||||
popup_resizable:"Vergr\u00F6\u00DFern des Fenster zulassen",
|
||||
popup_dependent:"Vom Elternfenster abh\u00E4ngig (nur Mozilla/Firefox)",
|
||||
popup_size:"Gr\u00F6\u00DFe",
|
||||
popup_position:"Position (X/Y)",
|
||||
id:"ID",
|
||||
style:"Format",
|
||||
classes:"Klassen",
|
||||
target_name:"Name der Zielseite",
|
||||
langdir:"Schriftrichtung",
|
||||
target_langcode:"Sprache der Zielseite",
|
||||
langcode:"Sprachcode",
|
||||
encoding:"Zeichenkodierung der Zielseite",
|
||||
mime:"MIME-Type der Zielseite",
|
||||
rel:"Beziehung der Seite zum Linkziel",
|
||||
rev:"Beziehung des Linkziels zur Seite",
|
||||
tabindex:"Tabindex",
|
||||
accesskey:"Tastenk\u00FCrzel",
|
||||
ltr:"Links nach rechts",
|
||||
rtl:"Rechts nach links",
|
||||
link_list:"Linkliste"
|
||||
});
|
||||
tinyMCE.addI18n('de.advlink_dlg',{"target_name":"Name der Zielseite",classes:"Klassen",style:"Format",id:"ID","popup_position":"Position (X/Y)",langdir:"Schriftrichtung","popup_size":"Gr\u00f6\u00dfe","popup_dependent":"Vom Elternfenster abh\u00e4ngig <br /> (nur Mozilla/Firefox) ","popup_resizable":"Vergr\u00f6\u00dfern des Fenster zulassen","popup_location":"Adressleiste anzeigen","popup_menubar":"Browsermen\u00fc anzeigen","popup_toolbar":"Werkzeugleisten anzeigen","popup_statusbar":"Statusleiste anzeigen","popup_scrollbars":"Scrollbalken anzeigen","popup_return":"Link trotz Popup folgen","popup_name":"Name des Fensters","popup_url":"Popup-Adresse",popup:"JavaScript-Popup","target_blank":"In neuem Fenster \u00f6ffnen","target_top":"Im obersten Frame \u00f6ffnen (sprengt das Frameset)","target_parent":"Im \u00fcbergeordneten Fenster/Frame \u00f6ffnen","target_same":"Im selben Fenster/Frame \u00f6ffnen","anchor_names":"Anker","popup_opts":"Optionen","advanced_props":"Erweiterte Eigenschaften","event_props":"Ereignisse","popup_props":"Popup-Eigenschaften","general_props":"Allemeine Eigenschaften","advanced_tab":"Erweitert","events_tab":"Ereignisse","popup_tab":"Popup","general_tab":"Allgemein",list:"Linkliste","is_external":"Diese Adresse scheint ein externer Link zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"http://\" voranstellen?","is_email":"Diese Adresse scheint eine E-Mail-Adresse zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"mailto:\" voranstellen?",titlefield:"Titel",target:"Fenster",url:"Adresse",title:"Link einf\u00fcgen/bearbeiten","link_list":"Linkliste",rtl:"Rechts nach links",ltr:"Links nach rechts",accesskey:"Tastenk\u00fcrzel",tabindex:"Tabindex",rev:"Beziehung des Linkziels zur Seite",rel:"Beziehung der Seite zum Linkziel",mime:"MIME-Type der Zielseite",encoding:"Zeichenkodierung der Zielseite",langcode:"Sprachcode","target_langcode":"Sprache der Zielseite"});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('en.advlink_dlg',{
|
||||
title:"Insert/edit link",
|
||||
url:"Link URL",
|
||||
target:"Target",
|
||||
titlefield:"Title",
|
||||
is_email:"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?",
|
||||
is_external:"The URL you entered seems to external link, do you want to add the required http:// prefix?",
|
||||
list:"Link list",
|
||||
general_tab:"General",
|
||||
popup_tab:"Popup",
|
||||
events_tab:"Events",
|
||||
advanced_tab:"Advanced",
|
||||
general_props:"General properties",
|
||||
popup_props:"Popup properties",
|
||||
event_props:"Events",
|
||||
advanced_props:"Advanced properties",
|
||||
popup_opts:"Options",
|
||||
anchor_names:"Anchors",
|
||||
target_same:"Open in this window / frame",
|
||||
target_parent:"Open in parent window / frame",
|
||||
target_top:"Open in top frame (replaces all frames)",
|
||||
target_blank:"Open in new window",
|
||||
popup:"Javascript popup",
|
||||
popup_url:"Popup URL",
|
||||
popup_name:"Window name",
|
||||
popup_return:"Insert 'return false'",
|
||||
popup_scrollbars:"Show scrollbars",
|
||||
popup_statusbar:"Show status bar",
|
||||
popup_toolbar:"Show toolbars",
|
||||
popup_menubar:"Show menu bar",
|
||||
popup_location:"Show location bar",
|
||||
popup_resizable:"Make window resizable",
|
||||
popup_dependent:"Dependent (Mozilla/Firefox only)",
|
||||
popup_size:"Size",
|
||||
popup_position:"Position (X/Y)",
|
||||
id:"Id",
|
||||
style:"Style",
|
||||
classes:"Classes",
|
||||
target_name:"Target name",
|
||||
langdir:"Language direction",
|
||||
target_langcode:"Target language",
|
||||
langcode:"Language code",
|
||||
encoding:"Target character encoding",
|
||||
mime:"Target MIME type",
|
||||
rel:"Relationship page to target",
|
||||
rev:"Relationship target to page",
|
||||
tabindex:"Tabindex",
|
||||
accesskey:"Accesskey",
|
||||
ltr:"Left to right",
|
||||
rtl:"Right to left",
|
||||
link_list:"Link list"
|
||||
});
|
||||
tinyMCE.addI18n('en.advlink_dlg',{"target_name":"Target name",classes:"Classes",style:"Style",id:"Id","popup_position":"Position (X/Y)",langdir:"Language direction","popup_size":"Size","popup_dependent":"Dependent (Mozilla/Firefox only)","popup_resizable":"Make window resizable","popup_location":"Show location bar","popup_menubar":"Show menu bar","popup_toolbar":"Show toolbars","popup_statusbar":"Show status bar","popup_scrollbars":"Show scrollbars","popup_return":"Insert \'return false\'","popup_name":"Window name","popup_url":"Popup URL",popup:"Javascript popup","target_blank":"Open in new window","target_top":"Open in top frame (replaces all frames)","target_parent":"Open in parent window / frame","target_same":"Open in this window / frame","anchor_names":"Anchors","popup_opts":"Options","advanced_props":"Advanced properties","event_props":"Events","popup_props":"Popup properties","general_props":"General properties","advanced_tab":"Advanced","events_tab":"Events","popup_tab":"Popup","general_tab":"General",list:"Link list","is_external":"The URL you entered seems to external link, do you want to add the required http:// prefix?","is_email":"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?",titlefield:"Title",target:"Target",url:"Link URL",title:"Insert/edit link","link_list":"Link list",rtl:"Right to left",ltr:"Left to right",accesskey:"Accesskey",tabindex:"Tabindex",rev:"Relationship target to page",rel:"Relationship page to target",mime:"Target MIME type",encoding:"Target character encoding",langcode:"Language code","target_langcode":"Target language"});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('es.advlink_dlg',{
|
||||
title:"Insertar/editar hiperv\u00EDnculo",
|
||||
url:"URL del hiperv\u00EDnculo",
|
||||
target:"Destino",
|
||||
titlefield:"T\u00EDtulo",
|
||||
is_email:"La URL que ha introducido parece ser una direci\u00F3n de correo, \u00BFdesea agregar el prefijo mailto: necesario?",
|
||||
is_external:"La URL que ha introducido parece ser un v\u00EDnculo externo, \u00BFdesea agregar el prefijo http:// necesario?",
|
||||
list:"Lista de v\u00EDnculos",
|
||||
general_tab:"General",
|
||||
popup_tab:"Ventana emergente",
|
||||
events_tab:"Eventos",
|
||||
advanced_tab:"Avanzado",
|
||||
general_props:"Propiedades generales",
|
||||
popup_props:"Propiedades de ventanas emergentes",
|
||||
event_props:"Eventos",
|
||||
advanced_props:"Propiedades avanzadas",
|
||||
popup_opts:"Opciones",
|
||||
anchor_names:"Anclas",
|
||||
target_same:"Abrir en esta ventana / marco",
|
||||
target_parent:"Abrir en ventana padre / marco",
|
||||
target_top:"Abrir en el marco superior (reemplaza todos los marcos)",
|
||||
target_blank:"Abrir en ventana nueva",
|
||||
popup:"Javascript popup",
|
||||
popup_url:"URL de la ventana emergente",
|
||||
popup_name:"Nombre de la ventana",
|
||||
popup_return:"Insertar 'return false'",
|
||||
popup_scrollbars:"Barras de desplazamiento",
|
||||
popup_statusbar:"Barra de estado",
|
||||
popup_toolbar:"Barra de herramientas",
|
||||
popup_menubar:"Barra de men\u00FA",
|
||||
popup_location:"Barra de localizaci\u00F3n",
|
||||
popup_resizable:"Permitir cambiar el tama\u00F1o de la ventana",
|
||||
popup_dependent:"Dependientes (s\u00F3lo Mozilla/Firefox)",
|
||||
popup_size:"Tama\u00F1o",
|
||||
popup_position:"Posici\u00F3n (X/Y)",
|
||||
id:"Id",
|
||||
style:"Estilo",
|
||||
classes:"Clases",
|
||||
target_name:"Nombre del Target",
|
||||
langdir:"Direcci\u00F3n del lenguaje",
|
||||
target_langcode:"Lenguaje del Target",
|
||||
langcode:"C\u00F3digo del lenguaje",
|
||||
encoding:"Codificaci\u00F3n de caracteres del Target",
|
||||
mime:"Tipo MIME del Target",
|
||||
rel:"Relaci\u00F3n p\u00E1gina a target",
|
||||
rev:"Relaci\u00F3n target a p\u00E1gina",
|
||||
tabindex:"Indice de tabulaci\u00F3n",
|
||||
accesskey:"Tecla de acceso",
|
||||
ltr:"Izquierda a derecha",
|
||||
rtl:"Derecha a izquierda",
|
||||
link_list:"Lista de v\u00EDnculo"
|
||||
});
|
||||
tinyMCE.addI18n('es.advlink_dlg',{"target_name":"Nombre del Target",classes:"Clases",style:"Estilo",id:"Id","popup_position":"Posici\u00f3n (X/Y)",langdir:"Direcci\u00f3n del lenguaje","popup_size":"Tama\u00f1o","popup_dependent":"Dependientes (s\u00f3lo Mozilla/Firefox)","popup_resizable":"Permitir cambiar el tama\u00f1o de la ventana","popup_location":"Barra de localizaci\u00f3n","popup_menubar":"Barra de men\u00fa","popup_toolbar":"Barra de herramientas","popup_statusbar":"Barra de estado","popup_scrollbars":"Barras de desplazamiento","popup_return":"Insertar \'return false\'","popup_name":"Nombre de la ventana","popup_url":"URL de la ventana emergente",popup:"Javascript popup","target_blank":"Abrir en ventana nueva","target_top":"Abrir en el marco superior (reemplaza todos los marcos)","target_parent":"Abrir en ventana padre / marco","target_same":"Abrir en esta ventana / marco","anchor_names":"Anclas","popup_opts":"Opciones","advanced_props":"Propiedades avanzadas","event_props":"Eventos","popup_props":"Propiedades de ventanas emergentes","general_props":"Propiedades generales","advanced_tab":"Avanzado","events_tab":"Eventos","popup_tab":"Ventana emergente","general_tab":"General",list:"Lista de v\u00ednculos","is_external":"La URL que ha introducido parece ser un v\u00ednculo externo, \u00bfdesea agregar el prefijo http:// necesario?","is_email":"La URL que ha introducido parece ser una direci\u00f3n de correo, \u00bfdesea agregar el prefijo mailto: necesario?",titlefield:"T\u00edtulo",target:"Destino",url:"URL del hiperv\u00ednculo",title:"Insertar/editar hiperv\u00ednculo","link_list":"Lista de v\u00ednculo",rtl:"Derecha a izquierda",ltr:"Izquierda a derecha",accesskey:"Tecla de acceso",tabindex:"Indice de tabulaci\u00f3n",rev:"Relaci\u00f3n target a p\u00e1gina",rel:"Relaci\u00f3n p\u00e1gina a target",mime:"Tipo MIME del Target",encoding:"Codificaci\u00f3n de caracteres del Target",langcode:"C\u00f3digo del lenguaje","target_langcode":"Lenguaje del Target"});
|
||||
|
|
@ -1,52 +0,0 @@
|
|||
tinyMCE.addI18n('fa.advlink_dlg',{
|
||||
title:"\u062F\u0631\u062C/\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0644\u06CC\u0646\u0643",
|
||||
url:"URL \u0644\u06CC\u0646\u0643",
|
||||
target:"\u0645\u0642\u0635\u062F (Target)",
|
||||
titlefield:"\u0639\u0646\u0648\u0627\u0646",
|
||||
is_email:"URL \u06CC \u0643\u0647 \u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0647 \u0627\u06CC\u062F \u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0622\u06CC\u062F \u0643\u0647 \u06CC\u0643 \u0622\u062F\u0631\u0633 \u0627\u06CC\u0645\u06CC\u0644 \u0645\u06CC \u0628\u0627\u0634\u062F \u060C \u0622\u06CC\u0627 \u0645\u0627\u06CC\u0644\u06CC\u062F \u062A\u0627 \u067E\u06CC\u0634\u0648\u0646\u062F \u0644\u0627\u0632\u0645\u0647 :mailto \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u0646\u0645\u0627\u0626\u06CC\u062F\u061F",
|
||||
is_external:"URL \u06CC \u0643\u0647 \u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0647 \u0627\u06CC\u062F \u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0622\u06CC\u062F \u0643\u0647 \u06CC\u0643 \u0644\u06CC\u0646\u0643 \u062E\u0627\u0631\u062C\u06CC \u0645\u06CC \u0628\u0627\u0634\u062F \u060C \u0622\u06CC\u0627 \u0645\u0627\u06CC\u0644\u06CC\u062F \u062A\u0627 \u067E\u06CC\u0634\u0648\u0646\u062F \u0644\u0627\u0632\u0645\u0647 //:http \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u0646\u0645\u0627\u0626\u06CC\u062F\u061F",
|
||||
list:"\u0644\u06CC\u0633\u062A \u0644\u06CC\u0646\u0643",
|
||||
general_tab:"\u0639\u0645\u0648\u0645\u06CC",
|
||||
popup_tab:"\u067E\u0646\u062C\u0631\u0647 \u0628\u0627\u0632\u0634\u0648 (Popup)",
|
||||
events_tab:"\u0631\u0648\u06CC\u062F\u0627\u062F\u0647\u0627",
|
||||
advanced_tab:"\u067E\u06CC\u0634\u0631\u0641\u062A\u0647",
|
||||
general_props:"\u0645\u0634\u062E\u0635\u0627\u062A \u0639\u0645\u0648\u0645\u06CC",
|
||||
popup_props:"\u0645\u0634\u062E\u0635\u0627\u062A \u067E\u0646\u062C\u0631\u0647 \u0628\u0627\u0632\u0634\u0648 (Popup)",
|
||||
event_props:"\u0631\u0648\u06CC\u062F\u0627\u062F\u0647\u0627",
|
||||
advanced_props:"\u0645\u0634\u062E\u0635\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",
|
||||
popup_opts:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627",
|
||||
anchor_names:"\u0644\u0646\u06AF\u0631\u0647\u0627 (Anchor)",
|
||||
target_same:"\u0628\u0627\u0632\u0634\u062F\u0646 \u062F\u0631 \u0627\u06CC\u0646 \u067E\u0646\u062C\u0631\u0647 / \u0642\u0627\u0628 (Frame)",
|
||||
target_parent:"\u0628\u0627\u0632\u0634\u062F\u0646 \u062F\u0631 \u067E\u0646\u062C\u0631\u0647 / \u0642\u0627\u0628 \u0648\u0627\u0644\u062F (Parent Frame)",
|
||||
target_top:"\u0628\u0627\u0632\u0634\u062F\u0646 \u062F\u0631 \u0642\u0627\u0628 \u0628\u0627\u0644\u0627 (Top Frame) (\u062A\u0645\u0627\u0645\u06CC \u0642\u0627\u0628 \u0647\u0627 \u0631\u0627 \u062A\u0639\u0648\u06CC\u0636 \u0645\u06CC \u0643\u0646\u062F)",
|
||||
target_blank:"\u0628\u0627\u0632\u0634\u062F\u0646 \u062F\u0631 \u067E\u0646\u062C\u0631\u0647 \u062C\u062F\u06CC\u062F",
|
||||
popup:"\u067E\u0646\u062C\u0631\u0647 \u0628\u0627\u0632\u0634\u0648\u06CC Javascript",
|
||||
popup_url:"URL \u067E\u0646\u062C\u0631\u0647 \u0628\u0627\u0632\u0634\u0648 (Popup)",
|
||||
popup_name:"\u0646\u0627\u0645 \u067E\u0646\u062C\u0631\u0647",
|
||||
popup_return:"\u062F\u0631\u062C 'return false'",
|
||||
popup_scrollbars:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0648\u0627\u0631 \u067E\u06CC\u0645\u0627\u06CC\u0634 \u0647\u0627",
|
||||
popup_statusbar:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0648\u0627\u0631 \u0648\u0636\u0639\u06CC\u062A",
|
||||
popup_toolbar:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0648\u0627\u0631 \u0627\u0628\u0632\u0627\u0631",
|
||||
popup_menubar:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0648\u0627\u0631 \u0645\u0646\u0648",
|
||||
popup_location:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0648\u0627\u0631 \u0645\u0643\u0627\u0646",
|
||||
popup_resizable:"\u0627\u06CC\u062C\u0627\u062F \u067E\u0646\u062C\u0631\u0647 \u0642\u0627\u0628\u0644 \u0627\u0646\u062F\u0627\u0632\u0647 \u0628\u0646\u062F\u06CC \u0645\u062C\u062F\u062F",
|
||||
popup_dependent:"\u0648\u0627\u0628\u0633\u062A\u0647 (\u0641\u0642\u0637 Mozilla/Firefox)",
|
||||
popup_size:"\u0627\u0646\u062F\u0627\u0632\u0647",
|
||||
popup_position:"\u0645\u0648\u0642\u0639\u06CC\u062A (X/Y)",
|
||||
id:"\u0634\u0646\u0627\u0633\u0647",
|
||||
style:"\u0627\u0633\u062A\u06CC\u0644",
|
||||
classes:"\u0643\u0644\u0627\u0633 \u0647\u0627",
|
||||
target_name:"\u0646\u0627\u0645 \u0645\u0642\u0635\u062F (Target)",
|
||||
langdir:"\u062C\u0647\u062A \u0632\u0628\u0627\u0646",
|
||||
target_langcode:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F (Target)",
|
||||
langcode:"\u0643\u062F \u0632\u0628\u0627\u0646",
|
||||
encoding:"\u0631\u0645\u0632\u06AF\u0630\u0627\u0631\u06CC \u0643\u0627\u0631\u0627\u0643\u062A\u0631 \u0645\u0642\u0635\u062F (Target)",
|
||||
mime:"\u0646\u0648\u0639 MIME \u0645\u0642\u0635\u062F (Target)",
|
||||
rel:"\u0631\u0627\u0628\u0637\u0647 \u0635\u0641\u062D\u0647 \u0628\u0627 \u0645\u0642\u0635\u062F (Target)",
|
||||
rev:"\u0631\u0627\u0628\u0637\u0647 \u0645\u0642\u0635\u062F (Target) \u0628\u0627 \u0635\u0641\u062D\u0647",
|
||||
tabindex:"Tabindex",
|
||||
accesskey:"Accesskey",
|
||||
ltr:"\u0686\u067E \u0628\u0647 \u0631\u0627\u0633\u062A",
|
||||
rtl:"\u0631\u0627\u0633\u062A \u0628\u0647 \u0686\u067E",
|
||||
link_list:"\u0644\u06CC\u0633\u062A \u0644\u06CC\u0646\u0643"
|
||||
});
|
||||
1
www/extras/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg.js
vendored
Normal file
1
www/extras/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg.js
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
tinyMCE.addI18n('fi.advlink_dlg',{target_name:"Kohteen nimi",classes:"Luokat",style:"Tyyli",id:"Id",popup_position:"Sijainti (X/Y)",langdir:"Kielen suunta",popup_size:"Koko",popup_dependent:"Riippuvainen (vain Mozilla/Firefox)",popup_resizable:"Tee ikkunan koko muokattavaksi",popup_location:"N\u00e4yt\u00e4 sijaintipalkki",popup_menubar:"N\u00e4yt\u00e4 valikkopalkki",popup_toolbar:"N\u00e4yt\u00e4 ty\u00f6kalut",popup_statusbar:"N\u00e4yt\u00e4 tilapalkki",popup_scrollbars:"N\u00e4yt\u00e4 vierityspalkit",popup_return:"Lis\u00e4\u00e4 \'return false\'",popup_name:"Ikkunan nimi",popup_url:"Ponnahdusikkunan URL",popup:"JavaScript-ponnahdusikkuna",target_blank:"Avaa uudessa ikkunassa",target_top:"Avaa ylimm\u00e4ss\u00e4 ruudussa (korvaa kaikki ruudut)",target_parent:"Avaa ylemm\u00e4ss\u00e4 ikkunassa",target_same:"Avaa t\u00e4ss\u00e4 ikkunassa",anchor_names:"Ankkurit",popup_opts:"Valinta",advanced_props:"Edistyneet asetukset",event_props:"Tapahtumat (events)",popup_props:"Ponnahdusikkunan asetukset",general_props:"Yleiset asetukset",advanced_tab:"Edistynyt",events_tab:"Tapahtumat",popup_tab:"Ponnahdusikkuna",general_tab:"Yleiset",list:"Linkkilista",is_external:"Sy\u00f6tt\u00e4m\u00e4si URL n\u00e4ytt\u00e4\u00e4 olevan sivuston ulkoinen osoite, haluatko lis\u00e4t\u00e4 http://-etuliitteen?",is_email:"Sy\u00f6tt\u00e4m\u00e4si URL n\u00e4ytt\u00e4\u00e4 olevan s\u00e4hk\u00f6postiosoite, haluatko lis\u00e4t\u00e4 mailto:-etuliitteen?",titlefield:"Otsikko",target:"Kohde (target)",url:"Linkin URL",title:"Lis\u00e4\u00e4/muokkaa linkki\u00e4",link_list:"Linkkilista",rtl:"Oikealta vasemmalle",ltr:"Vasemmalta oikealle",accesskey:"Pikan\u00e4pp\u00e4in",tabindex:"Tabulaattori-indeksi",rev:"Kohteen suhde sivuun",rel:"Sivun suhde kohteeseen",mime:"Kohteen MIME-tyyppi",encoding:"Kohteen merkist\u00f6koodaus",langcode:"Kielen koodi",target_langcode:"Kohteen kieli"});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('fr.advlink_dlg',{
|
||||
title:"Ins\u00E9rer/\u00C9diter lien",
|
||||
url:"URL du lien",
|
||||
target:"Cible",
|
||||
titlefield:"Titre",
|
||||
is_email:"L'url que vous avez entr\u00E9 semble \u00EAtre une adresse e-mail, voulez-vous ajouter le pr\u00E9fixe mailto:\u00A0?",
|
||||
is_external:"L'url que vous avez entr\u00E9 semble \u00EAtre une adresse web externe, voulez-vous ajouter le pr\u00E9fixe http://\u00A0?",
|
||||
list:"Liste de liens",
|
||||
general_tab:"G\u00E9n\u00E9ral",
|
||||
popup_tab:"Popup",
|
||||
events_tab:"\u00C9v\u00E9nements",
|
||||
advanced_tab:"Advanc\u00E9",
|
||||
general_props:"Propri\u00E9t\u00E9s g\u00E9n\u00E9rales",
|
||||
popup_props:"Propri\u00E9t\u00E9s du popup",
|
||||
event_props:"\u00C9v\u00E9nements",
|
||||
advanced_props:"Propri\u00E9t\u00E9s avanc\u00E9es",
|
||||
popup_opts:"Options",
|
||||
anchor_names:"Ancres",
|
||||
target_same:"Ouvrir dans cette fen\u00EAtre / dans ce cadre",
|
||||
target_parent:"Ouvrir dans la fen\u00EAtre / le cadre parent",
|
||||
target_top:"Ouvrir dans le cadre principal (Remplace tous les cadres)",
|
||||
target_blank:"Ouvrir dans une nouvelle fen\u00EAtre",
|
||||
popup:"Popup en Javascript",
|
||||
popup_url:"URL du popup",
|
||||
popup_name:"Nom de la fen\u00EAtre",
|
||||
popup_return:"Ins\u00E9rer 'return false'",
|
||||
popup_scrollbars:"Afficher les ascenseurs",
|
||||
popup_statusbar:"Afficher la barre de status",
|
||||
popup_toolbar:"Afficher la barre d'outils",
|
||||
popup_menubar:"Afficher la barre de menu",
|
||||
popup_location:"Afficher la barre d'adresse",
|
||||
popup_resizable:"Rendre la fen\u00EAtre redimensionable",
|
||||
popup_dependent:"D\u00E9pendent (Seulement sous Mozilla/Firefox)",
|
||||
popup_size:"Taille",
|
||||
popup_position:"Position (X/Y)",
|
||||
id:"Id",
|
||||
style:"Style",
|
||||
classes:"Classes",
|
||||
target_name:"Nom de la cible",
|
||||
langdir:"Sens de lecture",
|
||||
target_langcode:"Langue de la cible",
|
||||
langcode:"Code de la langue",
|
||||
encoding:"Encodage de la cible",
|
||||
mime:"Type MIME de la cible",
|
||||
rel:"Relation de la page \u00E0 la cible",
|
||||
rev:"Relation de la cible \u00E0 la page",
|
||||
tabindex:"Tabindex",
|
||||
accesskey:"Touche d'acc\u00E8s rapide",
|
||||
ltr:"Gauche \u00E0 droite",
|
||||
rtl:"Droite \u00E0 gauche",
|
||||
link_list:"Liste des liens"
|
||||
});
|
||||
tinyMCE.addI18n('fr.advlink_dlg',{"target_name":"Nom de la cible",classes:"Classes",style:"Style",id:"Id","popup_position":"Position (X/Y)",langdir:"Sens de lecture","popup_size":"Taille","popup_dependent":"D\u00e9pendante (seulement sous Mozilla/Firefox)","popup_resizable":"Autoriser le redimensionnement de la fen\u00eatre","popup_location":"Afficher la barre d\'adresse","popup_menubar":"Afficher la barre de menu","popup_toolbar":"Afficher la barre d\'outils","popup_statusbar":"Afficher la barre d\'\u00e9tat","popup_scrollbars":"Afficher les ascenseurs","popup_return":"Ins\u00e9rer \'return false\'","popup_name":"Nom de la fen\u00eatre","popup_url":"URL de la popup",popup:"Popup Javascript","target_blank":"Ouvrir dans une nouvelle fen\u00eatre","target_top":"Ouvrir dans le cadre principal (remplace tous les cadres)","target_parent":"Ouvrir dans la fen\u00eatre / le cadre parent","target_same":"Ouvrir dans cette fen\u00eatre / dans ce cadre","anchor_names":"Ancres","popup_opts":"Options","advanced_props":"Propri\u00e9t\u00e9s avanc\u00e9es","event_props":"\u00c9v\u00e8nements","popup_props":"Propri\u00e9t\u00e9s de la popup","general_props":"Propri\u00e9t\u00e9s g\u00e9n\u00e9rales","advanced_tab":"Avanc\u00e9","events_tab":"\u00c9v\u00e8nements","popup_tab":"Popup","general_tab":"G\u00e9n\u00e9ral",list:"Liste de liens","is_external":"L\'URL que vous avez saisie semble \u00eatre une adresse web externe. Souhaitez-vous ajouter le pr\u00e9fixe \u00ab http:// \u00bb ?","is_email":"L\'URL que vous avez saisie semble \u00eatre une adresse e-mail, souhaitez-vous ajouter le pr\u00e9fixe \u00ab mailto: \u00bb ?",titlefield:"Titre",target:"Cible",url:"URL du lien",title:"Ins\u00e9rer / \u00e9diter un lien","link_list":"Liste des liens",rtl:"Droite \u00e0 gauche",ltr:"Gauche \u00e0 droite",accesskey:"Touche d\'acc\u00e8s rapide",tabindex:"Tabindex",rev:"Relation de la cible \u00e0 la page",rel:"Relation de la page \u00e0 la cible",mime:"Type MIME de la cible",encoding:"Encodage de la cible",langcode:"Code de la langue","target_langcode":"Langue de la cible"});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('hu.advlink_dlg',{
|
||||
title:"Link besz\u00FAr\u00E1s/szerkeszt\u00E9s",
|
||||
url:"Link URL",
|
||||
target:"Target",
|
||||
titlefield:"C\u00EDm",
|
||||
is_email:"A be\u00EDrt URL e-mail c\u00EDmnek t\u0171nik, k\u00EDv\u00E1nja a sz\u00FCks\u00E9ges mailto:-t el\u00E9 tenni?",
|
||||
is_external:"A be\u00EDrt URL k\u00FCls\u0151 hivatkoz\u00E1snak t\u0171nik, k\u00EDv\u00E1nja a sz\u00FCks\u00E9ges http://-t el\u00E9 tenni?",
|
||||
list:"Link lista",
|
||||
general_tab:"\u00C1ltal\u00E1nos",
|
||||
popup_tab:"Felugr\u00F3 ablak",
|
||||
events_tab:"Esem\u00E9nyek",
|
||||
advanced_tab:"Halad\u00F3",
|
||||
general_props:"\u00C1ltal\u00E1nos tulajdons\u00E1gok",
|
||||
popup_props:"Felugr\u00F3 ablak tulajdons\u00E1gai",
|
||||
event_props:"Esem\u00E9nyek",
|
||||
advanced_props:"Halad\u00F3 tulajdons\u00E1gok",
|
||||
popup_opts:"Be\u00E1ll\u00EDt\u00E1sok",
|
||||
anchor_names:"Horgonyok",
|
||||
target_same:"Azonos ablakban/keretben megnyit\u00E1s",
|
||||
target_parent:"Sz\u00FCl\u0151 ablakban/keretben megnyit\u00E1s",
|
||||
target_top:"Azonos ablakban/keretben megnyit\u00E1s legfel\u00FCl",
|
||||
target_blank:"\u00DAj ablakban megnyit\u00E1s",
|
||||
popup:"JavaScript felugr\u00F3 ablak",
|
||||
popup_url:"Felugr\u00F3 ablak URL",
|
||||
popup_name:"Ablakn\u00E9v",
|
||||
popup_return:"'return false' besz\u00FAr\u00E1sa",
|
||||
popup_scrollbars:"G\u00F6rget\u0151s\u00E1vok mutat\u00E1sa",
|
||||
popup_statusbar:"St\u00E1tuszsor mutat\u00E1sa",
|
||||
popup_toolbar:"Eszk\u00F6zsor mutat\u00E1sa",
|
||||
popup_menubar:"Men\u00FCsor mutat\u00E1sa",
|
||||
popup_location:"C\u00EDm mez\u0151 mutat\u00E1sa",
|
||||
popup_resizable:"\u00C1tm\u00E9retezhet\u0151 ablak",
|
||||
popup_dependent:"F\u00FCgg\u0151 (csak Mozilla/Firefox)",
|
||||
popup_size:"M\u00E9ret",
|
||||
popup_position:"Poz\u00EDci\u00F3 (X/Y)",
|
||||
id:"Id",
|
||||
style:"Style",
|
||||
classes:"Class-ok",
|
||||
target_name:"C\u00E9l neve",
|
||||
langdir:"Nyelv \u00EDr\u00E1s ir\u00E1ny",
|
||||
target_langcode:"C\u00E9l nyelv",
|
||||
langcode:"Nyelv k\u00F3d",
|
||||
encoding:"C\u00E9l karakterk\u00F3dol\u00E1s",
|
||||
mime:"C\u00E9l MIME t\u00EDpus",
|
||||
rel:"Oldal kapcsolata a c\u00E9llal",
|
||||
rev:"C\u00E9l kapcsolata az oldallal",
|
||||
tabindex:"Tabindex",
|
||||
accesskey:"Gyorsgomb",
|
||||
ltr:"Balr\u00F3l jobbra",
|
||||
rtl:"Jobbr\u00F3l balra",
|
||||
link_list:"Link lista"
|
||||
});
|
||||
tinyMCE.addI18n('hu.advlink_dlg',{"target_name":"C\u00e9l neve",classes:"Class-ok",style:"Style",id:"Id","popup_position":"Poz\u00edci\u00f3 (X/Y)",langdir:"Nyelv \u00edr\u00e1s ir\u00e1ny","popup_size":"M\u00e9ret","popup_dependent":"F\u00fcgg\u0151 (csak Mozilla/Firefox)","popup_resizable":"\u00c1tm\u00e9retezhet\u0151 ablak","popup_location":"C\u00edm mez\u0151 mutat\u00e1sa","popup_menubar":"Men\u00fcsor mutat\u00e1sa","popup_toolbar":"Eszk\u00f6zsor mutat\u00e1sa","popup_statusbar":"St\u00e1tuszsor mutat\u00e1sa","popup_scrollbars":"G\u00f6rget\u0151s\u00e1vok mutat\u00e1sa","popup_return":"\'return false\' besz\u00far\u00e1sa","popup_name":"Ablakn\u00e9v","popup_url":"Felugr\u00f3 ablak URL",popup:"JavaScript felugr\u00f3 ablak","target_blank":"\u00daj ablakban megnyit\u00e1s","target_top":"Azonos ablakban/keretben megnyit\u00e1s legfel\u00fcl","target_parent":"Sz\u00fcl\u0151 ablakban/keretben megnyit\u00e1s","target_same":"Azonos ablakban/keretben megnyit\u00e1s","anchor_names":"Horgonyok","popup_opts":"Be\u00e1ll\u00edt\u00e1sok","advanced_props":"Halad\u00f3 tulajdons\u00e1gok","event_props":"Esem\u00e9nyek","popup_props":"Felugr\u00f3 ablak tulajdons\u00e1gai","general_props":"\u00c1ltal\u00e1nos tulajdons\u00e1gok","advanced_tab":"Halad\u00f3","events_tab":"Esem\u00e9nyek","popup_tab":"Felugr\u00f3 ablak","general_tab":"\u00c1ltal\u00e1nos",list:"Link lista","is_external":"A be\u00edrt URL k\u00fcls\u0151 hivatkoz\u00e1snak t\u0171nik, k\u00edv\u00e1nja a sz\u00fcks\u00e9ges http://-t el\u00e9 tenni?","is_email":"A be\u00edrt URL e-mail c\u00edmnek t\u0171nik, k\u00edv\u00e1nja a sz\u00fcks\u00e9ges mailto:-t el\u00e9 tenni?",titlefield:"C\u00edm",target:"Target",url:"Link URL",title:"Link besz\u00far\u00e1s/szerkeszt\u00e9s","link_list":"Link lista",rtl:"Jobbr\u00f3l balra",ltr:"Balr\u00f3l jobbra",accesskey:"Gyorsgomb",tabindex:"Tabindex",rev:"C\u00e9l kapcsolata az oldallal",rel:"Oldal kapcsolata a c\u00e9llal",mime:"C\u00e9l MIME t\u00edpus",encoding:"C\u00e9l karakterk\u00f3dol\u00e1s",langcode:"Nyelv k\u00f3d","target_langcode":"C\u00e9l nyelv"});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('it.advlink_dlg',{
|
||||
title:"Inserisci/modifica link",
|
||||
url:"URL collegamento",
|
||||
target:"Target",
|
||||
titlefield:"Titolo",
|
||||
is_email:"L'URL inserito sembra essere un indirizzo email. Aggiungere il necessario prefisso mailto: ?",
|
||||
is_external:"L'URL inserito sembra essere un link esterno. Aggiungere il necessario prefisso http:// ?",
|
||||
list:"Lista collegamenti",
|
||||
general_tab:"Generale",
|
||||
popup_tab:"Popup",
|
||||
events_tab:"Eventi",
|
||||
advanced_tab:"Avanzate",
|
||||
general_props:"Propriet\u00E0 generali",
|
||||
popup_props:"Propriet\u00E0 popup",
|
||||
event_props:"Eventi",
|
||||
advanced_props:"Propriet\u00E0 avanzate",
|
||||
popup_opts:"Opzioni",
|
||||
anchor_names:"Ancore",
|
||||
target_same:"Apri in questa finestra / cornice",
|
||||
target_parent:"Apri nella finestra / cornice genitore",
|
||||
target_top:"Apri nella cornice superiore (sostituisce tutte le cornici)",
|
||||
target_blank:"Apri in una nuova finestra",
|
||||
popup:"Popup Javascript",
|
||||
popup_url:"URL Popup",
|
||||
popup_name:"Nome finestra",
|
||||
popup_return:"Inserisci 'return false'",
|
||||
popup_scrollbars:"Mostra barre di scorrimento",
|
||||
popup_statusbar:"Mostra barra di stato",
|
||||
popup_toolbar:"Mostra barre strumenti",
|
||||
popup_menubar:"Mostra barra menu",
|
||||
popup_location:"Mostra barra navigazione",
|
||||
popup_resizable:"Rendi la finestra ridimensionabile",
|
||||
popup_dependent:"Dipendente (Solo in Mozilla/Firefox)",
|
||||
popup_size:"Dimensioni",
|
||||
popup_position:"Posizione (X/Y)",
|
||||
id:"Id",
|
||||
style:"Stile",
|
||||
classes:"Classe",
|
||||
target_name:"Nome target",
|
||||
langdir:"Direzione del testo",
|
||||
target_langcode:"Lingua del target",
|
||||
langcode:"Lingua",
|
||||
encoding:"Codifica carattere del target",
|
||||
mime:"Tipo MIME del target",
|
||||
rel:"Relazione da pagina a target",
|
||||
rev:"Relazione da target a pagina",
|
||||
tabindex:"Indice tabulazione",
|
||||
accesskey:"Carattere di accesso",
|
||||
ltr:"Sinistra verso destra",
|
||||
rtl:"Destra verso sinistra",
|
||||
link_list:"Lista collegamenti"
|
||||
});
|
||||
tinyMCE.addI18n('it.advlink_dlg',{target_name:"Nome target",classes:"Classe",style:"Stile",id:"Id",popup_position:"Posizione (X/Y)",langdir:"Direzione del testo",popup_size:"Dimensioni",popup_dependent:"Dipendente (Solo in Mozilla/Firefox)",popup_resizable:"Rendi la finestra ridimensionabile",popup_location:"Mostra barra navigazione",popup_menubar:"Mostra barra menu",popup_toolbar:"Mostra barre strumenti",popup_statusbar:"Mostra barra di stato",popup_scrollbars:"Mostra barre di scorrimento",popup_return:"Inserisci \'return false\'",popup_name:"Nome finestra",popup_url:"URL Popup",popup:"Popup Javascript",target_blank:"Apri in una nuova finestra",target_top:"Apri nella cornice superiore (sostituisce tutte le cornici)",target_parent:"Apri nella finestra / cornice genitore",target_same:"Apri in questa finestra / cornice",anchor_names:"Ancore",popup_opts:"Opzioni",advanced_props:"Propriet\u00e0 avanzate",event_props:"Eventi",popup_props:"Propriet\u00e0 popup",general_props:"Propriet\u00e0 generali",advanced_tab:"Avanzate",events_tab:"Eventi",popup_tab:"Popup",general_tab:"Generale",list:"Lista collegamenti",is_external:"L\'URL inserito sembra essere un link esterno. Aggiungere il necessario prefisso http:// ?",is_email:"L\'URL inserito sembra essere un indirizzo email. Aggiungere il necessario prefisso mailto: ?",titlefield:"Titolo",target:"Target",url:"URL collegamento",title:"Inserisci/modifica link",link_list:"Lista collegamenti",rtl:"Destra verso sinistra",ltr:"Sinistra verso destra",accesskey:"Carattere di accesso",tabindex:"Indice tabulazione",rev:"Relazione da target a pagina",rel:"Relazione da pagina a target",mime:"Tipo MIME del target",encoding:"Codifica carattere del target",langcode:"Lingua",target_langcode:"Lingua del target"});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('nl.advlink_dlg',{
|
||||
title:"Link invoegen/bewerken",
|
||||
url:"URL",
|
||||
target:"Doel",
|
||||
titlefield:"Titel",
|
||||
is_email:"De ingevoerde URL lijkt op een e-mailadres. Wilt u de vereiste mailto: tekst voorvoegen?",
|
||||
is_external:"De ingevoerde URL lijkt op een externe link. Wilt u de vereiste http:// tekst voorvoegen?",
|
||||
list:"Lijst",
|
||||
general_tab:"Algemeen",
|
||||
popup_tab:"Popup",
|
||||
events_tab:"Gebeurtenissen",
|
||||
advanced_tab:"Geavanceerd",
|
||||
general_props:"Algemene eigenschappen",
|
||||
popup_props:"Popup eigenschappen",
|
||||
event_props:"Gebeurtenissen",
|
||||
advanced_props:"Geavanceerde eigenschappen",
|
||||
popup_opts:"Opties",
|
||||
anchor_names:"Ankers",
|
||||
target_same:"In dit venster / frame openen",
|
||||
target_parent:"In bovenliggend venster / frame openen",
|
||||
target_top:"In bovenste frame openen (vervangt gehele pagina)",
|
||||
target_blank:"In nieuw venster openen",
|
||||
popup:"Javascript popup",
|
||||
popup_url:"Popup URL",
|
||||
popup_name:"Venstertitel",
|
||||
popup_return:"'return false' invoegen",
|
||||
popup_scrollbars:"Scrollbalken weergeven",
|
||||
popup_statusbar:"Statusbalk weergeven",
|
||||
popup_toolbar:"Werkbalk weergeven",
|
||||
popup_menubar:"Menubalk weergeven",
|
||||
popup_location:"Lokatiebalk weergeven",
|
||||
popup_resizable:"Aanpasbaar venster",
|
||||
popup_dependent:"Afhankelijk (Alleen Mozilla/Firefox)",
|
||||
popup_size:"Grootte",
|
||||
popup_position:"Positie (X/Y)",
|
||||
id:"Id",
|
||||
style:"Stijl",
|
||||
classes:"Klasses",
|
||||
target_name:"Doel",
|
||||
langdir:"Taalrichting",
|
||||
target_langcode:"Taal",
|
||||
langcode:"Taalcode",
|
||||
encoding:"Taalcodering",
|
||||
mime:"MIME type",
|
||||
rel:"Relatie van pagina tot doel",
|
||||
rev:"Relatie van doel tot pagina",
|
||||
tabindex:"Tabvolgorde",
|
||||
accesskey:"Toegangstoets",
|
||||
ltr:"Van links naar rechts",
|
||||
rtl:"Van rechts naar links",
|
||||
link_list:"Lijst"
|
||||
});
|
||||
tinyMCE.addI18n('nl.advlink_dlg',{"target_name":"Doel",classes:"Klassen",style:"Stijl",id:"Id","popup_position":"Positie (X/Y)",langdir:"Taalrichting","popup_size":"Grootte","popup_dependent":"Afhankelijk (Alleen Mozilla/Firefox)","popup_resizable":"Aanpasbaar venster","popup_location":"Lokatiebalk weergeven","popup_menubar":"Menubalk weergeven","popup_toolbar":"Werkbalk weergeven","popup_statusbar":"Statusbalk weergeven","popup_scrollbars":"Scrollbalken weergeven","popup_return":"\'return false\' invoegen","popup_name":"Venstertitel","popup_url":"Popup URL",popup:"Javascript popup","target_blank":"In nieuw venster openen","target_top":"In bovenste frame openen (vervangt gehele pagina)","target_parent":"In bovenliggend venster / frame openen","target_same":"In dit venster / frame openen","anchor_names":"Ankers","popup_opts":"Opties","advanced_props":"Geavanceerde eigenschappen","event_props":"Gebeurtenissen","popup_props":"Popup eigenschappen","general_props":"Algemene eigenschappen","advanced_tab":"Geavanceerd","events_tab":"Gebeurtenissen","popup_tab":"Popup","general_tab":"Algemeen",list:"Lijst","is_external":"De ingevoerde URL lijkt op een externe link. Wilt u de vereiste http:// tekst voorvoegen?","is_email":"De ingevoerde URL lijkt op een e-mailadres. Wilt u de vereiste mailto: tekst voorvoegen?",titlefield:"Titel",target:"Doel",url:"URL",title:"Link invoegen/bewerken","link_list":"Lijst",rtl:"Van rechts naar links",ltr:"Van links naar rechts",accesskey:"Toegangstoets",tabindex:"Tabvolgorde",rev:"Relatie van doel tot pagina",rel:"Relatie van pagina tot doel",mime:"MIME type",encoding:"Taalcodering",langcode:"Taalcode","target_langcode":"Taal"});
|
||||
|
|
@ -1,52 +0,0 @@
|
|||
tinyMCE.addI18n('nn.advlink_dlg',{
|
||||
title:"Set inn / rediger lenkje",
|
||||
url:"Lenkje-URL",
|
||||
target:"M\u00E5l",
|
||||
titlefield:"Tittel",
|
||||
is_email:"URL-en du skreiv inn ser ut til \u00E5 vere ei e-postadresse. \u00D8nskjer du \u00E5 leggje til det obligatoriske mailto:-prefikset?",
|
||||
is_external:"URL-en du skreiv inn ser ut til \u00E5 vere ei eksern lenkje. \u00D8nskjer du \u00E5 leggje til det obligatoriske http://-prefikset?",
|
||||
list:"Lenkjeliste",
|
||||
general_tab:"Generelt",
|
||||
popup_tab:"Popup",
|
||||
events_tab:"Hendingar",
|
||||
advanced_tab:"Avansert",
|
||||
general_props:"Generelt",
|
||||
popup_props:"Popup-eigenskapar",
|
||||
event_props:"Hendingar",
|
||||
advanced_props:"Generelle eigenskapar",
|
||||
popup_opts:"Innstillingar",
|
||||
anchor_names:"Anker",
|
||||
target_same:"Opne i same vindauge/ramme",
|
||||
target_parent:"Opne i overordna vindauge/ramme",
|
||||
target_top:"Opne i toppvindauge (erstattar alle rammer)",
|
||||
target_blank:"Opne i nytt vindauge",
|
||||
popup:"Javascript-popup",
|
||||
popup_url:"Popup URL",
|
||||
popup_name:"Namn p\u00E5 vindauge",
|
||||
popup_return:"Set inn \'return false\'",
|
||||
popup_scrollbars:"Vis rullefelt",
|
||||
popup_statusbar:"Vis statusline",
|
||||
popup_toolbar:"Vis verktyliner",
|
||||
popup_menubar:"Vis menyline",
|
||||
popup_location:"Vis plasseringsline",
|
||||
popup_resizable:"Gjer vindauget skalerbart",
|
||||
popup_dependent:"Avhengig vindu (berre i Mozilla/Firefox)",
|
||||
popup_size:"Storleik",
|
||||
popup_position:"Posisjon (X/Y)",
|
||||
id:"Id",
|
||||
style:"Stil",
|
||||
classes:"Klasser",
|
||||
target_name:"M\u00E5lnamn",
|
||||
langdir:"Skriftretning",
|
||||
target_langcode:"M\u00E5lspr\u00E5k",
|
||||
langcode:"Spr\u00E5kkode",
|
||||
encoding:"Teiknkonvertering",
|
||||
mime:"M\u00E5let sin MIME-type",
|
||||
rel:"Sida sitt forhold til m\u00E5let",
|
||||
rev:"M\u00E5let sitt forhold til sida",
|
||||
tabindex:"Tabulatorindeks",
|
||||
accesskey:"Hurtigtast",
|
||||
ltr:"Venstre mot h\u00F8gre",
|
||||
rtl:"H\u00F8gre mot venstre",
|
||||
link_list:"Lenkjeliste"
|
||||
});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('pl.advlink_dlg',{
|
||||
title:"Wstaw/edytuj link",
|
||||
url:"Link URL",
|
||||
target:"Cel",
|
||||
titlefield:"Tytu\u0142",
|
||||
is_email:"Podany adres wydaje si\u0119 by\u0107 adresem emailowym, czy chcesz doda\u0107 wymagany prefix mailto: ?",
|
||||
is_external:"Podany adres wydaje si\u0119 by\u0107 zewn\u0119trznym linkiem, czy chcesz doda\u0107 wymagany prefix http:// ?",
|
||||
list:"Lista link\u00F3w",
|
||||
general_tab:"Og\u00F3lny",
|
||||
popup_tab:"Popup",
|
||||
events_tab:"Wydarzenia",
|
||||
advanced_tab:"Zaawansowany",
|
||||
general_props:"Og\u00F3lne w\u0142a\u015Bciwo\u015Bci",
|
||||
popup_props:"Popup w\u0142a\u015Bciwo\u015Bci",
|
||||
event_props:"Wydarzenia",
|
||||
advanced_props:"Zaawansowae w\u0142a\u015Bciwo\u015Bci",
|
||||
popup_opts:"Opcje",
|
||||
anchor_names:"Kotwice",
|
||||
target_same:"Otw\u00F3rz w tym oknie / ramce",
|
||||
target_parent:"Otw\u00F3rz w nadrz\u0119dnej oknie / ramce",
|
||||
target_top:"Otw\u00F3rz w g\u00F3rnej ramce (zamie\u0144 wszystkie ramki)",
|
||||
target_blank:"Otw\u00F3rz w nowym oknie",
|
||||
popup:"Wyskakuj\u0105ce okienko",
|
||||
popup_url:"URL okienka",
|
||||
popup_name:"Nazwa okiena",
|
||||
popup_return:"Wklej 'return false'",
|
||||
popup_scrollbars:"Poka\u017C paski przewijania",
|
||||
popup_statusbar:"Poka\u017C pasek statusu",
|
||||
popup_toolbar:"Poka\u017C narz\u0119dzia",
|
||||
popup_menubar:"Poka\u017C pasek menu",
|
||||
popup_location:"Poka\u017C pasek adresu",
|
||||
popup_resizable:"Stw\u00F3rz okno z w\u0142a\u015Bciwo\u015Bciami zmiany rozmiaru",
|
||||
popup_dependent:"Podleg\u0142y (Mozilla/Firefox wy\u0142\u0105cznie)",
|
||||
popup_size:"Rozmiar",
|
||||
popup_position:"Pozycja (X/Y)",
|
||||
id:"Id",
|
||||
style:"Wz\u00F3r",
|
||||
classes:"Klasy",
|
||||
target_name:"Cel",
|
||||
langdir:"Kierunek czytania tekstu",
|
||||
target_langcode:"Docelowy kod j\u0119zyka",
|
||||
langcode:"Kod j\u0119zyka",
|
||||
encoding:"Kodowanie znak\u00F3w celu",
|
||||
mime:"Cel MIME type",
|
||||
rel:"Relacje strony do celu",
|
||||
rev:"Relacje celu do strony",
|
||||
tabindex:"Tabindex",
|
||||
accesskey:"Klawisz skr\u00F3tu",
|
||||
ltr:"Kierunek z lewej do prawej",
|
||||
rtl:"Kierunek z prawej do lewej",
|
||||
link_list:"Lista odno\u015Bnik\u00F3w"
|
||||
});
|
||||
tinyMCE.addI18n('pl.advlink_dlg',{"target_name":"Nazwa celu",classes:"Klasy",style:"Styl",id:"Id","popup_position":"Pozycja (X/Y)",langdir:"Kierunek czytania tekstu","popup_size":"Rozmiar","popup_dependent":"Zale\u017cny (Mozilla/Firefox wy\u0142\u0105cznie)","popup_resizable":"Stw\u00f3rz okno z mo\u017cliwo\u015bci\u0105 zmiany rozmiaru","popup_location":"Poka\u017c pasek adresu","popup_menubar":"Poka\u017c pasek menu","popup_toolbar":"Poka\u017c narz\u0119dzia","popup_statusbar":"Poka\u017c pasek statusu","popup_scrollbars":"Poka\u017c paski przewijania","popup_return":"Wstaw \'return false\'","popup_name":"Nazwa okna","popup_url":"URL okna",popup:"Wyskakuj\u0105ce okno","target_blank":"Otw\u00f3rz w nowym oknie","target_top":"Otw\u00f3rz w g\u00f3rnej ramce (zamie\u0144 wszystkie ramki)","target_parent":"Otw\u00f3rz w nadrz\u0119dnym oknie / ramce","target_same":"Otw\u00f3rz w tym oknie / ramce","anchor_names":"Kotwice","popup_opts":"Opcje","advanced_props":"Zaawansowae w\u0142a\u015bciwo\u015bci","event_props":"Zdarzenia","popup_props":"W\u0142a\u015bciwo\u015bci okna","general_props":"W\u0142a\u015bciwo\u015bci og\u00f3lne","advanced_tab":"Zaawansowane","events_tab":"Zdarzenia","popup_tab":"Popup","general_tab":"Og\u00f3lne",list:"Lista link\u00f3w","is_external":"Podany adres wydaje si\u0119 by\u0107 zewn\u0119trznym linkiem, czy chcesz doda\u0107 wymagany prefiks http://?","is_email":"Podany adres wydaje si\u0119 by\u0107 adresem emailowym, czy chcesz doda\u0107 wymagany prefiks mailto:?",titlefield:"Tytu\u0142",target:"Cel",url:"URL linka",title:"Wstaw/edytuj link","link_list":"Lista odno\u015bnik\u00f3w",rtl:"Kierunek z prawej do lewej",ltr:"Kierunek z lewej do prawej",accesskey:"Klawisz skr\u00f3tu",tabindex:"Numer tab",rev:"Relacje celu do strony",rel:"Relacje strony do celu",mime:"Docelowy typ MIME",encoding:"Kodowanie znak\u00f3w celu",langcode:"Kod j\u0119zyka","target_langcode":"Docelowy kod j\u0119zyka"});
|
||||
|
|
@ -1,52 +1 @@
|
|||
tinyMCE.addI18n('pt.advlink_dlg',{
|
||||
title:"Inserir/editar hyperlink",
|
||||
url:"URL do hyperlink",
|
||||
target:"Alvo",
|
||||
titlefield:"T\u00C3\u0083\u00C2\u00ADtulo",
|
||||
is_email:"A URL digitada parece ser um endere\u00C3\u0083\u00C2\u00A7o de e-mail. Deseja acrescentar o (necess\u00C3\u0083\u00C2\u00A1rio) prefixo mailto:?",
|
||||
is_external:"A URL digitada parece conduzir a um link externo. Deseja acrescentar o (necess\u00C3\u0083\u00C2\u00A1rio) prefixo http://?",
|
||||
list:"Lista de hyperlinks",
|
||||
general_tab:"Geral",
|
||||
popup_tab:"Popup",
|
||||
events_tab:"Eventos",
|
||||
advanced_tab:"Avan\u00C3\u0083\u00C2\u00A7ado",
|
||||
general_props:"Propriedades gerais",
|
||||
popup_props:"Propriedades de popup",
|
||||
event_props:"Eventos",
|
||||
advanced_props:"Propriedades avan\u00C3\u0083\u00C2\u00A7adas",
|
||||
popup_opts:"Op\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00B5es",
|
||||
anchor_names:"\u00C3\u0083\u00C2\u0082ncoras",
|
||||
target_same:"Abrir nesta janela/quadro",
|
||||
target_parent:"Abrir na janela/quadro pai",
|
||||
target_top:"Abrir na p\u00C3\u0083\u00C2\u00A1gina inteira (substitui todos os quadros)",
|
||||
target_blank:"Abrir numa nova janela",
|
||||
popup:"Popup javascript",
|
||||
popup_url:"URL do popup",
|
||||
popup_name:"Nome da janela",
|
||||
popup_return:"Inserir 'return false'",
|
||||
popup_scrollbars:"Mostrar barras de scroll",
|
||||
popup_statusbar:"Mostrar barra de status",
|
||||
popup_toolbar:"Mostrar barras de ferramentas",
|
||||
popup_menubar:"Mostrar barra de menu",
|
||||
popup_location:"Mostrar barra de endere\u00C3\u0083\u00C2\u00A7os",
|
||||
popup_resizable:"Permitir altera\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00A3o do tamanho da janela",
|
||||
popup_dependent:"Dependente (Mozilla/Firefox apenas)",
|
||||
popup_size:"Tamanho",
|
||||
popup_position:"Posi\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00A3o (X/Y)",
|
||||
id:"Id",
|
||||
style:"Estilo",
|
||||
classes:"Classes",
|
||||
target_name:"Nome do alvo",
|
||||
langdir:"Direc\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00A3o do texto",
|
||||
target_langcode:"linguagem alvo",
|
||||
langcode:"C\u00C3\u0083\u00C2\u00B3digo da linguagem",
|
||||
encoding:"Codifica\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00A3o de caracteres",
|
||||
mime:"Tipo MIME alvo",
|
||||
rel:"Rela\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00A3o p\u00C3\u0083\u00C2\u00A1gina/alvo",
|
||||
rev:"Rela\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00A3o alvo/p\u00C3\u0083\u00C2\u00A1gina",
|
||||
tabindex:"Tabindex",
|
||||
accesskey:"Chave de acesso",
|
||||
ltr:"Da esquerda para a direita",
|
||||
rtl:"Da direita para a esquerda",
|
||||
link_list:"Lista de hyperlinks"
|
||||
});
|
||||
tinyMCE.addI18n('pt.advlink_dlg',{"target_name":"Nome do alvo",classes:"Classes",style:"Estilo",id:"Id","popup_position":"Posi\u00e7\u00e3o (X/Y)",langdir:"Dire\u00e7\u00e3o do texto","popup_size":"Tamanho","popup_dependent":"Dependente (Mozilla/Firefox apenas)","popup_resizable":"Permitir altera\u00e7\u00e3o do tamanho da janela","popup_location":"Mostrar a barra de endere\u00e7os","popup_menubar":"Mostrar a barra de menu","popup_toolbar":"Mostrar a barra de ferramentas","popup_statusbar":"Mostrar a barra de status","popup_scrollbars":"Mostrar as barras de scroll","popup_return":"Inserir \"return false\"","popup_name":"Nome da janela","popup_url":"URL do popup",popup:"Popup javascript","target_blank":"Abrir numa nova janela","target_top":"Abrir na p\u00e1gina inteira (substitui todos os quadros)","target_parent":"Abrir na janela/quadro pai","target_same":"Abrir nesta janela/quadro","anchor_names":"\u00c2ncoras","popup_opts":"Op\u00e7\u00f5es","advanced_props":"Propriedades avan\u00e7adas","event_props":"Eventos","popup_props":"Propriedades de popup","general_props":"Propriedades gerais","advanced_tab":"Avan\u00e7ado","events_tab":"Eventos","popup_tab":"Popup","general_tab":"Geral",list:"Lista de hyperlinks","is_external":"A URL digitada parece conduzir a um link externo. Deseja acrescentar o prefixo necess\u00e1rio http://?","is_email":"A URL digitada parece ser um endere\u00e7o de e-mail. Deseja acrescentar o prefixo necess\u00e1rio mailto:?",titlefield:"T\u00edtulo",target:"Alvo",url:"URL do hyperlink",title:"Inserir/editar hyperlink","link_list":"Lista de hyperlinks",rtl:"Da direita para a esquerda",ltr:"Da esquerda para a direita",accesskey:"Chave de acesso",tabindex:"Tabindex",rev:"Rela\u00e7\u00e3o alvo/p\u00e1gina",rel:"Rela\u00e7\u00e3o p\u00e1gina/alvo",mime:"Tipo MIME alvo",encoding:"Codifica\u00e7\u00e3o de caracteres",langcode:"C\u00f3digo do idioma","target_langcode":"Idioma alvo"});
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -9,37 +9,38 @@
|
|||
<script type="text/javascript" src="js/advlink.js"></script>
|
||||
<link href="css/advlink.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body id="advlink" style="display: none">
|
||||
<form onsubmit="insertAction();return false;" action="#">
|
||||
<div class="tabs">
|
||||
<body id="advlink" style="display: none" role="application" onload="javascript:mcTabs.displayTab('general_tab','general_panel', true);" aria-labelledby="app_label">
|
||||
<span class="mceVoiceLabel" id="app_label" style="display:none;">{#advlink_dlg.title}</span>
|
||||
<form onsubmit="insertAction();return false;" action="#">
|
||||
<div class="tabs" role="presentation">
|
||||
<ul>
|
||||
<li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#advlink_dlg.general_tab}</a></span></li>
|
||||
<li id="popup_tab"><span><a href="javascript:mcTabs.displayTab('popup_tab','popup_panel');" onmousedown="return false;">{#advlink_dlg.popup_tab}</a></span></li>
|
||||
<li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#advlink_dlg.events_tab}</a></span></li>
|
||||
<li id="advanced_tab"><span><a href="javascript:mcTabs.displayTab('advanced_tab','advanced_panel');" onmousedown="return false;">{#advlink_dlg.advanced_tab}</a></span></li>
|
||||
<li id="general_tab" class="current" aria-controls="general_panel" ><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#advlink_dlg.general_tab}</a></span></li>
|
||||
<li id="popup_tab" aria-controls="popup_panel" ><span><a href="javascript:mcTabs.displayTab('popup_tab','popup_panel');" onmousedown="return false;">{#advlink_dlg.popup_tab}</a></span></li>
|
||||
<li id="events_tab" aria-controls="events_panel"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#advlink_dlg.events_tab}</a></span></li>
|
||||
<li id="advanced_tab" aria-controls="advanced_panel"><span><a href="javascript:mcTabs.displayTab('advanced_tab','advanced_panel');" onmousedown="return false;">{#advlink_dlg.advanced_tab}</a></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="panel_wrapper">
|
||||
<div class="panel_wrapper" role="presentation">
|
||||
<div id="general_panel" class="panel current">
|
||||
<fieldset>
|
||||
<legend>{#advlink_dlg.general_props}</legend>
|
||||
|
||||
<table border="0" cellpadding="4" cellspacing="0">
|
||||
<table border="0" cellpadding="4" cellspacing="0" role="presentation">
|
||||
<tr>
|
||||
<td class="nowrap"><label id="hreflabel" for="href">{#advlink_dlg.url}</label></td>
|
||||
<td><table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><input id="href" name="href" type="text" class="mceFocus" value="" onchange="selectByValue(this.form,'linklisthref',this.value);" /></td>
|
||||
<td id="hrefbrowsercontainer"> </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td class="nowrap"><label id="hreflabel" for="href">{#advlink_dlg.url}</label></td>
|
||||
<td><table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><input id="href" name="href" type="text" class="mceFocus" value="" onchange="selectByValue(this.form,'linklisthref',this.value);" aria-required="true" /></td>
|
||||
<td id="hrefbrowsercontainer"> </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr id="linklisthrefrow">
|
||||
<td class="column1"><label for="linklisthref">{#advlink_dlg.list}</label></td>
|
||||
<td colspan="2" id="linklisthrefcontainer"><select id="linklisthref"><option value=""></option></select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr id="anchorlistrow">
|
||||
<td class="column1"><label for="anchorlist">{#advlink_dlg.anchor_names}</label></td>
|
||||
<td colspan="2" id="anchorlistcontainer"><select id="anchorlist"><option value=""></option></select></td>
|
||||
</tr>
|
||||
|
|
@ -70,7 +71,7 @@
|
|||
<input type="checkbox" id="ispopup" name="ispopup" class="radio" onclick="setPopupControlsDisabled(!this.checked);buildOnClick();" />
|
||||
<label id="ispopuplabel" for="ispopup">{#advlink_dlg.popup}</label>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="4">
|
||||
<table border="0" cellpadding="0" cellspacing="4" role="presentation" >
|
||||
<tr>
|
||||
<td class="nowrap"><label for="popupurl">{#advlink_dlg.popup_url}</label> </td>
|
||||
<td>
|
||||
|
|
@ -86,18 +87,22 @@
|
|||
<td class="nowrap"><label for="popupname">{#advlink_dlg.popup_name}</label> </td>
|
||||
<td><input type="text" name="popupname" id="popupname" value="" onchange="buildOnClick();" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="nowrap"><label>{#advlink_dlg.popup_size}</label> </td>
|
||||
<tr role="group" aria-labelledby="popup_size_label">
|
||||
<td class="nowrap"><label id="popup_size_label">{#advlink_dlg.popup_size}</label> </td>
|
||||
<td class="nowrap">
|
||||
<input type="text" id="popupwidth" name="popupwidth" value="" onchange="buildOnClick();" /> x
|
||||
<input type="text" id="popupheight" name="popupheight" value="" onchange="buildOnClick();" /> px
|
||||
<span style="display:none" id="width_voiceLabel">{#advlink_dlg.width}</span>
|
||||
<input type="text" id="popupwidth" name="popupwidth" value="" onchange="buildOnClick();" aria-labelledby="width_voiceLabel" /> x
|
||||
<span style="display:none" id="height_voiceLabel">{#advlink_dlg.height}</span>
|
||||
<input type="text" id="popupheight" name="popupheight" value="" onchange="buildOnClick();" aria-labelledby="height_voiceLabel" /> px
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="nowrap" id="labelleft"><label>{#advlink_dlg.popup_position}</label> </td>
|
||||
<tr role="group" aria-labelledby="popup_position_label center_hint">
|
||||
<td class="nowrap" id="labelleft"><label id="popup_position_label">{#advlink_dlg.popup_position}</label> </td>
|
||||
<td class="nowrap">
|
||||
<input type="text" id="popupleft" name="popupleft" value="" onchange="buildOnClick();" /> /
|
||||
<input type="text" id="popuptop" name="popuptop" value="" onchange="buildOnClick();" /> (c /c = center)
|
||||
<span style="display:none" id="x_voiceLabel">X</span>
|
||||
<input type="text" id="popupleft" name="popupleft" value="" onchange="buildOnClick();" aria-labelledby="x_voiceLabel" /> /
|
||||
<span style="display:none" id="y_voiceLabel">Y</span>
|
||||
<input type="text" id="popuptop" name="popuptop" value="" onchange="buildOnClick();" aria-labelledby="y_voiceLabel" /> <span id="center_hint">(c /c = center)</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -105,7 +110,7 @@
|
|||
<fieldset>
|
||||
<legend>{#advlink_dlg.popup_opts}</legend>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="4">
|
||||
<table border="0" cellpadding="0" cellspacing="4" role="presentation" >
|
||||
<tr>
|
||||
<td><input type="checkbox" id="popuplocation" name="popuplocation" class="checkbox" onchange="buildOnClick();" /></td>
|
||||
<td class="nowrap"><label id="popuplocationlabel" for="popuplocation">{#advlink_dlg.popup_location}</label></td>
|
||||
|
|
@ -139,7 +144,7 @@
|
|||
<fieldset>
|
||||
<legend>{#advlink_dlg.advanced_props}</legend>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="4">
|
||||
<table border="0" cellpadding="0" cellspacing="4" role="presentation" >
|
||||
<tr>
|
||||
<td class="column1"><label id="idlabel" for="id">{#advlink_dlg.id}</label></td>
|
||||
<td><input id="id" name="id" type="text" value="" /></td>
|
||||
|
|
@ -259,7 +264,7 @@
|
|||
<fieldset>
|
||||
<legend>{#advlink_dlg.event_props}</legend>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="4">
|
||||
<table border="0" cellpadding="0" cellspacing="4" role="presentation" >
|
||||
<tr>
|
||||
<td class="column1"><label for="onfocus">onfocus</label></td>
|
||||
<td><input id="onfocus" name="onfocus" type="text" value="" /></td>
|
||||
|
|
@ -325,14 +330,9 @@
|
|||
</div>
|
||||
|
||||
<div class="mceActionPanel">
|
||||
<div style="float: left">
|
||||
<input type="submit" id="insert" name="insert" value="{#insert}" />
|
||||
</div>
|
||||
|
||||
<div style="float: right">
|
||||
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
||||
</div>
|
||||
<input type="submit" id="insert" name="insert" value="{#insert}" />
|
||||
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue