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 520 2008-01-07 16:30:32Z 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() {
|
||||
|
|
|
|||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('ar.advhr_dlg',{
|
||||
width:"\u0627\u0644\u0639\u0631\u0636",
|
||||
size:"\u0627\u0644\u0625\u0631\u062A\u0641\u0627\u0639",
|
||||
noshade:"\u0628\u062F\u0648\u0646 \u0638\u0644"
|
||||
});
|
||||
tinyMCE.addI18n('ar.advhr_dlg',{size:"\u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639",noshade:"\u0644\u0627 \u0638\u0644",width:"\u0627\u0644\u0639\u0631\u0636"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('da.advhr_dlg',{
|
||||
width:"Bredde",
|
||||
size:"H\u00F8jde",
|
||||
noshade:"Ingen skygge"
|
||||
});
|
||||
tinyMCE.addI18n('da.advhr_dlg',{size:"H\u00f8jde",noshade:"Ingen skygge",width:"Bredde"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('de.advhr_dlg',{
|
||||
width:"Breite",
|
||||
size:"H\u00F6he",
|
||||
noshade:"Kein Schatten"
|
||||
});
|
||||
tinyMCE.addI18n('de.advhr_dlg',{size:"H\u00f6he",noshade:"Kein Schatten",width:"Breite"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('en.advhr_dlg',{
|
||||
width:"Width",
|
||||
size:"Height",
|
||||
noshade:"No shadow"
|
||||
});
|
||||
tinyMCE.addI18n('en.advhr_dlg',{size:"Height",noshade:"No shadow",width:"Width"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('es.advhr_dlg',{
|
||||
width:"Ancho",
|
||||
size:"Alto",
|
||||
noshade:"Sin sombra"
|
||||
});
|
||||
tinyMCE.addI18n('es.advhr_dlg',{size:"Alto",noshade:"Sin sombra",width:"Ancho"});
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
tinyMCE.addI18n('fa.advhr_dlg',{
|
||||
width:"\u067E\u0647\u0646\u0627",
|
||||
size:"\u0627\u0631\u062A\u0641\u0627\u0639",
|
||||
noshade:"\u0628\u062F\u0648\u0646 \u0633\u0627\u06CC\u0647"
|
||||
});
|
||||
1
www/extras/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fi_dlg.js
vendored
Normal file
1
www/extras/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fi_dlg.js
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
tinyMCE.addI18n('fi.advhr_dlg',{size:"Korkeus",noshade:"Ei varjoa",width:"Leveys"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('fr.advhr_dlg',{
|
||||
width:"Largeur",
|
||||
size:"Hauteur",
|
||||
noshade:"Pas d'ombre"
|
||||
});
|
||||
tinyMCE.addI18n('fr.advhr_dlg',{size:"Hauteur",noshade:"Pas d\'ombre",width:"Largeur"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('hu.advhr_dlg',{
|
||||
width:"Sz\u00E9less\u00E9g",
|
||||
size:"Magass\u00E1g",
|
||||
noshade:"\u00C1rny\u00E9k n\u00E9lk\u00FCl"
|
||||
});
|
||||
tinyMCE.addI18n('hu.advhr_dlg',{size:"Magass\u00e1g",noshade:"\u00c1rny\u00e9k n\u00e9lk\u00fcl",width:"Sz\u00e9less\u00e9g"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('it.advhr_dlg',{
|
||||
width:"Width",
|
||||
size:"Height",
|
||||
noshade:"Senza ombreggiatura"
|
||||
});
|
||||
tinyMCE.addI18n('it.advhr_dlg',{size:"Altezza",noshade:"Senza ombreggiatura",width:"Larghezza"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('nl.advhr_dlg',{
|
||||
width:"Breedte",
|
||||
size:"Hoogte",
|
||||
noshade:"Geen schaduw"
|
||||
});
|
||||
tinyMCE.addI18n('nl.advhr_dlg',{size:"Hoogte",noshade:"Geen schaduw",width:"Breedte"});
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
tinyMCE.addI18n('nn.advhr_dlg',{
|
||||
width:"Breidd",
|
||||
size:"Storleik",
|
||||
noshade:"Inga skugge"
|
||||
});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('pl.advhr_dlg',{
|
||||
width:"Szeroko\u015B\u0107",
|
||||
size:"Wysoko\u015B\u0107",
|
||||
noshade:"Bez cienia"
|
||||
});
|
||||
tinyMCE.addI18n('pl.advhr_dlg',{size:"Wysoko\u015b\u0107",noshade:"Bez cienia",width:"Szeroko\u015b\u0107"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('pt.advhr_dlg',{
|
||||
width:"Largura",
|
||||
size:"Altura",
|
||||
noshade:"Sem sombra"
|
||||
});
|
||||
tinyMCE.addI18n('pt.advhr_dlg',{size:"Altura",noshade:"Sem sombra",width:"Largura"});
|
||||
|
|
@ -1,5 +1 @@
|
|||
tinyMCE.addI18n('ru.advhr_dlg',{
|
||||
width:"\u0428\u0438\u0440\u0438\u043D\u0430",
|
||||
size:"\u0412\u044B\u0441\u043E\u0442\u0430",
|
||||
noshade:"\u041D\u0435\u0442 \u0442\u0435\u043D\u0438"
|
||||
});
|
||||
tinyMCE.addI18n('ru.advhr_dlg',{size:"\u0412\u044b\u0441\u043e\u0442\u0430",noshade:"\u0411\u0435\u0437 \u0442\u0435\u043d\u0438",width:"\u0428\u0438\u0440\u0438\u043d\u0430"});
|
||||
|
|
@ -8,54 +8,50 @@
|
|||
<script type="text/javascript" src="../../utils/form_utils.js"></script>
|
||||
<link href="css/advhr.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<body role="application">
|
||||
<form onsubmit="AdvHRDialog.update();return false;" action="#">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#advhr.advhr_desc}</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;">{#advhr.advhr_desc}</a></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="panel_wrapper">
|
||||
<div id="general_panel" class="panel current">
|
||||
<table border="0" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td><label for="width">{#advhr_dlg.width}</label></td>
|
||||
<td class="nowrap">
|
||||
<input id="width" name="width" type="text" value="" class="mceFocus" />
|
||||
<select name="width2" id="width2">
|
||||
<option value="">px</option>
|
||||
<option value="%">%</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="size">{#advhr_dlg.size}</label></td>
|
||||
<td><select id="size" name="size">
|
||||
<option value="">Normal</option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
<option value="4">4</option>
|
||||
<option value="5">5</option>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="noshade">{#advhr_dlg.noshade}</label></td>
|
||||
<td><input type="checkbox" name="noshade" id="noshade" class="radio" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table role="presentation" border="0" cellpadding="4" cellspacing="0">
|
||||
<tr role="group" aria-labelledby="width_label">
|
||||
<td><label id="width_label" for="width">{#advhr_dlg.width}</label></td>
|
||||
<td class="nowrap">
|
||||
<input id="width" name="width" type="text" value="" class="mceFocus" />
|
||||
<span style="display:none;" id="width_unit_label">{#advhr_dlg.widthunits}</span>
|
||||
<select name="width2" id="width2" aria-labelledby="width_unit_label">
|
||||
<option value="">px</option>
|
||||
<option value="%">%</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="size">{#advhr_dlg.size}</label></td>
|
||||
<td><select id="size" name="size">
|
||||
<option value="">{#advhr_dlg.normal}</option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
<option value="4">4</option>
|
||||
<option value="5">5</option>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="noshade">{#advhr_dlg.noshade}</label></td>
|
||||
<td><input type="checkbox" name="noshade" id="noshade" class="radio" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</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>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue