Updated TinyMCE to 3.2.1.1

This commit is contained in:
abacab
2009-01-01 11:44:00 -05:00
parent a7a76e9aee
commit 5c0ed5db40
1344 changed files with 74627 additions and 12975 deletions

View File

@@ -0,0 +1,149 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#xhtmlxtras_dlg.title_abbr_element}</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="../../utils/mctabs.js"></script>
<script type="text/javascript" src="../../utils/form_utils.js"></script>
<script type="text/javascript" src="../../utils/editable_selects.js"></script>
<script type="text/javascript" src="js/element_common.js"></script>
<script type="text/javascript" src="js/abbr.js"></script>
<link rel="stylesheet" type="text/css" href="css/popup.css" />
<base target="_self" />
</head>
<body style="display: none">
<form onsubmit="insertAbbr();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;">{#xhtmlxtras_dlg.general_tab}</a></span></li>
<!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> -->
</ul>
</div>
<div class="panel_wrapper">
<div id="general_panel" class="panel current">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
<td><input id="title" name="title" type="text" value="" class="field mceFocus" /></td>
</tr>
<tr>
<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
<td><input id="id" name="id" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td>
<td>
<select id="class" name="class" class="field mceEditableSelect">
<option value="">{#not_set}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
<td><input id="style" name="style" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td>
<td>
<select id="dir" name="dir" class="field">
<option value="">{#not_set}</option>
<option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option>
<option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
<td>
<input id="lang" name="lang" type="text" value="" class="field" />
</td>
</tr>
</table>
</fieldset>
</div>
<div id="events_panel" class="panel">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label for="onfocus">onfocus</label>:</td>
<td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onblur">onblur</label>:</td>
<td><input id="onblur" name="onblur" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onclick">onclick</label>:</td>
<td><input id="onclick" name="onclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="ondblclick">ondblclick</label>:</td>
<td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousedown">onmousedown</label>:</td>
<td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseup">onmouseup</label>:</td>
<td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseover">onmouseover</label>:</td>
<td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousemove">onmousemove</label>:</td>
<td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseout">onmouseout</label>:</td>
<td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeypress">onkeypress</label>:</td>
<td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeydown">onkeydown</label>:</td>
<td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeyup">onkeyup</label>:</td>
<td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td>
</tr>
</table>
</fieldset>
</div>
</div>
<div class="mceActionPanel">
<div style="float: left">
<input type="submit" id="insert" name="insert" value="{#update}" />
</div>
<div style="float: left">
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeAbbr();" style="display: none;" />
</div>
<div style="float: right">
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</div>
</form>
</body>
</html>

View File

@@ -0,0 +1,149 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#xhtmlxtras_dlg.title_acronym_element}</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="../../utils/mctabs.js"></script>
<script type="text/javascript" src="../../utils/form_utils.js"></script>
<script type="text/javascript" src="../../utils/editable_selects.js"></script>
<script type="text/javascript" src="js/element_common.js"></script>
<script type="text/javascript" src="js/acronym.js"></script>
<link rel="stylesheet" type="text/css" href="css/popup.css" />
<base target="_self" />
</head>
<body style="display: none">
<form onsubmit="insertAcronym();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;">{#xhtmlxtras_dlg.general_tab}</a></span></li>
<!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> -->
</ul>
</div>
<div class="panel_wrapper">
<div id="general_panel" class="panel current">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
<td><input id="title" name="title" type="text" value="" class="field mceFocus" /></td>
</tr>
<tr>
<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
<td><input id="id" name="id" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td>
<td>
<select id="class" name="class" class="field mceEditableSelect">
<option value="">{#not_set}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
<td><input id="style" name="style" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td>
<td>
<select id="dir" name="dir" class="field">
<option value="">{#not_set}</option>
<option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option>
<option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
<td>
<input id="lang" name="lang" type="text" value="" class="field" />
</td>
</tr>
</table>
</fieldset>
</div>
<div id="events_panel" class="panel">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label for="onfocus">onfocus</label>:</td>
<td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onblur">onblur</label>:</td>
<td><input id="onblur" name="onblur" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onclick">onclick</label>:</td>
<td><input id="onclick" name="onclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="ondblclick">ondblclick</label>:</td>
<td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousedown">onmousedown</label>:</td>
<td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseup">onmouseup</label>:</td>
<td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseover">onmouseover</label>:</td>
<td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousemove">onmousemove</label>:</td>
<td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseout">onmouseout</label>:</td>
<td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeypress">onkeypress</label>:</td>
<td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeydown">onkeydown</label>:</td>
<td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeyup">onkeyup</label>:</td>
<td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td>
</tr>
</table>
</fieldset>
</div>
</div>
<div class="mceActionPanel">
<div style="float: left">
<input type="submit" id="insert" name="insert" value="{#update}" />
</div>
<div style="float: left">
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeAcronym();" style="display: none;" />
</div>
<div style="float: right">
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</div>
</form>
</body>
</html>

View File

@@ -0,0 +1,154 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#xhtmlxtras_dlg.attribs_title}</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="../../utils/mctabs.js"></script>
<script type="text/javascript" src="../../utils/editable_selects.js"></script>
<script type="text/javascript" src="../../utils/form_utils.js"></script>
<script type="text/javascript" src="js/attributes.js"></script>
<link rel="stylesheet" type="text/css" href="css/attributes.css" />
<base target="_self" />
</head>
<body style="display: none">
<form onsubmit="insertAction();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;">{#xhtmlxtras_dlg.attribute_attrib_tab}</a></span></li>
<li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_events_tab}</a></span></li>
</ul>
</div>
<div class="panel_wrapper">
<div id="general_panel" class="panel current">
<fieldset>
<legend>{#xhtmlxtras_dlg.attribute_attrib_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
<td><input id="title" name="title" type="text" value="" class="mceFocus" /></td>
</tr>
<tr>
<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
<td><input id="id" name="id" type="text" value="" /></td>
</tr>
<tr>
<td><label id="classlabel" for="classlist">{#class_name}</label></td>
<td>
<select id="classlist" name="classlist" class="mceEditableSelect">
<option value="" selected>{#not_set}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
<td><input id="style" name="style" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td>
<td>
<select id="dir" name="dir">
<option value="">{#not_set}</option>
<option value="ltr">{#xhtmlxtras_dlg.option_ltr}</option>
<option value="rtl">{#xhtmlxtras_dlg.option_rtl}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
<td>
<input id="lang" name="lang" type="text" value="" />
</td>
</tr>
<tr>
<td><label id="tabindexlabel" for="tabindex">{#xhtmlxtras_dlg.attribute_label_tabindex}</label></td>
<td><input type="text" id="tabindex" name="tabindex" value="" /></td>
</tr>
<tr>
<td><label id="accesskeylabel" for="accesskey">{#xhtmlxtras_dlg.attribute_label_accesskey}</label></td>
<td><input type="text" id="accesskey" name="accesskey" value="" /></td>
</tr>
</table>
</fieldset>
</div>
<div id="events_panel" class="panel">
<fieldset>
<legend>{#xhtmlxtras_dlg.attribute_events_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label for="onfocus">onfocus</label>:</td>
<td><input id="onfocus" name="onfocus" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onblur">onblur</label>:</td>
<td><input id="onblur" name="onblur" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onclick">onclick</label>:</td>
<td><input id="onclick" name="onclick" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="ondblclick">ondblclick</label>:</td>
<td><input id="ondblclick" name="ondblclick" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onmousedown">onmousedown</label>:</td>
<td><input id="onmousedown" name="onmousedown" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseup">onmouseup</label>:</td>
<td><input id="onmouseup" name="onmouseup" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseover">onmouseover</label>:</td>
<td><input id="onmouseover" name="onmouseover" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onmousemove">onmousemove</label>:</td>
<td><input id="onmousemove" name="onmousemove" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseout">onmouseout</label>:</td>
<td><input id="onmouseout" name="onmouseout" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onkeypress">onkeypress</label>:</td>
<td><input id="onkeypress" name="onkeypress" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onkeydown">onkeydown</label>:</td>
<td><input id="onkeydown" name="onkeydown" type="text" value="" /></td>
</tr>
<tr>
<td class="label"><label for="onkeyup">onkeyup</label>:</td>
<td><input id="onkeyup" name="onkeyup" type="text" value="" /></td>
</tr>
</table>
</fieldset>
</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>
</div>
</form>
</body>
</html>

View File

@@ -0,0 +1,149 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#xhtmlxtras_dlg.title_cite_element}</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="../../utils/mctabs.js"></script>
<script type="text/javascript" src="../../utils/form_utils.js"></script>
<script type="text/javascript" src="../../utils/editable_selects.js"></script>
<script type="text/javascript" src="js/element_common.js"></script>
<script type="text/javascript" src="js/cite.js"></script>
<link rel="stylesheet" type="text/css" href="css/popup.css" />
<base target="_self" />
</head>
<body style="display: none">
<form onsubmit="insertCite();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;">{#xhtmlxtras_dlg.general_tab}</a></span></li>
<!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> -->
</ul>
</div>
<div class="panel_wrapper">
<div id="general_panel" class="panel current">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
<td><input id="title" name="title" type="text" value="" class="field mceFocus" /></td>
</tr>
<tr>
<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
<td><input id="id" name="id" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td>
<td>
<select id="class" name="class" class="field mceEditableSelect">
<option value="">{#not_set}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
<td><input id="style" name="style" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td>
<td>
<select id="dir" name="dir" class="field">
<option value="">{#not_set}</option>
<option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option>
<option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
<td>
<input id="lang" name="lang" type="text" value="" class="field" />
</td>
</tr>
</table>
</fieldset>
</div>
<div id="events_panel" class="panel">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label for="onfocus">onfocus</label>:</td>
<td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onblur">onblur</label>:</td>
<td><input id="onblur" name="onblur" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onclick">onclick</label>:</td>
<td><input id="onclick" name="onclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="ondblclick">ondblclick</label>:</td>
<td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousedown">onmousedown</label>:</td>
<td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseup">onmouseup</label>:</td>
<td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseover">onmouseover</label>:</td>
<td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousemove">onmousemove</label>:</td>
<td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseout">onmouseout</label>:</td>
<td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeypress">onkeypress</label>:</td>
<td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeydown">onkeydown</label>:</td>
<td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeyup">onkeyup</label>:</td>
<td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td>
</tr>
</table>
</fieldset>
</div>
</div>
<div class="mceActionPanel">
<div style="float: left">
<input type="submit" id="insert" name="insert" value="{#update}" />
</div>
<div style="float: left">
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeCite();" style="display: none;" />
</div>
<div style="float: right">
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</div>
</form>
</body>
</html>

View File

@@ -0,0 +1,11 @@
.panel_wrapper div.current {
height: 290px;
}
#id, #style, #title, #dir, #hreflang, #lang, #classlist, #tabindex, #accesskey {
width: 200px;
}
#events_panel input {
width: 200px;
}

View File

@@ -0,0 +1,9 @@
input.field, select.field {width:200px;}
input.picker {width:179px; margin-left: 5px;}
input.disabled {border-color:#F2F2F2;}
img.picker {vertical-align:text-bottom; cursor:pointer;}
h1 {padding: 0 0 5px 0;}
.panel_wrapper div.current {height:160px;}
#xhtmlxtrasdel .panel_wrapper div.current, #xhtmlxtrasins .panel_wrapper div.current {height: 230px;}
a.browse span {display:block; width:20px; height:20px; background:url('../../../themes/advanced/img/icons.gif') -140px -20px;}
#datetime {width:180px;}

View File

@@ -0,0 +1,170 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#xhtmlxtras_dlg.title_del_element}</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="../../utils/mctabs.js"></script>
<script type="text/javascript" src="../../utils/form_utils.js"></script>
<script type="text/javascript" src="../../utils/editable_selects.js"></script>
<script type="text/javascript" src="js/element_common.js"></script>
<script type="text/javascript" src="js/del.js"></script>
<link rel="stylesheet" type="text/css" href="css/popup.css" />
<base target="_self" />
</head>
<body id="xhtmlxtrasins" style="display: none">
<form onsubmit="insertDel();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;">{#xhtmlxtras_dlg.general_tab}</a></span></li>
<!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> -->
</ul>
</div>
<div class="panel_wrapper">
<div id="general_panel" class="panel current">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_general_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="datetimelabel" for="datetime">{#xhtmlxtras_dlg.attribute_label_datetime}</label>:</td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><input id="datetime" name="datetime" type="text" value="" maxlength="19" class="field mceFocus" /></td>
<td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span class="datetime" alt="{#xhtmlxtras_dlg.insert_date}" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="label"><label id="citelabel" for="cite">{#xhtmlxtras_dlg.attribute_label_cite}</label>:</td>
<td><input id="cite" name="cite" type="text" value="" class="field" /></td>
</tr>
</table>
</fieldset>
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
<td><input id="title" name="title" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
<td><input id="id" name="id" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td>
<td>
<select id="class" name="class" class="field mceEditableSelect">
<option value="">{#not_set}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
<td><input id="style" name="style" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td>
<td>
<select id="dir" name="dir" class="field">
<option value="">{#not_set}</option>
<option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option>
<option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
<td>
<input id="lang" name="lang" type="text" value="" class="field" />
</td>
</tr>
</table>
</fieldset>
</div>
<div id="events_panel" class="panel">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label for="onfocus">onfocus</label>:</td>
<td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onblur">onblur</label>:</td>
<td><input id="onblur" name="onblur" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onclick">onclick</label>:</td>
<td><input id="onclick" name="onclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="ondblclick">ondblclick</label>:</td>
<td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousedown">onmousedown</label>:</td>
<td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseup">onmouseup</label>:</td>
<td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseover">onmouseover</label>:</td>
<td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousemove">onmousemove</label>:</td>
<td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseout">onmouseout</label>:</td>
<td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeypress">onkeypress</label>:</td>
<td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeydown">onkeydown</label>:</td>
<td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeyup">onkeyup</label>:</td>
<td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td>
</tr>
</table>
</fieldset>
</div>
</div>
<div class="mceActionPanel">
<div style="float: left">
<input type="submit" id="insert" name="insert" value="{#update}" />
</div>
<div style="float: left">
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeDel();" style="display: none;" />
</div>
<div style="float: right">
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</div>
</form>
</body>
</html>

View File

@@ -0,0 +1 @@
(function(){tinymce.create('tinymce.plugins.XHTMLXtrasPlugin',{init:function(ed,url){ed.addCommand('mceCite',function(){ed.windowManager.open({file:url+'/cite.htm',width:350+parseInt(ed.getLang('xhtmlxtras.cite_delta_width',0)),height:250+parseInt(ed.getLang('xhtmlxtras.cite_delta_height',0)),inline:1},{plugin_url:url});});ed.addCommand('mceAcronym',function(){ed.windowManager.open({file:url+'/acronym.htm',width:350+parseInt(ed.getLang('xhtmlxtras.acronym_delta_width',0)),height:250+parseInt(ed.getLang('xhtmlxtras.acronym_delta_width',0)),inline:1},{plugin_url:url});});ed.addCommand('mceAbbr',function(){ed.windowManager.open({file:url+'/abbr.htm',width:350+parseInt(ed.getLang('xhtmlxtras.abbr_delta_width',0)),height:250+parseInt(ed.getLang('xhtmlxtras.abbr_delta_width',0)),inline:1},{plugin_url:url});});ed.addCommand('mceDel',function(){ed.windowManager.open({file:url+'/del.htm',width:340+parseInt(ed.getLang('xhtmlxtras.del_delta_width',0)),height:310+parseInt(ed.getLang('xhtmlxtras.del_delta_width',0)),inline:1},{plugin_url:url});});ed.addCommand('mceIns',function(){ed.windowManager.open({file:url+'/ins.htm',width:340+parseInt(ed.getLang('xhtmlxtras.ins_delta_width',0)),height:310+parseInt(ed.getLang('xhtmlxtras.ins_delta_width',0)),inline:1},{plugin_url:url});});ed.addCommand('mceAttributes',function(){ed.windowManager.open({file:url+'/attributes.htm',width:380,height:370,inline:1},{plugin_url:url});});ed.addButton('cite',{title:'xhtmlxtras.cite_desc',cmd:'mceCite'});ed.addButton('acronym',{title:'xhtmlxtras.acronym_desc',cmd:'mceAcronym'});ed.addButton('abbr',{title:'xhtmlxtras.abbr_desc',cmd:'mceAbbr'});ed.addButton('del',{title:'xhtmlxtras.del_desc',cmd:'mceDel'});ed.addButton('ins',{title:'xhtmlxtras.ins_desc',cmd:'mceIns'});ed.addButton('attribs',{title:'xhtmlxtras.attribs_desc',cmd:'mceAttributes'});if(tinymce.isIE){function fix(ed,o){if(o.set){o.content=o.content.replace(/<abbr([^>]+)>/gi,'<html:abbr $1>');o.content=o.content.replace(/<\/abbr>/gi,'</html:abbr>');}};ed.onBeforeSetContent.add(fix);ed.onPostProcess.add(fix);}ed.onNodeChange.add(function(ed,cm,n,co){n=ed.dom.getParent(n,'CITE,ACRONYM,ABBR,DEL,INS');cm.setDisabled('cite',co);cm.setDisabled('acronym',co);cm.setDisabled('abbr',co);cm.setDisabled('del',co);cm.setDisabled('ins',co);cm.setDisabled('attribs',n&&n.nodeName=='BODY');cm.setActive('cite',0);cm.setActive('acronym',0);cm.setActive('abbr',0);cm.setActive('del',0);cm.setActive('ins',0);if(n){do{cm.setDisabled(n.nodeName.toLowerCase(),0);cm.setActive(n.nodeName.toLowerCase(),1);}while(n=n.parentNode);}});},getInfo:function(){return{longname:'XHTML Xtras Plugin',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com',infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/xhtmlxtras',version:tinymce.majorVersion+"."+tinymce.minorVersion};}});tinymce.PluginManager.add('xhtmlxtras',tinymce.plugins.XHTMLXtrasPlugin);})();

View File

@@ -0,0 +1,136 @@
/**
* $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
*
* @author Moxiecode
* @copyright Copyright <20> 2004-2008, Moxiecode Systems AB, All rights reserved.
*/
(function() {
tinymce.create('tinymce.plugins.XHTMLXtrasPlugin', {
init : function(ed, url) {
// Register commands
ed.addCommand('mceCite', function() {
ed.windowManager.open({
file : url + '/cite.htm',
width : 350 + parseInt(ed.getLang('xhtmlxtras.cite_delta_width', 0)),
height : 250 + parseInt(ed.getLang('xhtmlxtras.cite_delta_height', 0)),
inline : 1
}, {
plugin_url : url
});
});
ed.addCommand('mceAcronym', function() {
ed.windowManager.open({
file : url + '/acronym.htm',
width : 350 + parseInt(ed.getLang('xhtmlxtras.acronym_delta_width', 0)),
height : 250 + parseInt(ed.getLang('xhtmlxtras.acronym_delta_width', 0)),
inline : 1
}, {
plugin_url : url
});
});
ed.addCommand('mceAbbr', function() {
ed.windowManager.open({
file : url + '/abbr.htm',
width : 350 + parseInt(ed.getLang('xhtmlxtras.abbr_delta_width', 0)),
height : 250 + parseInt(ed.getLang('xhtmlxtras.abbr_delta_width', 0)),
inline : 1
}, {
plugin_url : url
});
});
ed.addCommand('mceDel', function() {
ed.windowManager.open({
file : url + '/del.htm',
width : 340 + parseInt(ed.getLang('xhtmlxtras.del_delta_width', 0)),
height : 310 + parseInt(ed.getLang('xhtmlxtras.del_delta_width', 0)),
inline : 1
}, {
plugin_url : url
});
});
ed.addCommand('mceIns', function() {
ed.windowManager.open({
file : url + '/ins.htm',
width : 340 + parseInt(ed.getLang('xhtmlxtras.ins_delta_width', 0)),
height : 310 + parseInt(ed.getLang('xhtmlxtras.ins_delta_width', 0)),
inline : 1
}, {
plugin_url : url
});
});
ed.addCommand('mceAttributes', function() {
ed.windowManager.open({
file : url + '/attributes.htm',
width : 380,
height : 370,
inline : 1
}, {
plugin_url : url
});
});
// Register buttons
ed.addButton('cite', {title : 'xhtmlxtras.cite_desc', cmd : 'mceCite'});
ed.addButton('acronym', {title : 'xhtmlxtras.acronym_desc', cmd : 'mceAcronym'});
ed.addButton('abbr', {title : 'xhtmlxtras.abbr_desc', cmd : 'mceAbbr'});
ed.addButton('del', {title : 'xhtmlxtras.del_desc', cmd : 'mceDel'});
ed.addButton('ins', {title : 'xhtmlxtras.ins_desc', cmd : 'mceIns'});
ed.addButton('attribs', {title : 'xhtmlxtras.attribs_desc', cmd : 'mceAttributes'});
if (tinymce.isIE) {
function fix(ed, o) {
if (o.set) {
o.content = o.content.replace(/<abbr([^>]+)>/gi, '<html:abbr $1>');
o.content = o.content.replace(/<\/abbr>/gi, '</html:abbr>');
}
};
ed.onBeforeSetContent.add(fix);
ed.onPostProcess.add(fix);
}
ed.onNodeChange.add(function(ed, cm, n, co) {
n = ed.dom.getParent(n, 'CITE,ACRONYM,ABBR,DEL,INS');
cm.setDisabled('cite', co);
cm.setDisabled('acronym', co);
cm.setDisabled('abbr', co);
cm.setDisabled('del', co);
cm.setDisabled('ins', co);
cm.setDisabled('attribs', n && n.nodeName == 'BODY');
cm.setActive('cite', 0);
cm.setActive('acronym', 0);
cm.setActive('abbr', 0);
cm.setActive('del', 0);
cm.setActive('ins', 0);
// Activate all
if (n) {
do {
cm.setDisabled(n.nodeName.toLowerCase(), 0);
cm.setActive(n.nodeName.toLowerCase(), 1);
} while (n = n.parentNode);
}
});
},
getInfo : function() {
return {
longname : 'XHTML Xtras Plugin',
author : 'Moxiecode Systems AB',
authorurl : 'http://tinymce.moxiecode.com',
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/xhtmlxtras',
version : tinymce.majorVersion + "." + tinymce.minorVersion
};
}
});
// Register plugin
tinymce.PluginManager.add('xhtmlxtras', tinymce.plugins.XHTMLXtrasPlugin);
})();

View File

@@ -0,0 +1,170 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#xhtmlxtras_dlg.title_ins_element}</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="../../utils/mctabs.js"></script>
<script type="text/javascript" src="../../utils/form_utils.js"></script>
<script type="text/javascript" src="../../utils/editable_selects.js"></script>
<script type="text/javascript" src="js/element_common.js"></script>
<script type="text/javascript" src="js/ins.js"></script>
<link rel="stylesheet" type="text/css" href="css/popup.css" />
<base target="_self" />
</head>
<body id="xhtmlxtrasins" style="display: none">
<form onsubmit="insertIns();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;">{#xhtmlxtras_dlg.general_tab}</a></span></li>
<!-- <li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.events_tab}</a></span></li> -->
</ul>
</div>
<div class="panel_wrapper">
<div id="general_panel" class="panel current">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_general_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="datetimelabel" for="datetime">{#xhtmlxtras_dlg.attribute_label_datetime}</label>:</td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><input id="datetime" name="datetime" type="text" value="" maxlength="19" class="field mceFocus" /></td>
<td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span class="datetime" alt="{#xhtmlxtras_dlg.insert_date}" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="label"><label id="citelabel" for="cite">{#xhtmlxtras_dlg.attribute_label_cite}</label>:</td>
<td><input id="cite" name="cite" type="text" value="" class="field" /></td>
</tr>
</table>
</fieldset>
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
<td><input id="title" name="title" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
<td><input id="id" name="id" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="classlabel" for="class">{#xhtmlxtras_dlg.attribute_label_class}</label>:</td>
<td>
<select id="class" name="class" class="field mceEditableSelect">
<option value="">{#not_set}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
<td><input id="style" name="style" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td>
<td>
<select id="dir" name="dir" class="field">
<option value="">{#not_set}</option>
<option value="ltr">{#xhtmlxtras_dlg.attribute_option_ltr}</option>
<option value="rtl">{#xhtmlxtras_dlg.attribute_option_rtl}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td>
<td>
<input id="lang" name="lang" type="text" value="" class="field" />
</td>
</tr>
</table>
</fieldset>
</div>
<div id="events_panel" class="panel">
<fieldset>
<legend>{#xhtmlxtras_dlg.fieldset_events_tab}</legend>
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label for="onfocus">onfocus</label>:</td>
<td><input id="onfocus" name="onfocus" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onblur">onblur</label>:</td>
<td><input id="onblur" name="onblur" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onclick">onclick</label>:</td>
<td><input id="onclick" name="onclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="ondblclick">ondblclick</label>:</td>
<td><input id="ondblclick" name="ondblclick" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousedown">onmousedown</label>:</td>
<td><input id="onmousedown" name="onmousedown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseup">onmouseup</label>:</td>
<td><input id="onmouseup" name="onmouseup" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseover">onmouseover</label>:</td>
<td><input id="onmouseover" name="onmouseover" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmousemove">onmousemove</label>:</td>
<td><input id="onmousemove" name="onmousemove" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onmouseout">onmouseout</label>:</td>
<td><input id="onmouseout" name="onmouseout" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeypress">onkeypress</label>:</td>
<td><input id="onkeypress" name="onkeypress" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeydown">onkeydown</label>:</td>
<td><input id="onkeydown" name="onkeydown" type="text" value="" class="field" /></td>
</tr>
<tr>
<td class="label"><label for="onkeyup">onkeyup</label>:</td>
<td><input id="onkeyup" name="onkeyup" type="text" value="" class="field" /></td>
</tr>
</table>
</fieldset>
</div>
</div>
<div class="mceActionPanel">
<div style="float: left">
<input type="submit" id="insert" name="insert" value="{#update}" />
</div>
<div style="float: left">
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeIns();" style="display: none;" />
</div>
<div style="float: right">
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</div>
</form>
</body>
</html>

View File

@@ -0,0 +1,25 @@
/**
* $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
*
* @author Moxiecode - based on work by Andrew Tetlaw
* @copyright Copyright <20> 2004-2008, Moxiecode Systems AB, All rights reserved.
*/
function init() {
SXE.initElementDialog('abbr');
if (SXE.currentAction == "update") {
SXE.showRemoveButton();
}
}
function insertAbbr() {
SXE.insertElement(tinymce.isIE ? 'html:abbr' : 'abbr');
tinyMCEPopup.close();
}
function removeAbbr() {
SXE.removeElement('abbr');
tinyMCEPopup.close();
}
tinyMCEPopup.onInit.add(init);

View File

@@ -0,0 +1,25 @@
/**
* $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
*
* @author Moxiecode - based on work by Andrew Tetlaw
* @copyright Copyright <20> 2004-2008, Moxiecode Systems AB, All rights reserved.
*/
function init() {
SXE.initElementDialog('acronym');
if (SXE.currentAction == "update") {
SXE.showRemoveButton();
}
}
function insertAcronym() {
SXE.insertElement('acronym');
tinyMCEPopup.close();
}
function removeAcronym() {
SXE.removeElement('acronym');
tinyMCEPopup.close();
}
tinyMCEPopup.onInit.add(init);

View File

@@ -0,0 +1,123 @@
/**
* $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
*
* @author Moxiecode - based on work by Andrew Tetlaw
* @copyright Copyright <20> 2004-2006, Moxiecode Systems AB, All rights reserved.
*/
function init() {
tinyMCEPopup.resizeToInnerSize();
var inst = tinyMCEPopup.editor;
var dom = inst.dom;
var elm = inst.selection.getNode();
var f = document.forms[0];
var onclick = dom.getAttrib(elm, 'onclick');
setFormValue('title', dom.getAttrib(elm, 'title'));
setFormValue('id', dom.getAttrib(elm, 'id'));
setFormValue('style', dom.getAttrib(elm, "style"));
setFormValue('dir', dom.getAttrib(elm, 'dir'));
setFormValue('lang', dom.getAttrib(elm, 'lang'));
setFormValue('tabindex', dom.getAttrib(elm, 'tabindex', typeof(elm.tabindex) != "undefined" ? elm.tabindex : ""));
setFormValue('accesskey', dom.getAttrib(elm, 'accesskey', typeof(elm.accesskey) != "undefined" ? elm.accesskey : ""));
setFormValue('onfocus', dom.getAttrib(elm, 'onfocus'));
setFormValue('onblur', dom.getAttrib(elm, 'onblur'));
setFormValue('onclick', onclick);
setFormValue('ondblclick', dom.getAttrib(elm, 'ondblclick'));
setFormValue('onmousedown', dom.getAttrib(elm, 'onmousedown'));
setFormValue('onmouseup', dom.getAttrib(elm, 'onmouseup'));
setFormValue('onmouseover', dom.getAttrib(elm, 'onmouseover'));
setFormValue('onmousemove', dom.getAttrib(elm, 'onmousemove'));
setFormValue('onmouseout', dom.getAttrib(elm, 'onmouseout'));
setFormValue('onkeypress', dom.getAttrib(elm, 'onkeypress'));
setFormValue('onkeydown', dom.getAttrib(elm, 'onkeydown'));
setFormValue('onkeyup', dom.getAttrib(elm, 'onkeyup'));
className = dom.getAttrib(elm, 'class');
addClassesToList('classlist', 'advlink_styles');
selectByValue(f, 'classlist', className, true);
TinyMCE_EditableSelects.init();
}
function setFormValue(name, value) {
if(value && document.forms[0].elements[name]){
document.forms[0].elements[name].value = value;
}
}
function insertAction() {
var inst = tinyMCEPopup.editor;
var elm = inst.selection.getNode();
tinyMCEPopup.execCommand("mceBeginUndoLevel");
setAllAttribs(elm);
tinyMCEPopup.execCommand("mceEndUndoLevel");
tinyMCEPopup.close();
}
function setAttrib(elm, attrib, value) {
var formObj = document.forms[0];
var valueElm = formObj.elements[attrib.toLowerCase()];
var inst = tinyMCEPopup.editor;
var dom = inst.dom;
if (typeof(value) == "undefined" || value == null) {
value = "";
if (valueElm)
value = valueElm.value;
}
if (value != "") {
dom.setAttrib(elm, attrib.toLowerCase(), value);
if (attrib == "style")
attrib = "style.cssText";
if (attrib.substring(0, 2) == 'on')
value = 'return true;' + value;
if (attrib == "class")
attrib = "className";
elm[attrib]=value;
} else
elm.removeAttribute(attrib);
}
function setAllAttribs(elm) {
var f = document.forms[0];
setAttrib(elm, 'title');
setAttrib(elm, 'id');
setAttrib(elm, 'style');
setAttrib(elm, 'class', getSelectValue(f, 'classlist'));
setAttrib(elm, 'dir');
setAttrib(elm, 'lang');
setAttrib(elm, 'tabindex');
setAttrib(elm, 'accesskey');
setAttrib(elm, 'onfocus');
setAttrib(elm, 'onblur');
setAttrib(elm, 'onclick');
setAttrib(elm, 'ondblclick');
setAttrib(elm, 'onmousedown');
setAttrib(elm, 'onmouseup');
setAttrib(elm, 'onmouseover');
setAttrib(elm, 'onmousemove');
setAttrib(elm, 'onmouseout');
setAttrib(elm, 'onkeypress');
setAttrib(elm, 'onkeydown');
setAttrib(elm, 'onkeyup');
// Refresh in old MSIE
// if (tinyMCE.isMSIE5)
// elm.outerHTML = elm.outerHTML;
}
function insertAttribute() {
tinyMCEPopup.close();
}
tinyMCEPopup.onInit.add(init);
tinyMCEPopup.requireLangPack();

View File

@@ -0,0 +1,25 @@
/**
* $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
*
* @author Moxiecode - based on work by Andrew Tetlaw
* @copyright Copyright <20> 2004-2008, Moxiecode Systems AB, All rights reserved.
*/
function init() {
SXE.initElementDialog('cite');
if (SXE.currentAction == "update") {
SXE.showRemoveButton();
}
}
function insertCite() {
SXE.insertElement('cite');
tinyMCEPopup.close();
}
function removeCite() {
SXE.removeElement('cite');
tinyMCEPopup.close();
}
tinyMCEPopup.onInit.add(init);

View File

@@ -0,0 +1,60 @@
/**
* $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
*
* @author Moxiecode - based on work by Andrew Tetlaw
* @copyright Copyright <20> 2004-2008, Moxiecode Systems AB, All rights reserved.
*/
function init() {
SXE.initElementDialog('del');
if (SXE.currentAction == "update") {
setFormValue('datetime', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'datetime'));
setFormValue('cite', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'cite'));
SXE.showRemoveButton();
}
}
function setElementAttribs(elm) {
setAllCommonAttribs(elm);
setAttrib(elm, 'datetime');
setAttrib(elm, 'cite');
}
function insertDel() {
var elm = tinyMCEPopup.editor.dom.getParent(SXE.focusElement, 'DEL');
tinyMCEPopup.execCommand('mceBeginUndoLevel');
if (elm == null) {
var s = SXE.inst.selection.getContent();
if(s.length > 0) {
insertInlineElement('del');
var elementArray = tinymce.grep(SXE.inst.dom.select('del'), function(n) {return n.id == '#sxe_temp_del#';});
for (var i=0; i<elementArray.length; i++) {
var elm = elementArray[i];
setElementAttribs(elm);
}
}
} else {
setElementAttribs(elm);
}
tinyMCEPopup.editor.nodeChanged();
tinyMCEPopup.execCommand('mceEndUndoLevel');
tinyMCEPopup.close();
}
function insertInlineElement(en) {
var ed = tinyMCEPopup.editor, dom = ed.dom;
ed.getDoc().execCommand('FontName', false, 'mceinline');
tinymce.each(dom.select(tinymce.isWebKit ? 'span' : 'font'), function(n) {
if (n.style.fontFamily == 'mceinline' || n.face == 'mceinline')
dom.replace(dom.create(en), n, 1);
});
}
function removeDel() {
SXE.removeElement('del');
tinyMCEPopup.close();
}
tinyMCEPopup.onInit.add(init);

View File

@@ -0,0 +1,231 @@
/**
* $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
*
* @author Moxiecode - based on work by Andrew Tetlaw
* @copyright Copyright <20> 2004-2008, Moxiecode Systems AB, All rights reserved.
*/
tinyMCEPopup.requireLangPack();
function initCommonAttributes(elm) {
var formObj = document.forms[0], dom = tinyMCEPopup.editor.dom;
// Setup form data for common element attributes
setFormValue('title', dom.getAttrib(elm, 'title'));
setFormValue('id', dom.getAttrib(elm, 'id'));
selectByValue(formObj, 'class', dom.getAttrib(elm, 'class'), true);
setFormValue('style', dom.getAttrib(elm, 'style'));
selectByValue(formObj, 'dir', dom.getAttrib(elm, 'dir'));
setFormValue('lang', dom.getAttrib(elm, 'lang'));
setFormValue('onfocus', dom.getAttrib(elm, 'onfocus'));
setFormValue('onblur', dom.getAttrib(elm, 'onblur'));
setFormValue('onclick', dom.getAttrib(elm, 'onclick'));
setFormValue('ondblclick', dom.getAttrib(elm, 'ondblclick'));
setFormValue('onmousedown', dom.getAttrib(elm, 'onmousedown'));
setFormValue('onmouseup', dom.getAttrib(elm, 'onmouseup'));
setFormValue('onmouseover', dom.getAttrib(elm, 'onmouseover'));
setFormValue('onmousemove', dom.getAttrib(elm, 'onmousemove'));
setFormValue('onmouseout', dom.getAttrib(elm, 'onmouseout'));
setFormValue('onkeypress', dom.getAttrib(elm, 'onkeypress'));
setFormValue('onkeydown', dom.getAttrib(elm, 'onkeydown'));
setFormValue('onkeyup', dom.getAttrib(elm, 'onkeyup'));
}
function setFormValue(name, value) {
if(document.forms[0].elements[name]) document.forms[0].elements[name].value = value;
}
function insertDateTime(id) {
document.getElementById(id).value = getDateTime(new Date(), "%Y-%m-%dT%H:%M:%S");
}
function getDateTime(d, fmt) {
fmt = fmt.replace("%D", "%m/%d/%y");
fmt = fmt.replace("%r", "%I:%M:%S %p");
fmt = fmt.replace("%Y", "" + d.getFullYear());
fmt = fmt.replace("%y", "" + d.getYear());
fmt = fmt.replace("%m", addZeros(d.getMonth()+1, 2));
fmt = fmt.replace("%d", addZeros(d.getDate(), 2));
fmt = fmt.replace("%H", "" + addZeros(d.getHours(), 2));
fmt = fmt.replace("%M", "" + addZeros(d.getMinutes(), 2));
fmt = fmt.replace("%S", "" + addZeros(d.getSeconds(), 2));
fmt = fmt.replace("%I", "" + ((d.getHours() + 11) % 12 + 1));
fmt = fmt.replace("%p", "" + (d.getHours() < 12 ? "AM" : "PM"));
fmt = fmt.replace("%%", "%");
return fmt;
}
function addZeros(value, len) {
var i;
value = "" + value;
if (value.length < len) {
for (i=0; i<(len-value.length); i++)
value = "0" + value;
}
return value;
}
function selectByValue(form_obj, field_name, value, add_custom, ignore_case) {
if (!form_obj || !form_obj.elements[field_name])
return;
var sel = form_obj.elements[field_name];
var found = false;
for (var i=0; i<sel.options.length; i++) {
var option = sel.options[i];
if (option.value == value || (ignore_case && option.value.toLowerCase() == value.toLowerCase())) {
option.selected = true;
found = true;
} else
option.selected = false;
}
if (!found && add_custom && value != '') {
var option = new Option('Value: ' + value, value);
option.selected = true;
sel.options[sel.options.length] = option;
}
return found;
}
function setAttrib(elm, attrib, value) {
var formObj = document.forms[0];
var valueElm = formObj.elements[attrib.toLowerCase()];
tinyMCEPopup.editor.dom.setAttrib(elm, attrib, value || valueElm.value);
}
function setAllCommonAttribs(elm) {
setAttrib(elm, 'title');
setAttrib(elm, 'id');
setAttrib(elm, 'class');
setAttrib(elm, 'style');
setAttrib(elm, 'dir');
setAttrib(elm, 'lang');
/*setAttrib(elm, 'onfocus');
setAttrib(elm, 'onblur');
setAttrib(elm, 'onclick');
setAttrib(elm, 'ondblclick');
setAttrib(elm, 'onmousedown');
setAttrib(elm, 'onmouseup');
setAttrib(elm, 'onmouseover');
setAttrib(elm, 'onmousemove');
setAttrib(elm, 'onmouseout');
setAttrib(elm, 'onkeypress');
setAttrib(elm, 'onkeydown');
setAttrib(elm, 'onkeyup');*/
}
SXE = {
currentAction : "insert",
inst : tinyMCEPopup.editor,
updateElement : null
}
SXE.focusElement = SXE.inst.selection.getNode();
SXE.initElementDialog = function(element_name) {
addClassesToList('class', 'xhtmlxtras_styles');
TinyMCE_EditableSelects.init();
element_name = element_name.toLowerCase();
var elm = SXE.inst.dom.getParent(SXE.focusElement, element_name.toUpperCase());
if (elm != null && elm.nodeName.toUpperCase() == element_name.toUpperCase()) {
SXE.currentAction = "update";
}
if (SXE.currentAction == "update") {
initCommonAttributes(elm);
SXE.updateElement = elm;
}
document.forms[0].insert.value = tinyMCEPopup.getLang(SXE.currentAction, 'Insert', true);
}
SXE.insertElement = function(element_name) {
var elm = SXE.inst.dom.getParent(SXE.focusElement, element_name.toUpperCase()), h, tagName;
tinyMCEPopup.execCommand('mceBeginUndoLevel');
if (elm == null) {
var s = SXE.inst.selection.getContent();
if(s.length > 0) {
tagName = element_name;
if (tinymce.isIE && element_name.indexOf('html:') == 0)
element_name = element_name.substring(5).toLowerCase();
insertInlineElement(element_name);
var elementArray = tinymce.grep(SXE.inst.dom.select(element_name));
for (var i=0; i<elementArray.length; i++) {
var elm = elementArray[i];
if (SXE.inst.dom.getAttrib(elm, '_mce_new')) {
elm.id = '';
elm.setAttribute('id', '');
elm.removeAttribute('id');
elm.removeAttribute('_mce_new');
setAllCommonAttribs(elm);
}
}
}
} else {
setAllCommonAttribs(elm);
}
SXE.inst.nodeChanged();
tinyMCEPopup.execCommand('mceEndUndoLevel');
}
SXE.removeElement = function(element_name){
element_name = element_name.toLowerCase();
elm = SXE.inst.dom.getParent(SXE.focusElement, element_name.toUpperCase());
if(elm && elm.nodeName.toUpperCase() == element_name.toUpperCase()){
tinyMCEPopup.execCommand('mceBeginUndoLevel');
tinyMCE.execCommand('mceRemoveNode', false, elm);
SXE.inst.nodeChanged();
tinyMCEPopup.execCommand('mceEndUndoLevel');
}
}
SXE.showRemoveButton = function() {
document.getElementById("remove").style.display = 'block';
}
SXE.containsClass = function(elm,cl) {
return (elm.className.indexOf(cl) > -1) ? true : false;
}
SXE.removeClass = function(elm,cl) {
if(elm.className == null || elm.className == "" || !SXE.containsClass(elm,cl)) {
return true;
}
var classNames = elm.className.split(" ");
var newClassNames = "";
for (var x = 0, cnl = classNames.length; x < cnl; x++) {
if (classNames[x] != cl) {
newClassNames += (classNames[x] + " ");
}
}
elm.className = newClassNames.substring(0,newClassNames.length-1); //removes extra space at the end
}
SXE.addClass = function(elm,cl) {
if(!SXE.containsClass(elm,cl)) elm.className ? elm.className += " " + cl : elm.className = cl;
return true;
}
function insertInlineElement(en) {
var ed = tinyMCEPopup.editor, dom = ed.dom;
ed.getDoc().execCommand('FontName', false, 'mceinline');
tinymce.each(dom.select(tinymce.isWebKit ? 'span' : 'font'), function(n) {
if (n.style.fontFamily == 'mceinline' || n.face == 'mceinline')
dom.replace(dom.create(en, {_mce_new : 1}), n, 1);
});
}

View File

@@ -0,0 +1,59 @@
/**
* $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
*
* @author Moxiecode - based on work by Andrew Tetlaw
* @copyright Copyright <20> 2004-2008, Moxiecode Systems AB, All rights reserved.
*/
function init() {
SXE.initElementDialog('ins');
if (SXE.currentAction == "update") {
setFormValue('datetime', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'datetime'));
setFormValue('cite', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'cite'));
SXE.showRemoveButton();
}
}
function setElementAttribs(elm) {
setAllCommonAttribs(elm);
setAttrib(elm, 'datetime');
setAttrib(elm, 'cite');
}
function insertIns() {
var elm = tinyMCEPopup.editor.dom.getParent(SXE.focusElement, 'INS');
tinyMCEPopup.execCommand('mceBeginUndoLevel');
if (elm == null) {
var s = SXE.inst.selection.getContent();
if(s.length > 0) {
insertInlineElement('INS');
var elementArray = tinymce.grep(SXE.inst.dom.select('ins'), function(n) {return n.id == '#sxe_temp_ins#';});
for (var i=0; i<elementArray.length; i++) {
var elm = elementArray[i];
setElementAttribs(elm);
}
}
} else {
setElementAttribs(elm);
}
tinyMCEPopup.editor.nodeChanged();
tinyMCEPopup.execCommand('mceEndUndoLevel');
tinyMCEPopup.close();
}
function removeIns() {
SXE.removeElement('ins');
tinyMCEPopup.close();
}
function insertInlineElement(en) {
var ed = tinyMCEPopup.editor, dom = ed.dom;
ed.getDoc().execCommand('FontName', false, 'mceinline');
tinymce.each(dom.select(tinymce.isWebKit ? 'span' : 'font'), function(n) {
if (n.style.fontFamily == 'mceinline' || n.face == 'mceinline')
dom.replace(dom.create(en), n, 1);
});
}
tinyMCEPopup.onInit.add(init);

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ar.xhtmlxtras_dlg',{
attribute_label_title:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646",
attribute_label_id:"\u0627\u0644\u0645\u0639\u0631\u0641 ID",
attribute_label_class:"\u0627\u0644\u0641\u0626\u0629",
attribute_label_style:"\u0627\u0644\u0623\u0633\u0644\u0648\u0628",
attribute_label_cite:"\u0627\u0642\u062A\u0628\u0627\u0633",
attribute_label_datetime:"\u0627\u0644\u062A\u0627\u0631\u064A\u062E/\u0627\u0644\u0648\u0642\u062A",
attribute_label_langdir:"\u0627\u062A\u062C\u0627\u0647 \u0627\u0644\u0646\u0635",
attribute_option_ltr:"\u064A\u0633\u0627\u0631 \u0627\u0644\u0649 \u064A\u0645\u064A\u0646",
attribute_option_rtl:"\u064A\u0645\u064A\u0646 \u0627\u0644\u0649 \u064A\u0633\u0627\u0631",
attribute_label_langcode:"\u0627\u0644\u0644\u063A\u0629",
attribute_label_tabindex:"\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u062A\u0628\u0648\u064A\u0628",
attribute_label_accesskey:"\u062D\u0631\u0641 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",
attribute_events_tab:"\u0627\u0644\u0623\u062D\u062F\u0627\u062B",
attribute_attrib_tab:"\u0627\u0644\u0635\u0641\u0627\u062A",
general_tab:"\u0639\u0627\u0645",
attrib_tab:"\u0635\u0641\u0627\u062A",
events_tab:"\u0623\u062D\u062F\u0627\u062B",
fieldset_general_tab:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629",
fieldset_attrib_tab:"\u0635\u0641\u0627\u062A \u0627\u0644\u0639\u0646\u0635\u0631",
fieldset_events_tab:"\u0623\u062D\u062F\u0627\u062B \u0627\u0644\u0639\u0646\u0635\u0631",
title_ins_element:"\u0639\u0646\u0635\u0631 \u0627\u062F\u0631\u0627\u062C",
title_del_element:"\u0639\u0646\u0635\u0631 \u062D\u0630\u0641",
title_acronym_element:"\u0639\u0646\u0635\u0631 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",
title_abbr_element:"\u0639\u0646\u0635\u0631 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",
title_cite_element:"\u0639\u0646\u0635\u0631 \u0627\u0644\u0627\u0642\u062A\u0628\u0627\u0633",
remove:"\u062D\u0630\u0641",
insert_date:"\u0625\u062F\u0631\u0627\u062C \u0627\u0644\u062A\u0627\u0631\u064A\u062E/\u0627\u0644\u0648\u0642\u062A \u0627\u0644\u062D\u0627\u0644\u064A",
option_ltr:"\u064A\u0633\u0627\u0631 \u0627\u0644\u0649 \u064A\u0645\u064A\u0646",
option_rtl:"\u064A\u0645\u064A\u0646 \u0627\u0644\u0649 \u064A\u0633\u0627\u0631",
attribs_title:"\u0625\u062F\u0631\u0627\u062C/\u062A\u0639\u062F\u064A\u0644 \u0635\u0641\u0627\u062A"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('bg.xhtmlxtras_dlg',{
attribute_label_title:"\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435",
attribute_label_id:"ID",
attribute_label_class:"\u041A\u043B\u0430\u0441",
attribute_label_style:"\u0421\u0442\u0438\u043B",
attribute_label_cite:"\u0426\u0438\u0442\u0430\u0442",
attribute_label_datetime:"\u0414\u0430\u0442\u0430/\u0412\u0440\u0435\u043C\u0435",
attribute_label_langdir:"\u041F\u043E\u0441\u043E\u043A\u0430 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430",
attribute_option_ltr:"\u041E\u0442\u043B\u044F\u0432\u043E \u043D\u0430 \u0434\u044F\u0441\u043D\u043E",
attribute_option_rtl:"\u041E\u0442\u0434\u044F\u0441\u043D\u043E \u043D\u0430 \u043B\u044F\u0432\u043E",
attribute_label_langcode:"\u0415\u0437\u0438\u043A",
attribute_label_tabindex:"\u041F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u043D\u043E\u0441\u0442",
attribute_label_accesskey:"\u041A\u043B\u0430\u0432\u0438\u0448",
attribute_events_tab:"\u0421\u044A\u0431\u0438\u0442\u0438\u044F",
attribute_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438",
general_tab:"\u041E\u0431\u0449\u0438",
attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438",
events_tab:"\u0421\u044A\u0431\u0438\u0442\u0438\u044F",
fieldset_general_tab:"\u041E\u0431\u0449\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",
fieldset_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",
fieldset_events_tab:"\u0421\u044A\u0431\u0438\u0442\u0438\u044F \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",
title_ins_element:"\u0415\u043B\u0435\u043C\u0435\u043D\u0442 \u0412\u043C\u044A\u043A\u0432\u0430\u043D\u0435",
title_del_element:"\u0415\u043B\u0435\u043C\u0435\u043D\u0442 \u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435",
title_acronym_element:"\u0415\u043B\u0435\u043C\u0435\u043D\u0442 \u0410\u043A\u0440\u043E\u043D\u0438\u043C",
title_abbr_element:"\u0415\u043B\u0435\u043C\u0435\u043D\u0442 \u0421\u044A\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435",
title_cite_element:"\u0415\u043B\u0435\u043C\u0435\u043D\u0442 \u0426\u0438\u0442\u0430\u0442",
remove:"\u041F\u0440\u0435\u043C\u0430\u0445\u043D\u0438",
insert_date:"\u0412\u043C\u044A\u043A\u043D\u0438 \u0442\u0435\u043A\u0443\u0449\u0430\u0442\u0430 \u0434\u0430\u0442\u0430/\u0446\u0430\u0441",
option_ltr:"\u041E\u0442\u043B\u044F\u0432\u043E \u043D\u0430 \u0434\u044F\u0441\u043D\u043E",
option_rtl:"\u041E\u0442\u0434\u044F\u0441\u043D\u043E \u043D\u0430 \u043B\u044F\u0432\u043E",
attribs_title:"\u0412\u043C\u044A\u043A\u043D\u0438/\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u0439 \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('br.xhtmlxtras_dlg',{
attribute_label_title:"T\u00C3\u0083\u00C2\u00ADtulo",
attribute_label_id:"ID",
attribute_label_class:"Classe",
attribute_label_style:"Estilo",
attribute_label_cite:"Citar",
attribute_label_datetime:"Data/Hora",
attribute_label_langdir:"Direc\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00A3o do texto",
attribute_option_ltr:"Da esquerda para a direita",
attribute_option_rtl:"Da direita para esquerda",
attribute_label_langcode:"Linguagem",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"Chave de accesso",
attribute_events_tab:"Eventos",
attribute_attrib_tab:"Atributos",
general_tab:"Geral",
attrib_tab:"Atributos",
events_tab:"Eventos",
fieldset_general_tab:"Configura\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00B5es gerais",
fieldset_attrib_tab:"Atributos",
fieldset_events_tab:"Eventos",
title_ins_element:"Inserir",
title_del_element:"Apagar",
title_acronym_element:"Acr\u00C3\u0083\u00C2\u00B4nimo",
title_abbr_element:"Abrevia\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00A3o",
title_cite_element:"Cita\u00C3\u0083\u00C2\u00A7\u00C3\u0083\u00C2\u00A3o",
remove:"Remover",
insert_date:"Inserir data/hora",
option_ltr:"Da esquerda para a direita",
option_rtl:"Da direita para a esquerda",
attribs_title:"Inserir/editar atributos"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('bs.xhtmlxtras_dlg',{
attribute_label_title:"Naslov",
attribute_label_id:"ID",
attribute_label_class:"Klasa",
attribute_label_style:"Stil",
attribute_label_cite:"Citat",
attribute_label_datetime:"Datum/vrijeme",
attribute_label_langdir:"Smjer teksta",
attribute_option_ltr:"S lijeva na desno",
attribute_option_rtl:"S desna na lijevo",
attribute_label_langcode:"Jezik",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Doga\u0111aji",
attribute_attrib_tab:"Atributi",
general_tab:"Osnovno",
attrib_tab:"Atributi",
events_tab:"Doga\u0111aji",
fieldset_general_tab:"Osnovne postavke",
fieldset_attrib_tab:"Atributi elemenata",
fieldset_events_tab:"Doga\u0111aji elemenata",
title_ins_element:"Element za unos",
title_del_element:"Element za brisanje",
title_acronym_element:"Element akronima",
title_abbr_element:"Element kratice",
title_cite_element:"Element citata",
remove:"Ukloni",
insert_date:"Umetni trenuta\u010Dni datum/vrijeme",
option_ltr:"S lijeva na desno",
option_rtl:"S desna na lijevo",
attribs_title:"Umetni/uredi atribute"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ca.xhtmlxtras_dlg',{
attribute_label_title:"T\u00EDtol",
attribute_label_id:"ID",
attribute_label_class:"Classe",
attribute_label_style:"Estil",
attribute_label_cite:"Cita",
attribute_label_datetime:"Data/Hora",
attribute_label_langdir:"Direcci\u00F3 del Text",
attribute_option_ltr:"D'esquerra a dreta",
attribute_option_rtl:"De dreta a esquerra",
attribute_label_langcode:"Idioma",
attribute_label_tabindex:"\u00CDndex de taula",
attribute_label_accesskey:"Clau d'acc\u00E9s",
attribute_events_tab:"Esdeveniments",
attribute_attrib_tab:"Atributs",
general_tab:"General",
attrib_tab:"Atributs",
events_tab:"Esdeveniments",
fieldset_general_tab:"Configuraci\u00F3 General",
fieldset_attrib_tab:"Atributs de l'Element",
fieldset_events_tab:"Esdeveniments de l'Element",
title_ins_element:"Element d'Inserci\u00F3",
title_del_element:"Element de Supressi\u00F3",
title_acronym_element:"Element d'Acr\u00F2nim",
title_abbr_element:"Element d'Abreujament",
title_cite_element:"Element de Citaci\u00F3",
remove:"Elimina",
insert_date:"Insereix la data/hora actual",
option_ltr:"D'esquerra a dreta",
option_rtl:"De dreta a esquerra",
attribs_title:"Insereix/Edita Atributs"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ch.xhtmlxtras_dlg',{
attribute_label_title:"\u6807\u9898",
attribute_label_id:"ID",
attribute_label_class:"\u7C7B\u522B",
attribute_label_style:"\u6837\u5F0F",
attribute_label_cite:"\u5F15\u7528",
attribute_label_datetime:"\u65E5\u671F/\u65F6\u95F4",
attribute_label_langdir:"\u6587\u5B57\u4E66\u5199\u65B9\u5411",
attribute_option_ltr:"\u4ECE\u5DE6\u5230\u53F3",
attribute_option_rtl:"\u4ECE\u53F3\u5230\u5DE6",
attribute_label_langcode:"\u8BED\u8A00",
attribute_label_tabindex:"Tab\u7D22\u5F15",
attribute_label_accesskey:"\u5FEB\u6377\u952E",
attribute_events_tab:"\u4E8B\u4EF6",
attribute_attrib_tab:"\u5C5E\u6027",
general_tab:"\u4E00\u822C",
attrib_tab:"\u5C5E\u6027",
events_tab:"\u4E8B\u4EF6",
fieldset_general_tab:"\u4E00\u822C\u8BBE\u5B9A",
fieldset_attrib_tab:"\u5143\u7D20\u5C5E\u6027",
fieldset_events_tab:"\u5143\u7D20\u4E8B\u4EF6",
title_ins_element:"\u63D2\u5165\u5143\u7D20",
title_del_element:"\u5220\u9664\u5143\u7D20",
title_acronym_element:"\u9996\u5B57\u6BCD\u7F29\u5199\u5143\u7D20",
title_abbr_element:"\u7F29\u5199\u5143\u7D20",
title_cite_element:"\u5F15\u7528\u5143\u7D20",
remove:"\u79FB\u9664",
insert_date:"\u63D2\u5165\u76EE\u524D\u65E5\u671F/\u65F6\u95F4",
option_ltr:"\u4ECE\u5DE6\u5230\u53F3",
option_rtl:"\u4ECE\u53F3\u5230\u5DE6",
attribs_title:"\u63D2\u5165/\u7F16\u8F91\u5C5E\u6027"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('cs.xhtmlxtras_dlg',{
attribute_label_title:"Titulek",
attribute_label_id:"ID",
attribute_label_class:"T\u0159\u00EDda",
attribute_label_style:"Styl",
attribute_label_cite:"Citace",
attribute_label_datetime:"Datum/\u010Cas",
attribute_label_langdir:"Sm\u011Br textu",
attribute_option_ltr:"Zleva doprava",
attribute_option_rtl:"Zprava doleva",
attribute_label_langcode:"Jazyk",
attribute_label_tabindex:"Tabindex",
attribute_label_accesskey:"P\u0159\u00EDstupov\u00E1 kl\u00E1vesa",
attribute_events_tab:"Ud\u00E1losti",
attribute_attrib_tab:"Atributy",
general_tab:"Hlavn\u00ED",
attrib_tab:"Atributy",
events_tab:"Ud\u00E1losti",
fieldset_general_tab:"Hlavn\u00ED nastaven\u00ED",
fieldset_attrib_tab:"Atributy prvku",
fieldset_events_tab:"Atributy ud\u00E1losti",
title_ins_element:"Vlo\u017Een\u00ED prvku",
title_del_element:"Vymaz\u00E1n\u00ED prvku",
title_acronym_element:"Akronym",
title_abbr_element:"Zkratka",
title_cite_element:"Citace",
remove:"Odstranit",
insert_date:"Vlo\u017Eit aktu\u00E1ln\u00ED datum/\u010Das",
option_ltr:"Zleva doprava",
option_rtl:"Zprava doleva",
attribs_title:"Vlo\u017Eit/editovat atributy"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('da.xhtmlxtras_dlg',{
attribute_label_title:"Titel",
attribute_label_id:"ID",
attribute_label_class:"Klasse",
attribute_label_style:"Stil",
attribute_label_cite:"Citat",
attribute_label_datetime:"Dato/tid",
attribute_label_langdir:"Tekstretning",
attribute_option_ltr:"Venstre mod h\u00F8jre",
attribute_option_rtl:"H\u00F8jre mod venstre",
attribute_label_langcode:"Sprog",
attribute_label_tabindex:"Tab-indeks",
attribute_label_accesskey:"Adgangsn\u00F8gle",
attribute_events_tab:"H\u00E6ndelser",
attribute_attrib_tab:"Attributter",
general_tab:"Generelt",
attrib_tab:"Attributter",
events_tab:"H\u00E6ndelser",
fieldset_general_tab:"Genererelle indstillinger",
fieldset_attrib_tab:"Element-attributter",
fieldset_events_tab:"Element-h\u00E6ndelser",
title_ins_element:"Inds\u00E6tbart element",
title_del_element:"Sletteklart element",
title_acronym_element:"Akronym element",
title_abbr_element:"Forkortet element",
title_cite_element:"Citationselement",
remove:"Slet",
insert_date:"Inds\u00E6t nuv\u00E6rende dato/tid",
option_ltr:"Venstre mod h\u00F8jre",
option_rtl:"H\u00F8jre mod venstre",
attribs_title:"Inds\u00E6t/rediger attributter"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('de.xhtmlxtras_dlg',{
attribute_label_title:"Titel",
attribute_label_id:"ID",
attribute_label_class:"Klasse",
attribute_label_style:"Format",
attribute_label_cite:"Quellenangabe",
attribute_label_datetime:"Zeit/Datum",
attribute_label_langdir:"Schriftrichtung",
attribute_option_ltr:"Links nach rechts",
attribute_option_rtl:"Rechts nach links",
attribute_label_langcode:"Sprache",
attribute_label_tabindex:"Tabindex",
attribute_label_accesskey:"Tastenk\u00FCrzel",
attribute_events_tab:"Ereignisse",
attribute_attrib_tab:"Attribute",
general_tab:"Allgemein",
attrib_tab:"Attribute",
events_tab:"Ereignisse",
fieldset_general_tab:"Allgemeine Einstellungen",
fieldset_attrib_tab:"Attribute",
fieldset_events_tab:"Ereignisse",
title_ins_element:"Eingef\u00FCgter Text",
title_del_element:"Entfernter Text",
title_acronym_element:"Akronym",
title_abbr_element:"Abk\u00FCrzung",
title_cite_element:"Quellenangabe",
remove:"Entfernen",
insert_date:"Aktuelle Zeit/Datum einf\u00FCgen",
option_ltr:"Links nach rechts",
option_rtl:"Rechts nach links",
attribs_title:"Attribute einf\u00FCgen/bearbeiten"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('dv.xhtmlxtras_dlg',{
attribute_label_title:"Title",
attribute_label_id:"ID",
attribute_label_class:"Class",
attribute_label_style:"Style",
attribute_label_cite:"Cite",
attribute_label_datetime:"Date/Time",
attribute_label_langdir:"Text Direction",
attribute_option_ltr:"Left to right",
attribute_option_rtl:"Right to left",
attribute_label_langcode:"Language",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Events",
attribute_attrib_tab:"Attributes",
general_tab:"General",
attrib_tab:"Attributes",
events_tab:"Events",
fieldset_general_tab:"General Settings",
fieldset_attrib_tab:"Element Attributes",
fieldset_events_tab:"Element Events",
title_ins_element:"Insertion Element",
title_del_element:"Deletion Element",
title_acronym_element:"Acronym Element",
title_abbr_element:"Abbreviation Element",
title_cite_element:"Citation Element",
remove:"Remove",
insert_date:"Insert current date/time",
option_ltr:"Left to right",
option_rtl:"Right to left",
attribs_title:"Insert/Edit Attributes"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('el.xhtmlxtras_dlg',{
attribute_label_title:"\u03A4\u03AF\u03C4\u03BB\u03BF\u03C2",
attribute_label_id:"ID",
attribute_label_class:"\u039A\u03BB\u03AC\u03C3\u03B7",
attribute_label_style:"\u03A3\u03C4\u03C5\u03BB",
attribute_label_cite:"Cite",
attribute_label_datetime:"\u0397\u03BC\u03AD\u03C1\u03B1/\u038F\u03C1\u03B1",
attribute_label_langdir:"\u039A\u03B1\u03C4\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5",
attribute_option_ltr:"\u0391\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC \u03C0\u03C1\u03BF\u03C2 \u03B4\u03B5\u03BE\u03B9\u03AC",
attribute_option_rtl:"\u0394\u03B5\u03BE\u03B9\u03AC \u03C0\u03C1\u03BF\u03C2 \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC",
attribute_label_langcode:"\u0393\u03BB\u03CE\u03C3\u03C3\u03B1",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"\u03A0\u03BB\u03AE\u03BA\u03C4\u03C1\u03BF \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2",
attribute_events_tab:"\u0393\u03B5\u03B3\u03BF\u03BD\u03CC\u03C4\u03B1",
attribute_attrib_tab:"\u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B5\u03C2",
general_tab:"\u0393\u03B5\u03BD\u03B9\u03BA\u03AC",
attrib_tab:"\u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B5\u03C2",
events_tab:"\u0393\u03B5\u03B3\u03BF\u03BD\u03CC\u03C4\u03B1",
fieldset_general_tab:"\u0393\u03B5\u03BD\u03B9\u03BA\u03AD\u03C2 \u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2",
fieldset_attrib_tab:"\u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B5\u03C2 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5",
fieldset_events_tab:"\u0393\u03B5\u03B3\u03BF\u03BD\u03CC\u03C4\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5",
title_ins_element:"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5",
title_del_element:"\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5",
title_acronym_element:"\u0391\u03BA\u03C1\u03BF\u03BD\u03CD\u03BC\u03B9\u03BF \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5",
title_abbr_element:"\u03A3\u03C5\u03BD\u03C4\u03BF\u03BC\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5",
title_cite_element:"Citation \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5",
remove:"\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7",
insert_date:"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1\u03C2 \u03B7\u03BC\u03AD\u03C1\u03B1\u03C2/\u03CE\u03C1\u03B1\u03C2",
option_ltr:"\u0391\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC \u03C0\u03C1\u03BF\u03C2 \u03B4\u03B5\u03BE\u03B9\u03AC",
option_rtl:"\u0394\u03B5\u03BE\u03B9\u03AC \u03C0\u03C1\u03BF\u03C2 \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC",
attribs_title:"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE/\u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B9\u03B4\u03B9\u03BF\u03C4\u03AE\u03C4\u03C9\u03BD"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('en.xhtmlxtras_dlg',{
attribute_label_title:"Title",
attribute_label_id:"ID",
attribute_label_class:"Class",
attribute_label_style:"Style",
attribute_label_cite:"Cite",
attribute_label_datetime:"Date/Time",
attribute_label_langdir:"Text Direction",
attribute_option_ltr:"Left to right",
attribute_option_rtl:"Right to left",
attribute_label_langcode:"Language",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Events",
attribute_attrib_tab:"Attributes",
general_tab:"General",
attrib_tab:"Attributes",
events_tab:"Events",
fieldset_general_tab:"General Settings",
fieldset_attrib_tab:"Element Attributes",
fieldset_events_tab:"Element Events",
title_ins_element:"Insertion Element",
title_del_element:"Deletion Element",
title_acronym_element:"Acronym Element",
title_abbr_element:"Abbreviation Element",
title_cite_element:"Citation Element",
remove:"Remove",
insert_date:"Insert current date/time",
option_ltr:"Left to right",
option_rtl:"Right to left",
attribs_title:"Insert/Edit Attributes"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('es.xhtmlxtras_dlg',{
attribute_label_title:"T\u00EDtulo",
attribute_label_id:"ID",
attribute_label_class:"Clase",
attribute_label_style:"Estilo",
attribute_label_cite:"Cita",
attribute_label_datetime:"Fecha/Hora",
attribute_label_langdir:"Direcci\u00F3n de texto",
attribute_option_ltr:"Izquierda a derecha",
attribute_option_rtl:"Derecha a izquierda",
attribute_label_langcode:"Lenguaje",
attribute_label_tabindex:"Orden de tabulaci\u00F3n",
attribute_label_accesskey:"Tecla de acceso",
attribute_events_tab:"Eventos",
attribute_attrib_tab:"Atributos",
general_tab:"General",
attrib_tab:"Atributos",
events_tab:"Eventos",
fieldset_general_tab:"Configuraci\u00F3n general",
fieldset_attrib_tab:"Atributos",
fieldset_events_tab:"Evento",
title_ins_element:"Insertar",
title_del_element:"Borrar",
title_acronym_element:"Acr\u00F3nimo",
title_abbr_element:"Abreviatura",
title_cite_element:"Cita",
remove:"Suprimir",
insert_date:"Insertar fecha/hora actuales",
option_ltr:"Izquierda a derecha",
option_rtl:"Derecha a izquierda",
attribs_title:"Insertar/Editar atributos"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('et.xhtmlxtras_dlg',{
attribute_label_title:"Title",
attribute_label_id:"ID",
attribute_label_class:"Class",
attribute_label_style:"Style",
attribute_label_cite:"Cite",
attribute_label_datetime:"Date/Time",
attribute_label_langdir:"Text Direction",
attribute_option_ltr:"Left to right",
attribute_option_rtl:"Right to left",
attribute_label_langcode:"Language",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Events",
attribute_attrib_tab:"Attributes",
general_tab:"General",
attrib_tab:"Attributes",
events_tab:"Events",
fieldset_general_tab:"General Settings",
fieldset_attrib_tab:"Element Attributes",
fieldset_events_tab:"Element Events",
title_ins_element:"Insertion Element",
title_del_element:"Deletion Element",
title_acronym_element:"Acronym Element",
title_abbr_element:"Abbreviation Element",
title_cite_element:"Citation Element",
remove:"Remove",
insert_date:"Insert current date/time",
option_ltr:"Left to right",
option_rtl:"Right to left",
attribs_title:"Insert/Edit Attributes"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('fa.xhtmlxtras_dlg',{
attribute_label_title:"\u0639\u0646\u0648\u0627\u0646",
attribute_label_id:"\u0634\u0646\u0627\u0633\u0647",
attribute_label_class:"\u0643\u0644\u0627\u0633",
attribute_label_style:"\u0627\u0633\u062A\u06CC\u0644",
attribute_label_cite:"\u0627\u0639\u0644\u0627\u0645\u06CC\u0647",
attribute_label_datetime:"\u062A\u0627\u0631\u06CC\u062E/\u0632\u0645\u0627\u0646",
attribute_label_langdir:"\u062C\u0647\u062A \u0645\u062A\u0646",
attribute_option_ltr:"\u0686\u067E \u0628\u0647 \u0631\u0627\u0633\u062A",
attribute_option_rtl:"\u0631\u0627\u0633\u062A \u0628\u0647 \u0686\u067E",
attribute_label_langcode:"\u0632\u0628\u0627\u0646",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"\u0631\u0648\u06CC\u062F\u0627\u062F\u0647\u0627",
attribute_attrib_tab:"\u0635\u0641\u0627\u062A",
general_tab:"\u0639\u0645\u0648\u0645\u06CC",
attrib_tab:"\u0635\u0641\u0627\u062A",
events_tab:"\u0631\u0648\u06CC\u062F\u0627\u062F\u0647\u0627",
fieldset_general_tab:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0639\u0645\u0648\u0645\u06CC",
fieldset_attrib_tab:"\u0635\u0641\u0627\u062A \u0639\u0646\u0635\u0631",
fieldset_events_tab:"\u0631\u0648\u06CC\u062F\u0627\u062F\u0647\u0627\u06CC \u0639\u0646\u0635\u0631",
title_ins_element:"\u0639\u0646\u0635\u0631 \u062F\u0631\u062C",
title_del_element:"\u0639\u0646\u0635\u0631 \u062D\u0630\u0641",
title_acronym_element:"\u0639\u0646\u0635\u0631 \u0645\u062E\u0641\u0641",
title_abbr_element:"\u0639\u0646\u0635\u0631 \u0627\u062E\u062A\u0635\u0627\u0631",
title_cite_element:"\u0639\u0646\u0635\u0631 \u0646\u0642\u0644 \u0642\u0648\u0644",
remove:"\u062D\u0630\u0641",
insert_date:"\u062F\u0631\u062C \u062A\u0627\u0631\u06CC\u062E/\u0632\u0645\u0627\u0646 \u0641\u0639\u0644\u06CC",
option_ltr:"\u0686\u067E \u0628\u0647 \u0631\u0627\u0633\u062A",
option_rtl:"\u0631\u0627\u0633\u062A \u0628\u0647 \u0686\u067E",
attribs_title:"\u062F\u0631\u062C/\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0635\u0641\u0627\u062A"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('fi.xhtmlxtras_dlg',{
attribute_label_title:"Otsikko",
attribute_label_id:"ID",
attribute_label_class:"Luokka",
attribute_label_style:"Tyyli",
attribute_label_cite:"Sitaatti",
attribute_label_datetime:"P\u00E4iv\u00E4/Aika",
attribute_label_langdir:"Tekstin suunta",
attribute_option_ltr:"Vasemmalta oikealle",
attribute_option_rtl:"Oikealta vasemmalle",
attribute_label_langcode:"Kieli",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Tapahtumat",
attribute_attrib_tab:"Attribuutit",
general_tab:"Yleiset",
attrib_tab:"Attribuutit",
events_tab:"Tapahtumat",
fieldset_general_tab:"Yleiset asetukset",
fieldset_attrib_tab:"Elementin attribuutit",
fieldset_events_tab:"Elementin tapahtumat",
title_ins_element:"Lis\u00E4ys elementit",
title_del_element:"Poisto elementit",
title_acronym_element:"Kirjainlyhenne elementit",
title_abbr_element:"Lyhenne elementit",
title_cite_element:"Sitaatti elementit",
remove:"Poista",
insert_date:"Lis\u00E4\u00E4 t\u00E4m\u00E4nhetkinen p\u00E4iv\u00E4/aika",
option_ltr:"Vasemmalta oikealle",
option_rtl:"Oikealta vasemmalle",
attribs_title:"Lis\u00E4\u00E4/muokkaa attribuutteja"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('fr.xhtmlxtras_dlg',{
attribute_label_title:"Titre",
attribute_label_id:"ID",
attribute_label_class:"Classe",
attribute_label_style:"Style",
attribute_label_cite:"Citation",
attribute_label_datetime:"Date/Heure",
attribute_label_langdir:"Sens de lecture",
attribute_option_ltr:"De gauche \u00E0 droite",
attribute_option_rtl:"De droite \u00E0 gauche",
attribute_label_langcode:"Langue",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"Touche d'acc\u00E8s",
attribute_events_tab:"\u00C9v\u00E9nements",
attribute_attrib_tab:"Attributs",
general_tab:"G\u00E9n\u00E9ral",
attrib_tab:"Attributs",
events_tab:"\u00C9v\u00E9nements",
fieldset_general_tab:"Param\u00E8tres g\u00E9n\u00E9raux",
fieldset_attrib_tab:"Attributs",
fieldset_events_tab:"\u00C9v\u00E9nements",
title_ins_element:"Ajout",
title_del_element:"Suppression",
title_acronym_element:"Acronyme",
title_abbr_element:"Abbr\u00E9viation",
title_cite_element:"Citation",
remove:"Enlever",
insert_date:"Ins\u00E9rer la date et l'heure actuels",
option_ltr:"De gauche \u00E0 droite",
option_rtl:"De droite \u00E0 gauche",
attribs_title:"Ins\u00E9rer/\u00C9diter attributs"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('gl.xhtmlxtras_dlg',{
attribute_label_title:"T\u00EDtulo",
attribute_label_id:"ID",
attribute_label_class:"Clase",
attribute_label_style:"Estilo",
attribute_label_cite:"Cita",
attribute_label_datetime:"Data/Hora",
attribute_label_langdir:"Direcci\u00F3n de texto",
attribute_option_ltr:"Esquerda a dereita",
attribute_option_rtl:"Dereita a esquerda",
attribute_label_langcode:"Lenguaxe",
attribute_label_tabindex:"Orde de tabulaci\u00F3n",
attribute_label_accesskey:"Tecla de acceso",
attribute_events_tab:"Eventos",
attribute_attrib_tab:"Atributos",
general_tab:"Xeral",
attrib_tab:"Atributos",
events_tab:"Eventos",
fieldset_general_tab:"Configuraci\u00F3n xeral",
fieldset_attrib_tab:"Atributos",
fieldset_events_tab:"Evento",
title_ins_element:"Insertar",
title_del_element:"Borrar",
title_acronym_element:"Acr\u00F3nimo",
title_abbr_element:"Abreviatura",
title_cite_element:"Cita",
remove:"Suprimir",
insert_date:"Insertar data/hora actuais",
option_ltr:"Esquerda a dereita",
option_rtl:"Dereita a esquerda",
attribs_title:"Insertar/Editar atributos"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('he.xhtmlxtras_dlg',{
attribute_label_title:"\u05DB\u05D5\u05EA\u05E8\u05EA",
attribute_label_id:"ID",
attribute_label_class:"Class",
attribute_label_style:"Style",
attribute_label_cite:"\u05E6\u05D9\u05D8\u05D5\u05D8",
attribute_label_datetime:"\u05EA\u05D0\u05E8\u05D9\u05DA/\u05D6\u05DE\u05DF",
attribute_label_langdir:"\u05DB\u05D9\u05D5\u05D5\u05DF \u05D4\u05D8\u05E7\u05E1\u05D8",
attribute_option_ltr:"\u05DE\u05E9\u05DE\u05D0\u05DC \u05DC\u05D9\u05DE\u05D9\u05DF",
attribute_option_rtl:"\u05DE\u05D9\u05DE\u05D9\u05DF \u05DC\u05E9\u05DE\u05D0\u05DC",
attribute_label_langcode:"\u05E9\u05E4\u05D4",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"\u05D0\u05D9\u05E8\u05D5\u05E2\u05D9\u05DD",
attribute_attrib_tab:"\u05EA\u05DB\u05D5\u05E0\u05D5\u05EA",
general_tab:"\u05DB\u05DC\u05DC\u05D9",
attrib_tab:"\u05EA\u05DB\u05D5\u05E0\u05D5\u05EA",
events_tab:"\u05D0\u05D9\u05E8\u05D5\u05E2\u05D9\u05DD",
fieldset_general_tab:"\u05D4\u05D2\u05D3\u05E8\u05D5\u05EA \u05DB\u05DC\u05DC\u05D9\u05D5\u05EA",
fieldset_attrib_tab:" \u05EA\u05DB\u05D5\u05E0\u05D5\u05EA \u05D4\u05D0\u05DC\u05DE\u05E0\u05D8",
fieldset_events_tab:"\u05D0\u05D9\u05E8\u05D5\u05E2\u05D9 \u05D4\u05D0\u05DC\u05DE\u05E0\u05D8",
title_ins_element:"\u05D4\u05DB\u05E0\u05E1\u05EA \u05D0\u05DC\u05DE\u05E0\u05D8",
title_del_element:"\u05DE\u05D7\u05D9\u05E7\u05EA \u05D0\u05DC\u05DE\u05E0\u05D8",
title_acronym_element:"\u05E8\u05D0\u05E9\u05D9 \u05EA\u05D9\u05D1\u05D5\u05EA \u05D4\u05D0\u05DC\u05DE\u05E0\u05D8",
title_abbr_element:"\u05E7\u05D9\u05E6\u05D5\u05E8 \u05D0\u05DC\u05DE\u05E0\u05D8",
title_cite_element:"\u05E6\u05D9\u05D8\u05D5\u05D8 \u05D0\u05DC\u05DE\u05E0\u05D8",
remove:"\u05D4\u05E1\u05E8",
insert_date:"\u05D4\u05DB\u05E0\u05E1\u05EA \u05D6\u05DE\u05DF/\u05EA\u05D0\u05E8\u05D9\u05DA \u05E0\u05D5\u05DB\u05D7\u05D9",
option_ltr:"\u05DE\u05E9\u05DE\u05D0\u05DC \u05DC\u05D9\u05DE\u05D9\u05DF",
option_rtl:"\u05DE\u05D9\u05DE\u05D9\u05DF \u05DC\u05E9\u05DE\u05D0\u05DC",
attribs_title:"\u05D4\u05DB\u05E0\u05E1\u05EA/\u05E2\u05D3\u05DB\u05D5\u05DF \u05EA\u05DB\u05D5\u05E0\u05D5\u05EA"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('hr.xhtmlxtras_dlg',{
attribute_label_title:"Naslov",
attribute_label_id:"ID",
attribute_label_class:"Klasa",
attribute_label_style:"Stil",
attribute_label_cite:"Citat",
attribute_label_datetime:"Datum/vrijeme",
attribute_label_langdir:"Smjer teksta",
attribute_option_ltr:"S lijeva na desno",
attribute_option_rtl:"S desna na lijevo",
attribute_label_langcode:"Jezik",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Doga\u0111aji",
attribute_attrib_tab:"Atributi",
general_tab:"Osnovno",
attrib_tab:"Atributi",
events_tab:"Doga\u0111aji",
fieldset_general_tab:"Osnovne postavke",
fieldset_attrib_tab:"Atributi elemenata",
fieldset_events_tab:"Doga\u0111aji elemenata",
title_ins_element:"Element za unos",
title_del_element:"Element za brisanje",
title_acronym_element:"Element akronima",
title_abbr_element:"Element kratice",
title_cite_element:"Element citata",
remove:"Ukloni",
insert_date:"Umetni trenuta\u010Dni datum/vrijeme",
option_ltr:"S lijeva na desno",
option_rtl:"S desna na lijevo",
attribs_title:"Umetni/uredi atribute"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('hu.xhtmlxtras_dlg',{
attribute_label_title:"C\u00EDm",
attribute_label_id:"ID",
attribute_label_class:"Class",
attribute_label_style:"Style",
attribute_label_cite:"Id\u00E9zet",
attribute_label_datetime:"D\u00E1tum/Id\u0151",
attribute_label_langdir:"Sz\u00F6veg ir\u00E1nya",
attribute_option_ltr:"Balr\u00F3l jobbra",
attribute_option_rtl:"Jobbr\u00F3l balra",
attribute_label_langcode:"Nyelv",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"Gyorsbilenty\u0171",
attribute_events_tab:"Esem\u00E9nyek",
attribute_attrib_tab:"Tulajdons\u00E1gok",
general_tab:"\u00C1ltal\u00E1nos",
attrib_tab:"Tulajdons\u00E1gok",
events_tab:"Esem\u00E9nyek",
fieldset_general_tab:"\u00C1ltal\u00E1nos be\u00E1ll\u00EDt\u00E1sok",
fieldset_attrib_tab:"Elem tulajdons\u00E1gok",
fieldset_events_tab:"Elem esem\u00E9nyek",
title_ins_element:"Besz\u00FArt elem",
title_del_element:"T\u00F6r\u00F6lt elem",
title_acronym_element:"Bet\u0171sz\u00F3 elem",
title_abbr_element:"R\u00F6vid\u00EDt\u00E9s elem",
title_cite_element:"Id\u00E9zet elem",
remove:"Elt\u00E1vol\u00EDt\u00E1s",
insert_date:"Aktu\u00E1lis d\u00E1tum/id\u0151 besz\u00FAr\u00E1sa",
option_ltr:"Balr\u00F3l jobra",
option_rtl:"Jobbr\u00F3l balra",
attribs_title:"Tulajdons\u00E1gok besz\u00FAr\u00E1sa/szerkeszt\u00E9se"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ia.xhtmlxtras_dlg',{
attribute_label_title:"\u67E5\u627E",
attribute_label_id:"ID",
attribute_label_class:"\u6837\u5F0F\u7C7B",
attribute_label_style:"\u6837\u5F0F",
attribute_label_cite:"\u5F15\u7528",
attribute_label_datetime:"\u65E5\u671F/\u65F6\u95F4",
attribute_label_langdir:"\u6587\u5B57\u4E66\u5199\u65B9\u5411",
attribute_option_ltr:"\u4ECE\u5DE6\u5230\u53F3",
attribute_option_rtl:"\u4ECE\u53F3\u5230\u5DE6",
attribute_label_langcode:"\u8BED\u8A00",
attribute_label_tabindex:"Tab\u7D22\u5F15",
attribute_label_accesskey:"\u5FEB\u901F\u952E",
attribute_events_tab:"\u4E8B\u4EF6",
attribute_attrib_tab:"\u5C5E\u6027",
general_tab:"\u57FA\u672C",
attrib_tab:"\u5C5E\u6027",
events_tab:"\u4E8B\u4EF6",
fieldset_general_tab:"\u57FA\u672C",
fieldset_attrib_tab:"\u5BF9\u8C61\u5C5E\u6027",
fieldset_events_tab:"\u5BF9\u8C61\u4E8B\u4EF6",
title_ins_element:"\u63D2\u5165\u5BF9\u8C61",
title_del_element:"\u5220\u9664\u5BF9\u8C61",
title_acronym_element:"\u9996\u5B57\u6BCD\u7F29\u5199\u5BF9\u8C61",
title_abbr_element:"\u7F29\u5199\u5BF9\u8C61",
title_cite_element:"\u5F15\u7528\u5BF9\u8C61",
remove:"\u79FB\u9664",
insert_date:"\u63D2\u5165\u5F53\u524D\u65E5\u671F/\u65F6\u95F4",
option_ltr:"\u4ECE\u5DE6\u5230\u53F3",
option_rtl:"\u4ECE\u53F3\u5230\u5DE6",
attribs_title:"\u63D2\u5165/\u7F16\u8F91 \u5C5E\u6027"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ii.xhtmlxtras_dlg',{
attribute_label_title:"\u6807\u9898",
attribute_label_id:"ID",
attribute_label_class:"\u7C7B\u522B",
attribute_label_style:"\u6837\u5F0F",
attribute_label_cite:"\u5F15\u7528",
attribute_label_datetime:"\u65E5\u671F/\u65F6\u95F4",
attribute_label_langdir:"\u6587\u5B57\u4E66\u5199\u65B9\u5411",
attribute_option_ltr:"\u4ECE\u5DE6\u5230\u53F3",
attribute_option_rtl:"\u4ECE\u53F3\u5230\u5DE6",
attribute_label_langcode:"\u8BED\u8A00",
attribute_label_tabindex:"Tab\u7D22\u5F15",
attribute_label_accesskey:"\u5FEB\u6377\u952E",
attribute_events_tab:"\u4E8B\u4EF6",
attribute_attrib_tab:"\u5C5E\u6027",
general_tab:"\u4E00\u822C",
attrib_tab:"\u5C5E\u6027",
events_tab:"\u4E8B\u4EF6",
fieldset_general_tab:"\u4E00\u822C\u8BBE\u5B9A",
fieldset_attrib_tab:"\u5143\u7D20\u5C5E\u6027",
fieldset_events_tab:"\u5143\u7D20\u4E8B\u4EF6",
title_ins_element:"\u63D2\u5165\u5143\u7D20",
title_del_element:"\u5220\u9664\u5143\u7D20",
title_acronym_element:"\u9996\u5B57\u6BCD\u7F29\u5199\u5143\u7D20",
title_abbr_element:"\u7F29\u5199\u5143\u7D20",
title_cite_element:"\u5F15\u7528\u5143\u7D20",
remove:"\u79FB\u9664",
insert_date:"\u63D2\u5165\u76EE\u524D\u65E5\u671F/\u65F6\u95F4",
option_ltr:"\u4ECE\u5DE6\u5230\u53F3",
option_rtl:"\u4ECE\u53F3\u5230\u5DE6",
attribs_title:"\u63D2\u5165/\u7F16\u8F91 \u5C5E\u6027"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('is.xhtmlxtras_dlg',{
attribute_label_title:"Title",
attribute_label_id:"ID",
attribute_label_class:"Class",
attribute_label_style:"Style",
attribute_label_cite:"Cite",
attribute_label_datetime:"Date/Time",
attribute_label_langdir:"Text Direction",
attribute_option_ltr:"Left to right",
attribute_option_rtl:"Right to left",
attribute_label_langcode:"Language",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Events",
attribute_attrib_tab:"Attributes",
general_tab:"General",
attrib_tab:"Attributes",
events_tab:"Events",
fieldset_general_tab:"General Settings",
fieldset_attrib_tab:"Element Attributes",
fieldset_events_tab:"Element Events",
title_ins_element:"Insertion Element",
title_del_element:"Deletion Element",
title_acronym_element:"Acronym Element",
title_abbr_element:"Abbreviation Element",
title_cite_element:"Citation Element",
remove:"Remove",
insert_date:"Insert current date/time",
option_ltr:"Left to right",
option_rtl:"Right to left",
attribs_title:"Insert/Edit Attributes"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('it.xhtmlxtras_dlg',{
attribute_label_title:"Titolo",
attribute_label_id:"ID",
attribute_label_class:"Classe",
attribute_label_style:"Style",
attribute_label_cite:"Citazione",
attribute_label_datetime:"Date/Time",
attribute_label_langdir:"Direzione del testo",
attribute_option_ltr:"Sinistra verso destra",
attribute_option_rtl:"Destra verso sinistra",
attribute_label_langcode:"Lingua",
attribute_label_tabindex:"Indice tabulazione",
attribute_label_accesskey:"Tasto di accesso",
attribute_events_tab:"Eventi",
attribute_attrib_tab:"Attributi",
general_tab:"Generale",
attrib_tab:"Attributi",
events_tab:"Eventi",
fieldset_general_tab:"Impostazioni Generali",
fieldset_attrib_tab:"Attributi elemento",
fieldset_events_tab:"Eventi elemento",
title_ins_element:"Inserimento elemento",
title_del_element:"Cancellazione elemento",
title_acronym_element:"Acronimo elemento",
title_abbr_element:"Abbreviazione elemento",
title_cite_element:"Citazione elemento",
remove:"Rimuovi",
insert_date:"Inserisci data/ora corrente",
option_ltr:"Sinistra verso destra",
option_rtl:"Destra verso sinistra",
attribs_title:"Inserisci/modifica attributi"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ja.xhtmlxtras_dlg',{
attribute_label_title:"\u30BF\u30A4\u30C8\u30EB",
attribute_label_id:"ID",
attribute_label_class:"\u30AF\u30E9\u30B9",
attribute_label_style:"\u30B9\u30BF\u30A4\u30EB",
attribute_label_cite:"\u5F15\u7528",
attribute_label_datetime:"\u65E5\u4ED8/\u6642\u523B",
attribute_label_langdir:"\u6587\u7AE0\u306E\u65B9\u5411",
attribute_option_ltr:"\u5DE6\u304B\u3089\u53F3",
attribute_option_rtl:"\u53F3\u304B\u3089\u5DE6",
attribute_label_langcode:"\u8A00\u8A9E",
attribute_label_tabindex:"\u30BF\u30D6\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9",
attribute_label_accesskey:"\u30A2\u30AF\u30BB\u30B9\u30AD\u30FC",
attribute_events_tab:"\u30A4\u30D9\u30F3\u30C8",
attribute_attrib_tab:"\u5C5E\u6027",
general_tab:"\u4E00\u822C",
attrib_tab:"\u5C5E\u6027",
events_tab:"\u30A4\u30D9\u30F3\u30C8",
fieldset_general_tab:"\u4E00\u822C",
fieldset_attrib_tab:"\u30A8\u30EC\u30E1\u30F3\u30C8\u306E\u5C5E\u6027",
fieldset_events_tab:"\u30A8\u30EC\u30E1\u30F3\u30C8\u306E\u30A4\u30D9\u30F3\u30C8",
title_ins_element:"\u30A8\u30EC\u30E1\u30F3\u30C8\u3092\u633F\u5165",
title_del_element:"\u30A8\u30EC\u30E1\u30F3\u30C8\u3092\u524A\u9664",
title_acronym_element:"\u982D\u5B57\u8A9E\u30A8\u30EC\u30E1\u30F3\u30C8",
title_abbr_element:"\u7565\u8A9E\u30A8\u30EC\u30E1\u30F3\u30C8",
title_cite_element:"\u5F15\u7528\u30A8\u30EC\u30E1\u30F3\u30C8",
remove:"Remove",
insert_date:"\u73FE\u5728\u306E\u65E5\u4ED8/\u6642\u523B\u3092\u633F\u5165",
option_ltr:"\u5DE6\u304B\u3089\u53F3",
option_rtl:"\u53F3\u304B\u3089\u5DE6",
attribs_title:"\u5C5E\u6027\u306E\u633F\u5165/\u524A\u9664"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ko.xhtmlxtras_dlg',{
attribute_label_title:"\uC81C\uBAA9",
attribute_label_id:"ID",
attribute_label_class:"\uD074\uB798\uC2A4",
attribute_label_style:"\uC2A4\uD0C0\uC77C",
attribute_label_cite:"\uC778\uC6A9",
attribute_label_datetime:"\uB0A0\uC9DC/\uC2DC\uAC04",
attribute_label_langdir:"\uBB38\uC790 \uBC29\uD5A5",
attribute_option_ltr:"\uC67C\uCABD\uC5D0\uC11C \uC624\uB978\uCABD",
attribute_option_rtl:"\uC624\uB978\uCABD\uC5D0\uC11C \uC67C\uCABD",
attribute_label_langcode:"\uC5B8\uC5B4",
attribute_label_tabindex:"\uD0ED \uC778\uB371\uC2A4",
attribute_label_accesskey:"\uC561\uC138\uC2A4 \uD0A4",
attribute_events_tab:"\uC774\uBCA4\uD2B8",
attribute_attrib_tab:"\uC18D\uC131",
general_tab:"\uC77C\uBC18",
attrib_tab:"\uC18D\uC131",
events_tab:"\uC774\uBCA4\uD2B8",
fieldset_general_tab:"\uC77C\uBC18 \uC124\uC815",
fieldset_attrib_tab:"\uC694\uC18C\uC758 \uC18D\uC131",
fieldset_events_tab:"\uC694\uC18C\uC758 \uC774\uBCA4\uD2B8",
title_ins_element:"\uC694\uC18C\uC758 \uC0BD\uC785",
title_del_element:"\uC694\uC18C\uC758 \uC0AD\uC81C",
title_acronym_element:"\uBA38\uB9AC \uAE00\uC790\uC5B4 \uC694\uC18C",
title_abbr_element:"\uC57D\uAE30 \uC694\uC18C",
title_cite_element:"\uC778\uC6A9 \uC694\uC18C",
remove:"\uC0AD\uC81C",
insert_date:"\uD604\uC7AC\uC758 \uB0A0\uC9DC/\uC2DC\uAC04\uC744 \uC0BD\uC785",
option_ltr:"\uC67C\uCABD\uC5D0\uC11C \uC624\uB978\uCABD",
option_rtl:"\uC624\uB978\uCABD\uC5D0\uC11C \uC67C\uCABD",
attribs_title:"\uC18D\uC131\uC758 \uC0BD\uC785/\uD3B8\uC9D1"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('lt.xhtmlxtras_dlg',{
attribute_label_title:"Pavadinimas",
attribute_label_id:"ID",
attribute_label_class:"Klas\u0117",
attribute_label_style:"Stilius",
attribute_label_cite:"Citata",
attribute_label_datetime:"Data/Laikas",
attribute_label_langdir:"Kalbos teksto kryptis",
attribute_option_ltr:"I\u0161 kair\u0117s \u012F de\u0161in\u0119",
attribute_option_rtl:"I\u0161 de\u0161in\u0117s \u012F kair\u0119",
attribute_label_langcode:"Kalba",
attribute_label_tabindex:"Tabuliacijos indeksas",
attribute_label_accesskey:"Prieities klavi\u0161as",
attribute_events_tab:"\u012Evykiai",
attribute_attrib_tab:"Atributai",
general_tab:"Bendra",
attrib_tab:"Atributai",
events_tab:"\u012Evykiai",
fieldset_general_tab:"Bendri nustatymai",
fieldset_attrib_tab:"Elemento atributai",
fieldset_events_tab:"Elemento \u012Fvykiai",
title_ins_element:"\u012Eterpimo elementas",
title_del_element:"Pa\u0161alinimo elementas",
title_acronym_element:"Akronimo elementas",
title_abbr_element:"Santrumpos elementas",
title_cite_element:"Citatos elementas",
remove:"Pa\u0161alinti",
insert_date:"\u012Eterpti esam\u0105 dat\u0105/laik\u0105",
option_ltr:"I\u0161 kair\u0117s \u012F de\u0161in\u0119",
option_rtl:"I\u0161 de\u0161in\u0117s \u012F kair\u0119",
attribs_title:"\u012Eterpti/Redaguoti atributus"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('lv.xhtmlxtras_dlg',{
attribute_label_title:"Title",
attribute_label_id:"ID",
attribute_label_class:"Class",
attribute_label_style:"Style",
attribute_label_cite:"Cite",
attribute_label_datetime:"Date/Time",
attribute_label_langdir:"Text Direction",
attribute_option_ltr:"Left to right",
attribute_option_rtl:"Right to left",
attribute_label_langcode:"Language",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Events",
attribute_attrib_tab:"Attributes",
general_tab:"General",
attrib_tab:"Attributes",
events_tab:"Events",
fieldset_general_tab:"General Settings",
fieldset_attrib_tab:"Element Attributes",
fieldset_events_tab:"Element Events",
title_ins_element:"Insertion Element",
title_del_element:"Deletion Element",
title_acronym_element:"Acronym Element",
title_abbr_element:"Abbreviation Element",
title_cite_element:"Citation Element",
remove:"Remove",
insert_date:"Insert current date/time",
option_ltr:"Left to right",
option_rtl:"Right to left",
attribs_title:"Insert/Edit Attributes"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('mk.xhtmlxtras_dlg',{
attribute_label_title:"\u041D\u0430\u0441\u043B\u043E\u0432",
attribute_label_id:"ID",
attribute_label_class:"Klasa",
attribute_label_style:"Stil",
attribute_label_cite:"Citat",
attribute_label_datetime:"Datum/vreme",
attribute_label_langdir:"Smjer teksta",
attribute_option_ltr:"S leva na desno",
attribute_option_rtl:"S desna na levo",
attribute_label_langcode:"Jezik",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Doga\u0111aji",
attribute_attrib_tab:"Atributi",
general_tab:"Osnovno",
attrib_tab:"Atributi",
events_tab:"Doga\u0111aji",
fieldset_general_tab:"Osnovne postavke",
fieldset_attrib_tab:"Atributi elemenata",
fieldset_events_tab:"Doga\u0111aji elemenata",
title_ins_element:"Element za unos",
title_del_element:"Element za brisanje",
title_acronym_element:"Element akronima",
title_abbr_element:"Element kratice",
title_cite_element:"Element citata",
remove:"Ukloni",
insert_date:"\u0412\u043C\u0435\u0442\u043D\u0438 trenuta\u010Dni datum/vreme",
option_ltr:"S leva na desno",
option_rtl:"S desna na levo",
attribs_title:"\u0412\u043C\u0435\u0442\u043D\u0438/uredi atribute"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('mn.xhtmlxtras_dlg',{
attribute_label_title:"\u0413\u0430\u0440\u0447\u0438\u0433",
attribute_label_id:"\u0422\u0422",
attribute_label_class:"\u0410\u043D\u0433\u0438",
attribute_label_style:"\u0425\u044D\u043B\u0431\u044D\u0440\u0436\u04AF\u04AF\u043B\u044D\u043B\u0442",
attribute_label_cite:"\u042D\u0445 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B",
attribute_label_datetime:"\u0426\u0430\u0433/\u041E\u0433\u043D\u043E\u043E",
attribute_label_langdir:"\u0425\u044D\u043B\u043D\u0438\u0439 \u0447\u0438\u0433\u043B\u044D\u043B",
attribute_option_ltr:"\u0417\u04AF\u04AF\u043D\u044D\u044D\u0441 \u0431\u0430\u0440\u0443\u0443\u043D",
attribute_option_rtl:"\u0411\u0430\u0440\u0443\u0443\u043D\u0430\u0430\u0441 \u0437\u04AF\u04AF\u043D",
attribute_label_langcode:"\u0425\u044D\u043B",
attribute_label_tabindex:"\u0422\u0430\u0431\u0443\u043B\u0430\u0442\u043E\u0440 \u0438\u043D\u0434\u0435\u043A\u0441",
attribute_label_accesskey:"\u0422\u043E\u0432\u0447\u0438\u043B\u0431\u043E\u0440",
attribute_events_tab:"\u04AE\u0437\u044D\u0433\u0434\u044D\u043B",
attribute_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442",
general_tab:"\u0415\u0440\u04E9\u043D\u0445\u0438\u0439",
attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442",
events_tab:"\u04AE\u0437\u044D\u0433\u0434\u044D\u043B",
fieldset_general_tab:"\u0415\u0440\u04E9\u043D\u0445\u0438\u0439 \u0442\u043E\u0445\u0438\u0440\u0433\u043E\u043E",
fieldset_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442",
fieldset_events_tab:"\u04AE\u0437\u044D\u0433\u0434\u044D\u043B",
title_ins_element:"\u0411\u0443\u0443\u043B\u0433\u0430\u0441\u0430\u043D \u0431\u0438\u0447\u0432\u044D\u0440",
title_del_element:"\u0423\u0441\u0442\u0441\u0430\u043D \u0431\u0438\u0447\u0432\u044D\u0440",
title_acronym_element:"\u0422\u043E\u0432\u0447\u0438\u043B\u0441\u043E\u043D \u04AF\u0433",
title_abbr_element:"\u0422\u043E\u0432\u0447\u043B\u043E\u043B",
title_cite_element:"\u042D\u0445 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B",
remove:"\u0423\u0441\u0442\u0433\u0430\u0445",
insert_date:"\u0418\u0434\u044D\u0432\u0445\u0442\u044D\u0439 \u0446\u0430\u0433/\u043E\u0433\u043D\u043E\u043E \u0431\u0443\u0443\u043B\u0433\u0430\u0445",
option_ltr:"\u0417\u04AF\u04AF\u043D\u044D\u044D\u0441 \u0431\u0430\u0440\u0443\u0443\u043D",
option_rtl:"\u0411\u0430\u0440\u0443\u0443\u043D\u0430\u0430\u0441 \u0437\u04AF\u04AF\u043D",
attribs_title:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442 \u043E\u0440\u0443\u0443\u043B\u0430\u0445/\u0437\u0430\u0441\u0432\u0430\u0440\u043B\u0430\u0445"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ms.xhtmlxtras_dlg',{
attribute_label_title:"Tajuk",
attribute_label_id:"ID",
attribute_label_class:"Kelas",
attribute_label_style:"Gaya",
attribute_label_cite:"Cuplik",
attribute_label_datetime:"Tarikh/Masa",
attribute_label_langdir:"Arah Teks",
attribute_option_ltr:"Kiri ke kanan",
attribute_option_rtl:"Kanan ke kiri",
attribute_label_langcode:"Bahasa",
attribute_label_tabindex:"Tanda indeks",
attribute_label_accesskey:"Kunci akses",
attribute_events_tab:"Peristiwa",
attribute_attrib_tab:"Ciri-ciri",
general_tab:"Am",
attrib_tab:"Ciri-ciri",
events_tab:"Peristiwa",
fieldset_general_tab:"Susunan Am",
fieldset_attrib_tab:"Unsur Ciri-ciri",
fieldset_events_tab:"Unsur Peristiwa",
title_ins_element:"Kemasukkan Unsur",
title_del_element:"Pemadaman Unsur",
title_acronym_element:"Akronim Unsur",
title_abbr_element:"Singkatan Unsur",
title_cite_element:"Kutipan Unsur",
remove:"Alih",
insert_date:"Masukkan tarikh/masa sekarang",
option_ltr:"Kiri ke kanan",
option_rtl:"Kanan ke kiri",
attribs_title:"Masukkan/Sunting Ciri-ciri"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('nb.xhtmlxtras_dlg',{
attribute_label_title:"Tittel",
attribute_label_id:"ID",
attribute_label_class:"Klasse",
attribute_label_style:"Stil",
attribute_label_cite:"Sted",
attribute_label_datetime:"Dato/tid",
attribute_label_langdir:"Tekstretning",
attribute_option_ltr:"Venstre til h\u00F8yre",
attribute_option_rtl:"H\u00F8yre til venstre",
attribute_label_langcode:"Spr\u00E5k",
attribute_label_tabindex:"Tabuleringsindeks",
attribute_label_accesskey:"Tilgangsn\u00F8kkel",
attribute_events_tab:"Hendelser",
attribute_attrib_tab:"Attributter",
general_tab:"Generelt",
attrib_tab:"Attributter",
events_tab:"Hendelser",
fieldset_general_tab:"Generelle innstillinger",
fieldset_attrib_tab:"Elementattributter",
fieldset_events_tab:"Elementhendelser",
title_ins_element:"Innsettingselement",
title_del_element:"Sletteelement",
title_acronym_element:"Akronymelement",
title_abbr_element:"Forkortelseselement",
title_cite_element:"Sitatelement",
remove:"Fjern",
insert_date:"Sett inn dato/tid",
option_ltr:"Venstre mot h\u00F8yre",
option_rtl:"H\u00F8yre mot venstre",
attribs_title:"Sett inn / endre attributter"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('nl.xhtmlxtras_dlg',{
attribute_label_title:"Titel",
attribute_label_id:"ID",
attribute_label_class:"Klasse",
attribute_label_style:"Stijl",
attribute_label_cite:"Citaat",
attribute_label_datetime:"Datum/Tijd",
attribute_label_langdir:"Tekstrichting",
attribute_option_ltr:"Van links naar rechts",
attribute_option_rtl:"Van rechts naar links",
attribute_label_langcode:"Taal",
attribute_label_tabindex:"Tabvolgorde",
attribute_label_accesskey:"Toegangstoets",
attribute_events_tab:"Gebeurtenissen",
attribute_attrib_tab:"Attributen",
general_tab:"Algemeen",
attrib_tab:"Attributen",
events_tab:"Gebeurtenissen",
fieldset_general_tab:"Algemene instellingen",
fieldset_attrib_tab:"Elementattributen",
fieldset_events_tab:"Element Gebeurtenissen",
title_ins_element:"Invoegingselement",
title_del_element:"Verwijderingselement",
title_acronym_element:"Synoniem",
title_abbr_element:"Afkoring",
title_cite_element:"Citaat",
remove:"Verwijderen",
insert_date:"Huidige datum/tijd invoegen",
option_ltr:"Van links naar rechts",
option_rtl:"Van rechts naar links",
attribs_title:"Attributen Invoegen/bewerken"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('nn.xhtmlxtras_dlg',{
attribute_label_title:"Tittel",
attribute_label_id:"ID",
attribute_label_class:"Klasse",
attribute_label_style:"Stil",
attribute_label_cite:"Stad",
attribute_label_datetime:"Dato/tid",
attribute_label_langdir:"Tekstretning",
attribute_option_ltr:"Venstre mot h\u00F8gre",
attribute_option_rtl:"H\u00F8gre mot venstre",
attribute_label_langcode:"Spr\u00E5k",
attribute_label_tabindex:"Tabuleringsindeks",
attribute_label_accesskey:"Tilgangsn\u00F8kkel",
attribute_events_tab:"Hendingar",
attribute_attrib_tab:"Attributt",
general_tab:"Generelt",
attrib_tab:"Attributtar",
events_tab:"Hendingar",
fieldset_general_tab:"Generelle innstillingar",
fieldset_attrib_tab:"Elementattributtar",
fieldset_events_tab:"Elementhendingar",
title_ins_element:"Innsetjingselement",
title_del_element:"Sletteelement",
title_acronym_element:"Akronymelement",
title_abbr_element:"Forkortingselement",
title_cite_element:"Sitatelement",
remove:"Fjern",
insert_date:"Set inn dato/ti",
option_ltr:"Venstre mot h\u00F8gre",
option_rtl:"H\u00F8gre mot venstre",
attribs_title:"Set inn / endre attributt"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('pl.xhtmlxtras_dlg',{
attribute_label_title:"Tytu\u0142",
attribute_label_id:"ID",
attribute_label_class:"Klasa",
attribute_label_style:"Styl",
attribute_label_cite:"Cytat",
attribute_label_datetime:"Data/Czas",
attribute_label_langdir:"Kierunek czytania tekstu",
attribute_option_ltr:"Kierunek z lewej do prawej",
attribute_option_rtl:"Kierunek z prawej do lewej",
attribute_label_langcode:"J\u0119zyk",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Wydarzenia",
attribute_attrib_tab:"Atrybuty",
general_tab:"G\u0142wny",
attrib_tab:"Atrybuty",
events_tab:"Wydarzenia",
fieldset_general_tab:"G\u0142\u00F3wne ustawienia",
fieldset_attrib_tab:"Atrybuty",
fieldset_events_tab:"Zdarzenia",
title_ins_element:"Insertion Element",
title_del_element:"Deletion Element",
title_acronym_element:"Akronim Element",
title_abbr_element:"Abbreviation Element",
title_cite_element:"Cytat",
remove:"Usu\u0144",
insert_date:"Wklej aktualn\u0105 dat\u0119/czas",
option_ltr:"Kierunek z lewej do prawej",
option_rtl:"Kierunek z prawej do lewej",
attribs_title:"Wklej/edytuj atrybuty"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('pt.xhtmlxtras_dlg',{
attribute_label_title:"T\u00EDtulo",
attribute_label_id:"ID",
attribute_label_class:"Classe",
attribute_label_style:"Estilo",
attribute_label_cite:"Citar",
attribute_label_datetime:"Data/Hora",
attribute_label_langdir:"Direc\u00E7\u00E3o do texto",
attribute_option_ltr:"Da esquerda para a direita",
attribute_option_rtl:"Da direita para a esquerda",
attribute_label_langcode:"Linguagem",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"Chave de accesso",
attribute_events_tab:"Eventos",
attribute_attrib_tab:"Atributos",
general_tab:"Geral",
attrib_tab:"Atributos",
events_tab:"Eventos",
fieldset_general_tab:"Configura\u00E7\u00F5es gerais",
fieldset_attrib_tab:"Atributos",
fieldset_events_tab:"Eventos",
title_ins_element:"Inserir",
title_del_element:"Apagar",
title_acronym_element:"Acr\u00F3nimo",
title_abbr_element:"Abrevia\u00E7\u00E3o",
title_cite_element:"Cita\u00E7\u00E3o",
remove:"Remover",
insert_date:"Inserir data/hora",
option_ltr:"Da esquerda para a direita",
option_rtl:"Da direita para a esquerda",
attribs_title:"Inserir/editar atributos"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ro.xhtmlxtras_dlg',{
attribute_label_title:"Titlu",
attribute_label_id:"ID",
attribute_label_class:"Clas\u0103",
attribute_label_style:"Stil",
attribute_label_cite:"Citat",
attribute_label_datetime:"Dat\u0103/Or\u0103",
attribute_label_langdir:"Direc\u0163ie text",
attribute_option_ltr:"De la st\u00E2nga la dreapta",
attribute_option_rtl:"De la dreapta la st\u00E2nga",
attribute_label_langcode:"Limb\u0103",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"Tast\u0103 de acces",
attribute_events_tab:"Evenimente",
attribute_attrib_tab:"Atribute",
general_tab:"General",
attrib_tab:"Atribute",
events_tab:"Evenimente",
fieldset_general_tab:"Set\u0103ri generale",
fieldset_attrib_tab:"Atribute element",
fieldset_events_tab:"Evenimente element",
title_ins_element:"Inserare element",
title_del_element:"\u015Etergere element",
title_acronym_element:"Acronim",
title_abbr_element:"Abreviere",
title_cite_element:"Citare",
remove:"Scoate",
insert_date:"Inserare dat\u0103/or\u0103 curent\u0103",
option_ltr:"De la st\u00E2nga la dreapta",
option_rtl:"De la dreapta la st\u00E2nga",
attribs_title:"Inserare atribute"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('ru.xhtmlxtras_dlg',{
attribute_label_title:"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435",
attribute_label_id:"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440",
attribute_label_class:"\u041A\u043B\u0430\u0441\u0441",
attribute_label_style:"\u0421\u0442\u0438\u043B\u044C",
attribute_label_cite:"\u0426\u0438\u0442\u0430\u0442\u0430",
attribute_label_datetime:"\u0414\u0430\u0442\u0430/\u0432\u0440\u0435\u043C\u044F",
attribute_label_langdir:"\u041D\u0430\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0442\u0435\u043A\u0441\u0442\u0430",
attribute_option_ltr:"\u0421\u043B\u0435\u0432\u0430 \u043D\u0430\u043F\u0440\u0430\u0432\u043E",
attribute_option_rtl:"\u0421\u043F\u0440\u0430\u0432\u0430 \u043D\u0430\u043B\u0435\u0432\u043E",
attribute_label_langcode:"\u042F\u0437\u044B\u043A",
attribute_label_tabindex:"\u0418\u043D\u0434\u0435\u043A\u0441 \u0442\u0430\u0431\u0443\u043B\u044F\u0446\u0438\u0438",
attribute_label_accesskey:"\u041A\u043B\u0430\u0432\u0438\u0448\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u0430",
attribute_events_tab:"\u0421\u043E\u0431\u044B\u0442\u0438\u044F",
attribute_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044B",
general_tab:"\u041E\u0431\u0449\u0438\u0435",
attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044B",
events_tab:"\u0421\u043E\u0431\u044B\u0442\u0438\u044F",
fieldset_general_tab:"\u041E\u0431\u0449\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",
fieldset_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044B \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",
fieldset_events_tab:"\u0421\u043E\u0431\u044B\u0442\u0438\u044F \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",
title_ins_element:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",
title_del_element:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442 \u0443\u0434\u0430\u043B\u0451\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",
title_acronym_element:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442 \u0430\u043A\u0440\u043E\u043D\u0438\u043C\u0430",
title_abbr_element:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442 \u0430\u0431\u0431\u0440\u0435\u0432\u0438\u0430\u0442\u0443\u0440\u044B",
title_cite_element:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442 \u0446\u0438\u0442\u0430\u0442\u044B",
remove:"\u0423\u0431\u0440\u0430\u0442\u044C",
insert_date:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0434\u0430\u0442\u0443/\u0432\u0440\u0435\u043C\u044F",
option_ltr:"\u0421\u043B\u0435\u0432\u0430 \u043D\u0430\u043F\u0440\u0430\u0432\u043E",
option_rtl:"\u0421\u043F\u0440\u0430\u0432\u0430 \u043D\u0430\u043B\u0435\u0432\u043E",
attribs_title:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C/\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044B"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('sc.xhtmlxtras_dlg',{
attribute_label_title:"\u6807\u9898",
attribute_label_id:"ID",
attribute_label_class:"\u6837\u5F0F\u7C7B",
attribute_label_style:"\u6837\u5F0F",
attribute_label_cite:"\u5F15\u7528",
attribute_label_datetime:"\u65E5\u671F/\u65F6\u95F4",
attribute_label_langdir:"\u6587\u5B57\u4E66\u5199\u65B9\u5411",
attribute_option_ltr:"\u4ECE\u5DE6\u5230\u53F3",
attribute_option_rtl:"\u4ECE\u53F3\u5230\u5DE6",
attribute_label_langcode:"\u8BED\u8A00",
attribute_label_tabindex:"Tab\u987A\u5E8F",
attribute_label_accesskey:"\u5FEB\u6377\u952E",
attribute_events_tab:"\u4E8B\u4EF6",
attribute_attrib_tab:"\u5C5E\u6027",
general_tab:"\u57FA\u672C",
attrib_tab:"\u5C5E\u6027",
events_tab:"\u4E8B\u4EF6",
fieldset_general_tab:"\u57FA\u672C",
fieldset_attrib_tab:"\u5C5E\u6027",
fieldset_events_tab:"\u4E8B\u4EF6",
title_ins_element:"\u63D2\u5165",
title_del_element:"\u5220\u9664",
title_acronym_element:"\u9996\u5B57\u6BCD\u7F29\u5199",
title_abbr_element:"\u7F29\u5199",
title_cite_element:"\u5F15\u7528",
remove:"\u79FB\u9664",
insert_date:"\u63D2\u5165\u5F53\u524D\u65E5\u671F/\u65F6\u95F4",
option_ltr:"\u4ECE\u5DE6\u5230\u53F3",
option_rtl:"\u4ECE\u53F3\u5230\u5DE6",
attribs_title:"\u63D2\u5165/\u7F16\u8F91 \u5C5E\u6027"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('se.xhtmlxtras_dlg',{
attribute_label_title:"Titel",
attribute_label_id:"ID",
attribute_label_class:"Klass",
attribute_label_style:"Stil",
attribute_label_cite:"Citat",
attribute_label_datetime:"Datum/Tid",
attribute_label_langdir:"Skriftriktning",
attribute_option_ltr:"V\u00E4nster till h\u00F6ger",
attribute_option_rtl:"H\u00F6ger till v\u00E4nster",
attribute_label_langcode:"Spr\u00E5k",
attribute_label_tabindex:"Tabbindex",
attribute_label_accesskey:"Snabbtangent",
attribute_events_tab:"H\u00E4ndelser",
attribute_attrib_tab:"Attribut",
general_tab:"Generellt",
attrib_tab:"Attribut",
events_tab:"H\u00E4ndelser",
fieldset_general_tab:"Generella inst\u00E4llningar",
fieldset_attrib_tab:"Attribut",
fieldset_events_tab:"H\u00E4ndelser",
title_ins_element:"Markera som tillagt",
title_del_element:"Markera som struket",
title_acronym_element:"Akronym",
title_abbr_element:"F\u00F6rkortning",
title_cite_element:"Citat",
remove:"Radera",
insert_date:"Infoga nuvarande datum och tid",
option_ltr:"V\u00E4nster till h\u00F6ger",
option_rtl:"H\u00F6ger till v\u00E4nster",
attribs_title:"Redigera attribut"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('si.xhtmlxtras_dlg',{
attribute_label_title:"Title",
attribute_label_id:"ID",
attribute_label_class:"Class",
attribute_label_style:"Style",
attribute_label_cite:"Cite",
attribute_label_datetime:"Date/Time",
attribute_label_langdir:"Text Direction",
attribute_option_ltr:"Left to right",
attribute_option_rtl:"Right to left",
attribute_label_langcode:"Language",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Events",
attribute_attrib_tab:"Attributes",
general_tab:"General",
attrib_tab:"Attributes",
events_tab:"Events",
fieldset_general_tab:"General Settings",
fieldset_attrib_tab:"Element Attributes",
fieldset_events_tab:"Element Events",
title_ins_element:"Insertion Element",
title_del_element:"Deletion Element",
title_acronym_element:"Acronym Element",
title_abbr_element:"Abbreviation Element",
title_cite_element:"Citation Element",
remove:"Remove",
insert_date:"Insert current date/time",
option_ltr:"Left to right",
option_rtl:"Right to left",
attribs_title:"Insert/Edit Attributes"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('sk.xhtmlxtras_dlg',{
attribute_label_title:"N\u00E1zov",
attribute_label_id:"ID",
attribute_label_class:"Trieda",
attribute_label_style:"\u0160t\u00FDl",
attribute_label_cite:"Cit\u00E1cia",
attribute_label_datetime:"D\u00E1tum/\u010Das",
attribute_label_langdir:"Smer textu",
attribute_option_ltr:"Z \u013Eava do prava",
attribute_option_rtl:"Z prava do \u013Eava",
attribute_label_langcode:"Jazyk",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Akcie",
attribute_attrib_tab:"Atrib\u00FAty",
general_tab:"Hlavn\u00E9",
attrib_tab:"Attrib\u00FAty",
events_tab:"Akcie",
fieldset_general_tab:"Hlavn\u00E9 nastavenia",
fieldset_attrib_tab:"Prvok atrib\u00FAtov",
fieldset_events_tab:"Prvok akci\u00ED",
title_ins_element:"Prvok vlo\u017Eenia",
title_del_element:"Prvok zru\u0161enia",
title_acronym_element:"Prvok acronymu",
title_abbr_element:"Prvok skratky",
title_cite_element:"Prvok cit\u00E1cie",
remove:"Odstr\u00E1ni\u0165",
insert_date:"Vlo\u017Ei\u0165 aktu\u00E1lny d\u00E1tum/\u010Das",
option_ltr:"Z \u013Eava do prava",
option_rtl:"Z prava do \u013Eava",
attribs_title:"Vlo\u017Ei\u0165/editova\u0165 atrib\u00FAty"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('sl.xhtmlxtras_dlg',{
attribute_label_title:"Naslov",
attribute_label_id:"Id",
attribute_label_class:"Razred",
attribute_label_style:"Slog",
attribute_label_cite:"Citat",
attribute_label_datetime:"Datum/ura",
attribute_label_langdir:"Smer pisave",
attribute_option_ltr:"Od leve proti desni",
attribute_option_rtl:"Od desne proti levi",
attribute_label_langcode:"Jezik",
attribute_label_tabindex:"Zap. \u0161t.",
attribute_label_accesskey:"Tipka dostopa",
attribute_events_tab:"Dogodki",
attribute_attrib_tab:"Atributi",
general_tab:"Splo\u0161no",
attrib_tab:"Atributi",
events_tab:"Dogodki",
fieldset_general_tab:"Splo\u0161ne nastavitve",
fieldset_attrib_tab:"Atributi elementa",
fieldset_events_tab:"Dogodki elementa",
title_ins_element:"Vstavljeno",
title_del_element:"Izbrisano",
title_acronym_element:"Kratica",
title_abbr_element:"Okraj\u0161ava",
title_cite_element:"Citat",
remove:"Odstrani",
insert_date:"Vstavi trenutni datum/\u010Das",
option_ltr:"Od leve proti desni",
option_rtl:"Od desne proti levi",
attribs_title:"Vstavi/uredi atribute"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('sq.xhtmlxtras_dlg',{
attribute_label_title:"Titulli",
attribute_label_id:"ID",
attribute_label_class:"Klasa",
attribute_label_style:"Stili",
attribute_label_cite:"Citati",
attribute_label_datetime:"Data/Ora",
attribute_label_langdir:"Drejtimi i tekstit",
attribute_option_ltr:"Majtas-Djathtas",
attribute_option_rtl:"Djathtas-Majtas",
attribute_label_langcode:"Gjuha",
attribute_label_tabindex:"Indeksi i Tab",
attribute_label_accesskey:"Butoni i aksesit",
attribute_events_tab:"Ngjarjet",
attribute_attrib_tab:"Tiparet",
general_tab:"T\u00EB P\u00EBrgjithshme",
attrib_tab:"Tiparet",
events_tab:"Ngjarjet",
fieldset_general_tab:"Opsionet e P\u00EBrgjithshme",
fieldset_attrib_tab:"Tiparet e elementit",
fieldset_events_tab:"Ngjarjet e elementit",
title_ins_element:"Element Fut\u00EBs",
title_del_element:"Element Fshir\u00EBs",
title_acronym_element:"Element Akronim",
title_abbr_element:"Element Shkurtimi",
title_cite_element:"Element Citat",
remove:"Fshi",
insert_date:"Fut dat\u00EBn/or\u00EBn aktuale",
option_ltr:"Majtas-Djathtas",
option_rtl:"Djathtas-Majtas",
attribs_title:"Fut/Edito Tipare"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('sr.xhtmlxtras_dlg',{
attribute_label_title:"Naslov",
attribute_label_id:"ID",
attribute_label_class:"Klasa",
attribute_label_style:"Stil",
attribute_label_cite:"Citat",
attribute_label_datetime:"Datum/vreme",
attribute_label_langdir:"Smjer teksta",
attribute_option_ltr:"S leva na desno",
attribute_option_rtl:"S desna na levo",
attribute_label_langcode:"Jezik",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Doga\u0111aji",
attribute_attrib_tab:"Atributi",
general_tab:"Osnovno",
attrib_tab:"Atributi",
events_tab:"Doga\u0111aji",
fieldset_general_tab:"Osnovne postavke",
fieldset_attrib_tab:"Atributi elemenata",
fieldset_events_tab:"Doga\u0111aji elemenata",
title_ins_element:"Element za unos",
title_del_element:"Element za brisanje",
title_acronym_element:"Element akronima",
title_abbr_element:"Element kratice",
title_cite_element:"Element citata",
remove:"Ukloni",
insert_date:"Umetni trenuta\u010Dni datum/vreme",
option_ltr:"S leva na desno",
option_rtl:"S desna na levo",
attribs_title:"Umetni/uredi atribute"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('sv.xhtmlxtras_dlg',{
attribute_label_title:"Titel",
attribute_label_id:"ID",
attribute_label_class:"Klass",
attribute_label_style:"Stil",
attribute_label_cite:"Citat",
attribute_label_datetime:"Datum/Tid",
attribute_label_langdir:"Skriftriktning",
attribute_option_ltr:"V\u00E4nster till h\u00F6ger",
attribute_option_rtl:"H\u00F6ger till v\u00E4nster",
attribute_label_langcode:"Spr\u00E5k",
attribute_label_tabindex:"Tabbindex",
attribute_label_accesskey:"Snabbtangent",
attribute_events_tab:"H\u00E4ndelser",
attribute_attrib_tab:"Attribut",
general_tab:"Generellt",
attrib_tab:"Attribut",
events_tab:"H\u00E4ndelser",
fieldset_general_tab:"Generella inst\u00E4llningar",
fieldset_attrib_tab:"Attribut",
fieldset_events_tab:"H\u00E4ndelser",
title_ins_element:"Markera som tillagt",
title_del_element:"Markera som struket",
title_acronym_element:"Akronym",
title_abbr_element:"F\u00F6rkortning",
title_cite_element:"Citat",
remove:"Radera",
insert_date:"Infoga nuvarande datum och tid",
option_ltr:"V\u00E4nster till h\u00F6ger",
option_rtl:"H\u00F6ger till v\u00E4nster",
attribs_title:"Redigera attribut"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('tr.xhtmlxtras_dlg',{
attribute_label_title:"Ba\u015Fl\u0131k",
attribute_label_id:"ID",
attribute_label_class:"S\u0131n\u0131f",
attribute_label_style:"Stil",
attribute_label_cite:"Belirt",
attribute_label_datetime:"Tarih/Zaman",
attribute_label_langdir:"Metin y\u00F6nelimi",
attribute_option_ltr:"Soldan sa\u011Fa",
attribute_option_rtl:"Sa\u011Fdan sola",
attribute_label_langcode:"Dil",
attribute_label_tabindex:"Sekme \u0130ndeksi",
attribute_label_accesskey:"Eri\u015Fim Anahtar\u0131",
attribute_events_tab:"Olaylar",
attribute_attrib_tab:"Nitelikler",
general_tab:"Genel",
attrib_tab:"Nitelikler",
events_tab:"Olaylar",
fieldset_general_tab:"Genel Ayarlar",
fieldset_attrib_tab:"Eleman Nitelikleri",
fieldset_events_tab:"Eleman Olaylar\u0131",
title_ins_element:"Ekleme Eleman\u0131",
title_del_element:"Silme Eleman\u0131",
title_acronym_element:"K\u0131saltma Eleman\u0131",
title_abbr_element:"K\u0131saad Eleman\u0131",
title_cite_element:"Belirtme Eleman\u0131",
remove:"Kald\u0131r",
insert_date:"\u015Eimdiki tarih/zaman\u0131 ekle",
option_ltr:"Soldan sa\u011Fa",
option_rtl:"Sa\u011Fdan sola",
attribs_title:"Nitelik ekle/d\u00FCzenle"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('tt.xhtmlxtras_dlg',{
attribute_label_title:"\u641C\u5C0B",
attribute_label_id:"ID",
attribute_label_class:"\u6A23\u5F0F\u985E",
attribute_label_style:"\u6A23\u5F0F",
attribute_label_cite:"\u5F15\u7528",
attribute_label_datetime:"\u65E5\u671F/\u6642\u9593",
attribute_label_langdir:"\u6587\u5B57\u66F8\u5BEB\u65B9\u5411",
attribute_option_ltr:"\u5F9E\u5DE6\u5230\u53F3",
attribute_option_rtl:"\u5F9E\u53F3\u5230\u5DE6",
attribute_label_langcode:"\u8A9E\u8A00",
attribute_label_tabindex:"Tab\u7D22\u5F15",
attribute_label_accesskey:"\u5FEB\u901F\u9375",
attribute_events_tab:"\u4E8B\u4EF6",
attribute_attrib_tab:"\u5C6C\u6027",
general_tab:"\u57FA\u672C",
attrib_tab:"\u5C6C\u6027",
events_tab:"\u4E8B\u4EF6",
fieldset_general_tab:"\u57FA\u672C",
fieldset_attrib_tab:"\u7269\u4EF6\u5C6C\u6027",
fieldset_events_tab:"\u7269\u4EF6\u4E8B\u4EF6",
title_ins_element:"\u63D2\u5165\u7269\u4EF6",
title_del_element:"\u522A\u9664\u7269\u4EF6",
title_acronym_element:"\u9996\u5B57\u6BCD\u7E2E\u5BEB\u7269\u4EF6",
title_abbr_element:"\u7E2E\u5BEB\u7269\u4EF6",
title_cite_element:"\u5F15\u7528\u7269\u4EF6",
remove:"\u79FB\u9664",
insert_date:"\u63D2\u5165\u7576\u524D\u65E5\u671F/\u6642\u9593",
option_ltr:"\u5F9E\u5DE6\u5230\u53F3",
option_rtl:"\u5F9E\u53F3\u5230\u5DE6",
attribs_title:"\u63D2\u5165/\u7DE8\u8F2F \u5C6C\u6027"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('tw.xhtmlxtras_dlg',{
attribute_label_title:"\u67E5\u627E",
attribute_label_id:"ID",
attribute_label_class:"\u985E\u578B",
attribute_label_style:"\u6A23\u5F0F",
attribute_label_cite:"\u5F15\u6587",
attribute_label_datetime:"\u65E5\u671F/\u6642\u9593",
attribute_label_langdir:"\u6587\u5B57\u66F8\u5BEB\u65B9\u5411",
attribute_option_ltr:"\u7531\u5DE6\u5230\u53F3",
attribute_option_rtl:"\u7531\u53F3\u5230\u5DE6",
attribute_label_langcode:"\u8A9E\u8A00",
attribute_label_tabindex:"Tab\u7D22\u5F15",
attribute_label_accesskey:"\u5FEB\u6377\u9375",
attribute_events_tab:"\u4E8B\u4EF6",
attribute_attrib_tab:"\u5C6C\u6027",
general_tab:"\u4E00\u822C",
attrib_tab:"\u5C6C\u6027",
events_tab:"\u4E8B\u4EF6",
fieldset_general_tab:"\u4E00\u822C",
fieldset_attrib_tab:"\u5143\u7D20\u5C6C\u6027",
fieldset_events_tab:"\u5143\u7D20\u4E8B\u4EF6",
title_ins_element:"\u63D2\u5165\u5143\u7D20",
title_del_element:"\u522A\u9664\u5143\u7D20",
title_acronym_element:"\u9996\u5B57\u7E2E\u5BEB\u5143\u7D20",
title_abbr_element:"\u7E2E\u5BEB\u5143\u7D20",
title_cite_element:"\u5F15\u6587\u5143\u7D20",
remove:"\u522A\u9664",
insert_date:"\u63D2\u5165\u73FE\u5728\u65E5\u671F/\u6642\u9593",
option_ltr:"\u7531\u5DE6\u5230\u53F3",
option_rtl:"\u7531\u53F3\u5230\u5DE6",
attribs_title:"\u63D2\u5165/\u7DE8\u8F2F\u5C6C\u6027"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('uk.xhtmlxtras_dlg',{
attribute_label_title:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A",
attribute_label_id:"ID",
attribute_label_class:"\u041A\u043B\u0430\u0441",
attribute_label_style:"\u0421\u0442\u0438\u043B\u044C",
attribute_label_cite:"\u0426\u0438\u0442\u0430\u0442\u0430",
attribute_label_datetime:"\u0414\u0430\u0442\u0430/\u0427\u0430\u0441",
attribute_label_langdir:"\u041D\u0430\u043F\u0440\u044F\u043C \u0442\u0435\u043A\u0441\u0442\u0443",
attribute_option_ltr:"\u0417\u043B\u0456\u0432\u0430 \u043F\u0440\u0430\u0432\u043E\u0440\u0443\u0447",
attribute_option_rtl:"\u0421\u043F\u0440\u0430\u0432\u0430 \u043B\u0456\u0432\u043E\u0440\u0443\u0447",
attribute_label_langcode:"\u041C\u043E\u0432\u0430",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"\u041F\u043E\u0434\u0456\u0457",
attribute_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438",
general_tab:"\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0435",
attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438",
events_tab:"\u041F\u043E\u0434\u0456\u0457",
fieldset_general_tab:"\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0456 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",
fieldset_attrib_tab:"Element Attributes",
fieldset_events_tab:"Element Events",
title_ins_element:"Insertion Element",
title_del_element:"Deletion Element",
title_acronym_element:"Acronym Element",
title_abbr_element:"Abbreviation Element",
title_cite_element:"Citation Element",
remove:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438",
insert_date:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043F\u043E\u0442\u043E\u0447\u043D\u0456 \u0434\u0430\u0442\u0443/\u0447\u0430\u0441",
option_ltr:"\u0417\u043B\u0456\u0432\u0430 \u043F\u0440\u0430\u0432\u043E\u0440\u0443\u0447",
option_rtl:"\u0421\u043F\u0440\u0430\u0432\u0430 \u043B\u0456\u0432\u043E\u0440\u0443\u0447",
attribs_title:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0437\u043C\u0456\u043D\u0438\u0442\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('vi.xhtmlxtras_dlg',{
attribute_label_title:"Title",
attribute_label_id:"ID",
attribute_label_class:"Class",
attribute_label_style:"Style",
attribute_label_cite:"Cite",
attribute_label_datetime:"Date/Time",
attribute_label_langdir:"Text Direction",
attribute_option_ltr:"Left to right",
attribute_option_rtl:"Right to left",
attribute_label_langcode:"Language",
attribute_label_tabindex:"TabIndex",
attribute_label_accesskey:"AccessKey",
attribute_events_tab:"Events",
attribute_attrib_tab:"Attributes",
general_tab:"General",
attrib_tab:"Attributes",
events_tab:"Events",
fieldset_general_tab:"General Settings",
fieldset_attrib_tab:"Element Attributes",
fieldset_events_tab:"Element Events",
title_ins_element:"Insertion Element",
title_del_element:"Deletion Element",
title_acronym_element:"Acronym Element",
title_abbr_element:"Abbreviation Element",
title_cite_element:"Citation Element",
remove:"Remove",
insert_date:"Insert current date/time",
option_ltr:"Left to right",
option_rtl:"Right to left",
attribs_title:"Insert/Edit Attributes"
});

View File

@@ -0,0 +1,32 @@
tinyMCE.addI18n('zh.xhtmlxtras_dlg',{
attribute_label_title:"\u67E5\u627E",
attribute_label_id:"ID",
attribute_label_class:"\u7C7B\u578B",
attribute_label_style:"\u6837\u5F0F",
attribute_label_cite:"\u5F15\u6587",
attribute_label_datetime:"\u65E5\u671F/\u65F6\u95F4",
attribute_label_langdir:"\u6587\u5B57\u4E66\u5199\u65B9\u5411",
attribute_option_ltr:"\u7531\u5DE6\u5230\u53F3",
attribute_option_rtl:"\u7531\u53F3\u5230\u5DE6",
attribute_label_langcode:"\u8BED\u8A00",
attribute_label_tabindex:"Tab\u7D22\u5F15",
attribute_label_accesskey:"\u5FEB\u6377\u952E",
attribute_events_tab:"\u4E8B\u4EF6",
attribute_attrib_tab:"\u5C5E\u6027",
general_tab:"\u4E00\u822C",
attrib_tab:"\u5C5E\u6027",
events_tab:"\u4E8B\u4EF6",
fieldset_general_tab:"\u4E00\u822C",
fieldset_attrib_tab:"\u5143\u7D20\u5C5E\u6027",
fieldset_events_tab:"\u5143\u7D20\u4E8B\u4EF6",
title_ins_element:"\u63D2\u5165\u5143\u7D20",
title_del_element:"\u5220\u9664\u5143\u7D20",
title_acronym_element:"\u9996\u5B57\u7F29\u5199\u5143\u7D20",
title_abbr_element:"\u7F29\u5199\u5143\u7D20",
title_cite_element:"\u5F15\u6587\u5143\u7D20",
remove:"\u5220\u9664",
insert_date:"\u63D2\u5165\u73B0\u5728\u65E5\u671F/\u65F6\u95F4",
option_ltr:"\u7531\u5DE6\u5230\u53F3",
option_rtl:"\u7531\u53F3\u5230\u5DE6",
attribs_title:"\u63D2\u5165/\u7F16\u8F91\u5C5E\u6027"
});