git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7522 b9a71923-0436-4b27-9f14-aed3839534dd

This commit is contained in:
rGaillard
2011-07-06 10:10:43 +00:00
parent 9ff675b1e2
commit 69f2f09dc5
4695 changed files with 0 additions and 339293 deletions
-142
View File
@@ -1,142 +0,0 @@
<!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" />
</head>
<body style="display: none" role="application" aria-labelledby="app_title">
<span style="display:none;" id="app_title">{#xhtmlxtras_dlg.title_abbr_element}</span>
<form onsubmit="insertAbbr();return false;" action="#">
<div class="tabs">
<ul>
<li id="general_tab" class="current" aria-controls="general_panel"><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 role="presentation" 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="style">{#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 role="presentation" 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">
<input type="submit" id="insert" name="insert" value="{#update}" />
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeAbbr();" style="display: none;" />
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</form>
</body>
</html>
-142
View File
@@ -1,142 +0,0 @@
<!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" />
</head>
<body style="display: none" role="application" aria-labelledby="app_title">
<span style="display:none;" id="app_title">{#xhtmlxtras_dlg.title_acronym_element}</span>
<form onsubmit="insertAcronym();return false;" action="#">
<div class="tabs">
<ul>
<li id="general_tab" class="current" aria-controls="general_panel"><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 role="presentation" 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="style">{#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 role="presentation" 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">
<input type="submit" id="insert" name="insert" value="{#update}" />
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeAcronym();" style="display: none;" />
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</form>
</body>
</html>
-149
View File
@@ -1,149 +0,0 @@
<!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" />
</head>
<body style="display: none" role="application" aria-labelledby="app_title">
<span style="display:none;" id="app_title">{#xhtmlxtras_dlg.attribs_title}</span>
<form onsubmit="insertAction();return false;" action="#">
<div class="tabs">
<ul>
<li id="general_tab" class="current" aria-controls="general_panel"><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" aria-controls="events_panel"><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 role="presentation" 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="selected">{#not_set}</option>
</select>
</td>
</tr>
<tr>
<td class="label"><label id="stylelabel" for="style">{#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 role="presentation" 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">
<input type="submit" id="insert" name="insert" value="{#insert}" />
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</form>
</body>
</html>
-142
View File
@@ -1,142 +0,0 @@
<!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" />
</head>
<body style="display: none" role="application" aria-labelledby="app_title">
<span style="display:none;" id="app_title">{#xhtmlxtras_dlg.title_cite_element}</span>
<form onsubmit="insertCite();return false;" action="#">
<div class="tabs">
<ul>
<li id="general_tab" class="current" aria-controls="general_panel"><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 role="presentation" 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 role="presentation" 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">
<input type="submit" id="insert" name="insert" value="{#update}" />
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeCite();" style="display: none;" />
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</form>
</body>
</html>
-11
View File
@@ -1,11 +0,0 @@
.panel_wrapper div.current {
height: 290px;
}
#id, #style, #title, #dir, #hreflang, #lang, #classlist, #tabindex, #accesskey {
width: 200px;
}
#events_panel input {
width: 200px;
}
-9
View File
@@ -1,9 +0,0 @@
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;}
-162
View File
@@ -1,162 +0,0 @@
<!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" />
</head>
<body id="xhtmlxtrasins" style="display: none" role="application" aria-labelledby="app_title">
<span style="display:none;" id="app_title">{#xhtmlxtras_dlg.title_del_element}</span>
<form onsubmit="insertDel();return false;" action="#">
<div class="tabs">
<ul>
<li id="general_tab" class="current" aria-controls="general_panel"><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 role="presentation" border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="datetimelabel" for="datetime">{#xhtmlxtras_dlg.attribute_label_datetime}</label>:</td>
<td>
<table role="presentation" 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" role="button" aria-labelledby="datetimelabel"><span class="datetime" 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 role="presentation" 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="style">{#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 role="presentation" 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">
<input type="submit" id="insert" name="insert" value="{#update}" />
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeDel();" style="display: none;" />
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</form>
</body>
</html>
-1
View File
@@ -1 +0,0 @@
(function(){tinymce.create("tinymce.plugins.XHTMLXtrasPlugin",{init:function(a,b){a.addCommand("mceCite",function(){a.windowManager.open({file:b+"/cite.htm",width:350+parseInt(a.getLang("xhtmlxtras.cite_delta_width",0)),height:250+parseInt(a.getLang("xhtmlxtras.cite_delta_height",0)),inline:1},{plugin_url:b})});a.addCommand("mceAcronym",function(){a.windowManager.open({file:b+"/acronym.htm",width:350+parseInt(a.getLang("xhtmlxtras.acronym_delta_width",0)),height:250+parseInt(a.getLang("xhtmlxtras.acronym_delta_width",0)),inline:1},{plugin_url:b})});a.addCommand("mceAbbr",function(){a.windowManager.open({file:b+"/abbr.htm",width:350+parseInt(a.getLang("xhtmlxtras.abbr_delta_width",0)),height:250+parseInt(a.getLang("xhtmlxtras.abbr_delta_width",0)),inline:1},{plugin_url:b})});a.addCommand("mceDel",function(){a.windowManager.open({file:b+"/del.htm",width:340+parseInt(a.getLang("xhtmlxtras.del_delta_width",0)),height:310+parseInt(a.getLang("xhtmlxtras.del_delta_width",0)),inline:1},{plugin_url:b})});a.addCommand("mceIns",function(){a.windowManager.open({file:b+"/ins.htm",width:340+parseInt(a.getLang("xhtmlxtras.ins_delta_width",0)),height:310+parseInt(a.getLang("xhtmlxtras.ins_delta_width",0)),inline:1},{plugin_url:b})});a.addCommand("mceAttributes",function(){a.windowManager.open({file:b+"/attributes.htm",width:380,height:370,inline:1},{plugin_url:b})});a.addButton("cite",{title:"xhtmlxtras.cite_desc",cmd:"mceCite"});a.addButton("acronym",{title:"xhtmlxtras.acronym_desc",cmd:"mceAcronym"});a.addButton("abbr",{title:"xhtmlxtras.abbr_desc",cmd:"mceAbbr"});a.addButton("del",{title:"xhtmlxtras.del_desc",cmd:"mceDel"});a.addButton("ins",{title:"xhtmlxtras.ins_desc",cmd:"mceIns"});a.addButton("attribs",{title:"xhtmlxtras.attribs_desc",cmd:"mceAttributes"});a.onNodeChange.add(function(d,c,f,e){f=d.dom.getParent(f,"CITE,ACRONYM,ABBR,DEL,INS");c.setDisabled("cite",e);c.setDisabled("acronym",e);c.setDisabled("abbr",e);c.setDisabled("del",e);c.setDisabled("ins",e);c.setDisabled("attribs",f&&f.nodeName=="BODY");c.setActive("cite",0);c.setActive("acronym",0);c.setActive("abbr",0);c.setActive("del",0);c.setActive("ins",0);if(f){do{c.setDisabled(f.nodeName.toLowerCase(),0);c.setActive(f.nodeName.toLowerCase(),1)}while(f=f.parentNode)}});a.onPreInit.add(function(){a.dom.create("abbr")})},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)})();
-132
View File
@@ -1,132 +0,0 @@
/**
* editor_plugin_src.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
(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'});
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);
}
});
ed.onPreInit.add(function() {
// Fixed IE issue where it can't handle these elements correctly
ed.dom.create('abbr');
});
},
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);
})();
-162
View File
@@ -1,162 +0,0 @@
<!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" />
</head>
<body id="xhtmlxtrasins" style="display: none" role="application" aria-labelledby="app_title">
<span style="display:none;" id="app_title">{#xhtmlxtras_dlg.title_ins_element}</span>
<form onsubmit="insertIns();return false;" action="#">
<div class="tabs">
<ul>
<li id="general_tab" class="current" aria-controls="general_panel"><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 role="presentation" border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="datetimelabel" for="datetime">{#xhtmlxtras_dlg.attribute_label_datetime}</label>:</td>
<td>
<table role="presentation" 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" role="button" aria-labelledby="datetimelabel"><span class="datetime" 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 role="presentation" 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="style">{#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 role="presentation" 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">
<input type="submit" id="insert" name="insert" value="{#update}" />
<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeIns();" style="display: none;" />
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
</form>
</body>
</html>
-28
View File
@@ -1,28 +0,0 @@
/**
* abbr.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
function init() {
SXE.initElementDialog('abbr');
if (SXE.currentAction == "update") {
SXE.showRemoveButton();
}
}
function insertAbbr() {
SXE.insertElement('abbr');
tinyMCEPopup.close();
}
function removeAbbr() {
SXE.removeElement('abbr');
tinyMCEPopup.close();
}
tinyMCEPopup.onInit.add(init);
-28
View File
@@ -1,28 +0,0 @@
/**
* acronym.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
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);
-125
View File
@@ -1,125 +0,0 @@
/**
* attributes.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
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();
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();
-28
View File
@@ -1,28 +0,0 @@
/**
* cite.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
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);
-53
View File
@@ -1,53 +0,0 @@
/**
* del.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
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');
elm.removeAttribute('data-mce-new');
}
function insertDel() {
var elm = tinyMCEPopup.editor.dom.getParent(SXE.focusElement, 'DEL');
if (elm == null) {
var s = SXE.inst.selection.getContent();
if(s.length > 0) {
insertInlineElement('del');
var elementArray = SXE.inst.dom.select('del[data-mce-new]');
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 removeDel() {
SXE.removeElement('del');
tinyMCEPopup.close();
}
tinyMCEPopup.onInit.add(init);
-229
View File
@@ -1,229 +0,0 @@
/**
* element_common.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
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;
if (elm == null) {
var s = SXE.inst.selection.getContent();
if(s.length > 0) {
tagName = element_name;
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, 'data-mce-new')) {
elm.id = '';
elm.setAttribute('id', '');
elm.removeAttribute('id');
elm.removeAttribute('data-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()){
tinyMCE.execCommand('mceRemoveNode', false, elm);
SXE.inst.nodeChanged();
tinyMCEPopup.execCommand('mceEndUndoLevel');
}
}
SXE.showRemoveButton = function() {
document.getElementById("remove").style.display = '';
}
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('span,font'), function(n) {
if (n.style.fontFamily == 'mceinline' || n.face == 'mceinline')
dom.replace(dom.create(en, {'data-mce-new' : 1}), n, 1);
});
}
-53
View File
@@ -1,53 +0,0 @@
/**
* ins.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
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');
elm.removeAttribute('data-mce-new');
}
function insertIns() {
var elm = tinyMCEPopup.editor.dom.getParent(SXE.focusElement, 'INS');
if (elm == null) {
var s = SXE.inst.selection.getContent();
if(s.length > 0) {
insertInlineElement('ins');
var elementArray = SXE.inst.dom.select('ins[data-mce-new]');
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();
}
tinyMCEPopup.onInit.add(init);
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ar.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"\u0639\u0627\u0645",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('az.xhtmlxtras_dlg',{attribs_title:"Atribut \u0259lav\u0259/redakt\u0259 et",option_rtl:"Sa\u011fda-sola",option_ltr:"Solda-sa\u011fa",insert_date:"Haz\u0131rki tarixi/vaxt\u0131 \u0259lav\u0259 et",remove:"L\u0259\u011fv et",title_cite_element:"Sitat elementi",title_abbr_element:"Abbreviatura elementi",title_acronym_element:"Akronim elementi",title_del_element:"Silinmi\u015f m\u0259tnin elementi",title_ins_element:"\u018flav\u0259 edilmi\u015f m\u0259tnin elementi",fieldset_events_tab:"Element hadis\u0259l\u0259ri",fieldset_attrib_tab:"Element atributlar\u0131",fieldset_general_tab:"\u00dcmumi nizamlamalar",events_tab:"Hadis\u0259l\u0259r",attrib_tab:"Atributlar",general_tab:"\u00dcmumi",attribute_attrib_tab:"Atributlar",attribute_events_tab:"Hadis\u0259l\u0259r",attribute_label_accesskey:"Giri\u015f klavi\u015fi",attribute_label_tabindex:"Hesab indeksi",attribute_label_langcode:"Dil",attribute_option_rtl:"Sa\u011fda-sola",attribute_option_ltr:"Solda-sa\u011fa",attribute_label_langdir:"M\u0259tnin istiqam\u0259ti",attribute_label_datetime:"Tarix/vaxt",attribute_label_cite:"Sitat",attribute_label_style:"Stil",attribute_label_class:"Sinif",attribute_label_id:"\u0130dentifikator",attribute_label_title:"Ad\u0131"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('be.xhtmlxtras_dlg',{attribs_title:"\u0423\u0441\u0442\u0430\u0432\u0456\u0446\u044c/\u0440\u044d\u0434\u0430\u0433\u0430\u0432\u0430\u0446\u044c \u0430\u0442\u0440\u044b\u0431\u0443\u0442\u044b",option_rtl:"\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0435\u0432\u0430",option_ltr:"\u0417\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u0430",insert_date:"\u0423\u0441\u0442\u0430\u0432\u0456\u0446\u044c \u0431\u044f\u0433\u0443\u0447\u0443\u044e \u0434\u0430\u0442\u0443/\u0447\u0430\u0441",remove:"\u041f\u0440\u044b\u0431\u0440\u0430\u0446\u044c",title_cite_element:"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0432\u044b\u043d\u044f\u0442\u043a\u0456",title_abbr_element:"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0430\u0431\u0440\u044d\u0432\u0456\u044f\u0442\u0443\u0440\u044b",title_acronym_element:"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0430\u043a\u0440\u043e\u043d\u0456\u043c\u0430",title_del_element:"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0432\u044b\u0434\u0430\u043b\u0435\u043d\u0430\u0433\u0430 \u0442\u044d\u043a\u0441\u0442\u0443",title_ins_element:"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0434\u0430\u0434\u0430\u0434\u0437\u0435\u043d\u0430\u0433\u0430 \u0442\u044d\u043a\u0441\u0442\u0443",fieldset_events_tab:"\u041f\u0430\u0434\u0437\u0435\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430",fieldset_attrib_tab:"\u0410\u0442\u0440\u044b\u0431\u0443\u0442\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430",fieldset_general_tab:"\u0410\u0433\u0443\u043b\u044c\u043d\u044b\u044f \u043d\u0430\u043b\u0430\u0434\u044b",events_tab:"\u041f\u0430\u0434\u0437\u0435\u0456",attrib_tab:"\u0410\u0442\u0440\u044b\u0431\u0443\u0442\u044b",general_tab:"\u0410\u0433\u0443\u043b\u044c\u043d\u044b\u044f",attribute_attrib_tab:"\u0410\u0442\u0440\u044b\u0431\u0443\u0442\u044b",attribute_events_tab:"\u041f\u0430\u0434\u0437\u0435\u0456",attribute_label_accesskey:"\u041a\u043b\u0430\u0432\u0456\u0448\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0443",attribute_label_tabindex:"\u0410\u0437\u043d\u0430\u0447\u043d\u0456\u043a \u0442\u0430\u0431\u0443\u043b\u044f\u0446\u044b\u0456",attribute_label_langcode:"\u041c\u043e\u0432\u0430",attribute_option_rtl:"\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0435\u0432\u0430",attribute_option_ltr:"\u0417\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u0430",attribute_label_langdir:"\u041a\u0456\u0440\u0443\u043d\u0430\u043a \u0442\u044d\u043a\u0441\u0442\u0443",attribute_label_datetime:"\u0414\u0430\u0442\u0430/\u0447\u0430\u0441",attribute_label_cite:"\u0412\u044b\u043d\u044f\u0442\u043a\u0430",attribute_label_style:"\u0421\u0442\u044b\u043b\u044c",attribute_label_class:"\u041a\u043b\u0430\u0441",attribute_label_id:"\u0406\u0434\u044d\u043d\u0442\u044b\u0444\u0456\u043a\u0430\u0442\u0430\u0440",attribute_label_title:"\u041d\u0430\u0437\u043e\u045e"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('bg.xhtmlxtras_dlg',{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",option_rtl:"\u041e\u0442\u0434\u044f\u0441\u043d\u043e \u043d\u0430 \u043b\u044f\u0432\u043e",option_ltr:"\u041e\u0442\u043b\u044f\u0432\u043e \u043d\u0430 \u0434\u044f\u0441\u043d\u043e",insert_date:"\u0412\u043c\u044a\u043a\u043d\u0438 \u0442\u0435\u043a\u0443\u0449\u0430\u0442\u0430 \u0434\u0430\u0442\u0430/\u0446\u0430\u0441",remove:"\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438",title_cite_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0426\u0438\u0442\u0430\u0442",title_abbr_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0421\u044a\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u0435",title_acronym_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0410\u043a\u0440\u043e\u043d\u0438\u043c",title_del_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435",title_ins_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0412\u043c\u044a\u043a\u0432\u0430\u043d\u0435",fieldset_events_tab:"\u0421\u044a\u0431\u0438\u0442\u0438\u044f \u043d\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430",fieldset_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u043d\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430",fieldset_general_tab:"\u041e\u0431\u0449\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",events_tab:"\u0421\u044a\u0431\u0438\u0442\u0438\u044f",attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438",general_tab:"\u041e\u0431\u0449\u0438",attribute_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438",attribute_events_tab:"\u0421\u044a\u0431\u0438\u0442\u0438\u044f",attribute_label_accesskey:"\u041a\u043b\u0430\u0432\u0438\u0448",attribute_label_tabindex:"\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u043d\u043e\u0441\u0442",attribute_label_langcode:"\u0415\u0437\u0438\u043a",attribute_option_rtl:"\u041e\u0442\u0434\u044f\u0441\u043d\u043e \u043d\u0430 \u043b\u044f\u0432\u043e",attribute_option_ltr:"\u041e\u0442\u043b\u044f\u0432\u043e \u043d\u0430 \u0434\u044f\u0441\u043d\u043e",attribute_label_langdir:"\u041f\u043e\u0441\u043e\u043a\u0430 \u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u0430",attribute_label_datetime:"\u0414\u0430\u0442\u0430/\u0412\u0440\u0435\u043c\u0435",attribute_label_cite:"\u0426\u0438\u0442\u0430\u0442",attribute_label_style:"\u0421\u0442\u0438\u043b",attribute_label_class:"\u041a\u043b\u0430\u0441",attribute_label_id:"ID",attribute_label_title:"\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('bn.xhtmlxtras_dlg',{"attribs_title":"Insert/Edit Attributes","option_rtl":"Right to left","option_ltr":"Left to right","insert_date":"Insert current date/time",remove:"Remove","title_cite_element":"Citation Element","title_abbr_element":"Abbreviation Element","title_acronym_element":"Acronym Element","title_del_element":"Deletion Element","title_ins_element":"Insertion Element","fieldset_events_tab":"Element Events","fieldset_attrib_tab":"Element Attributes","fieldset_general_tab":"General Settings","events_tab":"Events","attrib_tab":"Attributes","general_tab":"General","attribute_attrib_tab":"Attributes","attribute_events_tab":"Events","attribute_label_accesskey":"AccessKey","attribute_label_tabindex":"TabIndex","attribute_label_langcode":"Language","attribute_option_rtl":"Right to left","attribute_option_ltr":"Left to right","attribute_label_langdir":"Text Direction","attribute_label_datetime":"Date/Time","attribute_label_cite":"Cite","attribute_label_style":"Style","attribute_label_class":"Class","attribute_label_id":"ID","attribute_label_title":"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('br.xhtmlxtras_dlg',{attribs_title:"Inserir/editar atributos",option_rtl:"Da direita para a esquerda",option_ltr:"Da esquerda para a direita",insert_date:"Inserir data/hora",remove:"Remover",title_cite_element:"Cita\u00e7\u00e3o",title_abbr_element:"Abrevia\u00e7\u00e3o",title_acronym_element:"Acr\u00f4nimo",title_del_element:"Apagar",title_ins_element:"Inserir",fieldset_events_tab:"Eventos",fieldset_attrib_tab:"Atributos",fieldset_general_tab:"Configura\u00e7\u00f5es gerais",events_tab:"Eventos",attrib_tab:"Atributos",general_tab:"Geral",attribute_attrib_tab:"Atributos",attribute_events_tab:"Eventos",attribute_label_accesskey:"Tecla de Atalho",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Linguagem",attribute_option_rtl:"Da direita para a esquerda",attribute_option_ltr:"Da esquerda para a direita",attribute_label_langdir:"Dire\u00e7\u00e3o do texto",attribute_label_datetime:"Data/Hora",attribute_label_cite:"Citar",attribute_label_style:"Estilo",attribute_label_class:"Classe",attribute_label_id:"ID",attribute_label_title:"T\u00edtulo"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('bs.xhtmlxtras_dlg',{attribs_title:"Umetni/uredi atribute",option_rtl:"S desna na lijevo",option_ltr:"S lijeva na desno",insert_date:"Umetni trenuta\u010dni datum/vrijeme",remove:"Ukloni",title_cite_element:"Element citata",title_abbr_element:"Element kratice",title_acronym_element:"Element akronima",title_del_element:"Element za brisanje",title_ins_element:"Element za unos",fieldset_events_tab:"Doga\u0111aji elemenata",fieldset_attrib_tab:"Atributi elemenata",fieldset_general_tab:"Osnovne postavke",events_tab:"Doga\u0111aji",attrib_tab:"Atributi",general_tab:"Osnovno",attribute_attrib_tab:"Atributi",attribute_events_tab:"Doga\u0111aji",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Jezik",attribute_option_rtl:"S desna na lijevo",attribute_option_ltr:"S lijeva na desno",attribute_label_langdir:"Smjer teksta",attribute_label_datetime:"Datum/vrijeme",attribute_label_cite:"Citat",attribute_label_style:"Stil",attribute_label_class:"Klasa",attribute_label_id:"ID",attribute_label_title:"Naslov"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ca.xhtmlxtras_dlg',{"attribs_title":"Insereix/Edita atributs","option_rtl":"De dreta a esquerra","option_ltr":"D\'esquerra a dreta","insert_date":"Insereix la data/hora actuals",remove:"Elimina","title_cite_element":"Element de menci\u00f3","title_abbr_element":"Element d\'abreviatura","title_acronym_element":"Element d\'acr\u00f2nim","title_del_element":"Element d\'eliminaci\u00f3","title_ins_element":"Element d\'inserci\u00f3","fieldset_events_tab":"Esdeveniments d\'element","fieldset_attrib_tab":"Atributs d\'element","fieldset_general_tab":"Configuraci\u00f3 general","events_tab":"Esdeveniments","attrib_tab":"Atributs","general_tab":"General","attribute_attrib_tab":"Atributs","attribute_events_tab":"Esdeveniments","attribute_label_accesskey":"AccessKey","attribute_label_tabindex":"TabIndex","attribute_label_langcode":"Idioma","attribute_option_rtl":"De dreta a esquerra","attribute_option_ltr":"D\'esquerra a dreta","attribute_label_langdir":"Direcci\u00f3 del text","attribute_label_datetime":"Data/Hora","attribute_label_cite":"Cita","attribute_label_style":"Estil","attribute_label_class":"Classe","attribute_label_id":"ID","attribute_label_title":"T\u00edtol"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ch.xhtmlxtras_dlg',{attribs_title:"\u63d2\u5165/\u7f16\u8f91\u5c5e\u6027",option_rtl:"\u4ece\u53f3\u5230\u5de6",option_ltr:"\u4ece\u5de6\u5230\u53f3",insert_date:"\u63d2\u5165\u76ee\u524d\u65e5\u671f/\u65f6\u95f4",remove:"\u79fb\u9664",title_cite_element:"\u5f15\u7528\u5143\u7d20",title_abbr_element:"\u7f29\u5199\u5143\u7d20",title_acronym_element:"\u9996\u5b57\u6bcd\u7f29\u5199\u5143\u7d20",title_del_element:"\u5220\u9664\u5143\u7d20",title_ins_element:"\u63d2\u5165\u5143\u7d20",fieldset_events_tab:"\u5143\u7d20\u4e8b\u4ef6",fieldset_attrib_tab:"\u5143\u7d20\u5c5e\u6027",fieldset_general_tab:"\u4e00\u822c\u8bbe\u5b9a",events_tab:"\u4e8b\u4ef6",attrib_tab:"\u5c5e\u6027",general_tab:"\u4e00\u822c",attribute_attrib_tab:"\u5c5e\u6027",attribute_events_tab:"\u4e8b\u4ef6",attribute_label_accesskey:"\u5feb\u6377\u952e",attribute_label_tabindex:"Tab\u7d22\u5f15",attribute_label_langcode:"\u8bed\u8a00",attribute_option_rtl:"\u4ece\u53f3\u5230\u5de6",attribute_option_ltr:"\u4ece\u5de6\u5230\u53f3",attribute_label_langdir:"\u6587\u5b57\u4e66\u5199\u65b9\u5411",attribute_label_datetime:"\u65e5\u671f/\u65f6\u95f4",attribute_label_cite:"\u5f15\u7528",attribute_label_style:"\u6837\u5f0f",attribute_label_class:"\u7c7b\u522b",attribute_label_id:"ID",attribute_label_title:"\u6807\u9898"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('cn.xhtmlxtras_dlg',{"attribs_title":"\u63d2\u5165/\u7f16\u8f91\u5c5e\u6027","option_rtl":"\u4ece\u53f3\u5230\u5de6","option_ltr":"\u4ece\u5de6\u5230\u53f3","insert_date":"\u63d2\u5165\u5f53\u524d\u65e5\u671f/\u65f6\u95f4",remove:"\u79fb\u9664","title_cite_element":"\u5f15\u7528\u5143\u7d20","title_abbr_element":"\u7f29\u5199\u5143\u7d20","title_acronym_element":"\u9996\u5b57\u6bcd\u7f29\u5199\u5143\u7d20","title_del_element":"\u5220\u9664\u5143\u7d20","title_ins_element":"\u63d2\u5165\u5143\u7d20","fieldset_events_tab":"\u5143\u7d20\u4e8b\u4ef6","fieldset_attrib_tab":"\u5143\u7d20\u5c5e\u6027","fieldset_general_tab":"\u5e38\u89c4\u8bbe\u7f6e","events_tab":"\u4e8b\u4ef6","attrib_tab":"\u5c5e\u6027","general_tab":"\u5e38\u89c4","attribute_attrib_tab":"\u5c5e\u6027","attribute_events_tab":"\u4e8b\u4ef6","attribute_label_accesskey":"\u5feb\u6377\u952e","attribute_label_tabindex":"Tab\u952e\u8bbf\u95ee\u987a\u5e8f","attribute_label_langcode":"\u8bed\u8a00","attribute_option_rtl":"\u4ece\u53f3\u5230\u5de6","attribute_option_ltr":"\u4ece\u5de6\u5230\u53f3","attribute_label_langdir":"\u6587\u672c\u65b9\u5411","attribute_label_datetime":"\u65e5\u671f/\u65f6\u95f4","attribute_label_cite":"\u5f15\u7528","attribute_label_style":"\u6837\u5f0f","attribute_label_class":"\u7c7b","attribute_label_id":"ID\u5c5e\u6027","attribute_label_title":"\u6807\u9898"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('cs.xhtmlxtras_dlg',{attribs_title:"Vlo\u017eit/upravit atributy",option_rtl:"Zprava doleva",option_ltr:"Zleva doprava",insert_date:"Vlo\u017eit aktu\u00e1ln\u00ed datum/\u010das",remove:"Odstranit",title_cite_element:"Citace",title_abbr_element:"Zkratka",title_acronym_element:"Akronym",title_del_element:"Odstran\u011bn\u00fd text",title_ins_element:"P\u0159idan\u00fd text",fieldset_events_tab:"Atributy ud\u00e1losti",fieldset_attrib_tab:"Atributy prvku",fieldset_general_tab:"Obecn\u00e9 parametry",events_tab:"Ud\u00e1losti",attrib_tab:"Atributy",general_tab:"Obecn\u00e9",attribute_attrib_tab:"Atributy",attribute_events_tab:"Ud\u00e1losti",attribute_label_accesskey:"Kl\u00e1vesov\u00e1 zkratka",attribute_label_tabindex:"Po\u0159ad\u00ed pro tabul\u00e1tor",attribute_label_langcode:"Jazyk",attribute_option_rtl:"Zprava doleva",attribute_option_ltr:"Zleva doprava",attribute_label_langdir:"Sm\u011br textu",attribute_label_datetime:"Datum/\u010cas",attribute_label_cite:"Citace",attribute_label_style:"Styl",attribute_label_class:"T\u0159\u00edda",attribute_label_id:"ID",attribute_label_title:"Titulek"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('cy.xhtmlxtras_dlg',{attribs_title:"Mewnosod/Golygu Priodoleddau",option_rtl:"De i\'r chwith",option_ltr:"Chwith i\'r dde",insert_date:"Mewnosod dyddiad/amser presennol",remove:"Tynnu",title_cite_element:"Elfen Dyfyniad",title_abbr_element:"Elfen Talfyriad",title_acronym_element:"Elfen Acronym",title_del_element:"Elfen Dilead",title_ins_element:"Elfen Mewnosodiad",fieldset_events_tab:"Digwyddiadau Elfen",fieldset_attrib_tab:"Priodoleddau Elfen",fieldset_general_tab:"Gosodiadau Cyfredinol",events_tab:"Digwyddiadau",attrib_tab:"Priodoleddau",general_tab:"Cyffredinol",attribute_attrib_tab:"Priodoleddau",attribute_events_tab:"Digwyddiadau",attribute_label_accesskey:"Bysell mynediad",attribute_label_tabindex:"Trefn tabio",attribute_label_langcode:"Iaith",attribute_option_rtl:"De i\'r chwith",attribute_option_ltr:"Chwith i\'r dde",attribute_label_langdir:"Cyfeiriad Testun",attribute_label_datetime:"Dyddiad/Amser",attribute_label_cite:"Dyfynnu",attribute_label_style:"Arddull",attribute_label_class:"Dosbarth",attribute_label_id:"ID",attribute_label_title:"Teitl"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('da.xhtmlxtras_dlg',{attribs_title:"Inds\u00e6t/rediger attributter",option_rtl:"H\u00f8jre mod venstre",option_ltr:"Venstre mod h\u00f8jre",insert_date:"Inds\u00e6t nuv\u00e6rende dato/tid",remove:"Slet",title_cite_element:"Citationselement",title_abbr_element:"Forkortet element",title_acronym_element:"Akronym element",title_del_element:"Sletteklart element",title_ins_element:"Inds\u00e6tbart element",fieldset_events_tab:"Element-h\u00e6ndelser",fieldset_attrib_tab:"Element-attributter",fieldset_general_tab:"Genererelle indstillinger",events_tab:"H\u00e6ndelser",attrib_tab:"Attributter",general_tab:"Generelt",attribute_attrib_tab:"Attributter",attribute_events_tab:"H\u00e6ndelser",attribute_label_accesskey:"Adgangsn\u00f8gle",attribute_label_tabindex:"Tab-indeks",attribute_label_langcode:"Sprog",attribute_option_rtl:"H\u00f8jre mod venstre",attribute_option_ltr:"Venstre mod h\u00f8jre",attribute_label_langdir:"Tekstretning",attribute_label_datetime:"Dato/tid",attribute_label_cite:"Citat",attribute_label_style:"Stil",attribute_label_class:"Klasse",attribute_label_id:"ID",attribute_label_title:"Titel"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('de.xhtmlxtras_dlg',{attribs_title:"Attribute einf\u00fcgen/bearbeiten",option_rtl:"Rechts nach links",option_ltr:"Links nach rechts",insert_date:"Aktuelle Zeit/Datum einf\u00fcgen",remove:"Entfernen",title_cite_element:"Quellenangabe",title_abbr_element:"Abk\u00fcrzung",title_acronym_element:"Akronym",title_del_element:"Entfernter Text",title_ins_element:"Eingef\u00fcgter Text",fieldset_events_tab:"Ereignisse",fieldset_attrib_tab:"Attribute",fieldset_general_tab:"Allgemeine Einstellungen",events_tab:"Ereignisse",attrib_tab:"Attribute",general_tab:"Allgemein",attribute_attrib_tab:"Attribute",attribute_events_tab:"Ereignisse",attribute_label_accesskey:"Tastenk\u00fcrzel",attribute_label_tabindex:"Tabindex",attribute_label_langcode:"Sprache",attribute_option_rtl:"Rechts nach links",attribute_option_ltr:"Links nach rechts",attribute_label_langdir:"Schriftrichtung",attribute_label_datetime:"Zeit/Datum",attribute_label_cite:"Quellenangabe",attribute_label_style:"Format",attribute_label_class:"Klasse",attribute_label_id:"ID",attribute_label_title:"Titel"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('dv.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('el.xhtmlxtras_dlg',{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",option_rtl:"\u0394\u03b5\u03be\u03b9\u03ac \u03c0\u03c1\u03bf\u03c2 \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac",option_ltr:"\u0391\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac \u03c0\u03c1\u03bf\u03c2 \u03b4\u03b5\u03be\u03b9\u03ac",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",remove:"\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7",title_cite_element:"Citation \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_acronym_element:"\u0391\u03ba\u03c1\u03bf\u03bd\u03cd\u03bc\u03b9\u03bf \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_ins_element:"\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \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",fieldset_attrib_tab:"\u0399\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf\u03c5",fieldset_general_tab:"\u0393\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2",events_tab:"\u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1",attrib_tab:"\u0399\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2",general_tab:"\u0393\u03b5\u03bd\u03b9\u03ba\u03ac",attribute_attrib_tab:"\u0399\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2",attribute_events_tab:"\u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1",attribute_label_accesskey:"\u03a0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"\u0393\u03bb\u03ce\u03c3\u03c3\u03b1",attribute_option_rtl:"\u0394\u03b5\u03be\u03b9\u03ac \u03c0\u03c1\u03bf\u03c2 \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac",attribute_option_ltr:"\u0391\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac \u03c0\u03c1\u03bf\u03c2 \u03b4\u03b5\u03be\u03b9\u03ac",attribute_label_langdir:"\u039a\u03b1\u03c4\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5",attribute_label_datetime:"\u0397\u03bc\u03ad\u03c1\u03b1/\u038f\u03c1\u03b1",attribute_label_cite:"Cite",attribute_label_style:"\u03a3\u03c4\u03c5\u03bb",attribute_label_class:"\u039a\u03bb\u03ac\u03c3\u03b7",attribute_label_id:"ID",attribute_label_title:"\u03a4\u03af\u03c4\u03bb\u03bf\u03c2"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('en.xhtmlxtras_dlg',{"attribs_title":"Insert/Edit Attributes","option_rtl":"Right to left","option_ltr":"Left to right","insert_date":"Insert current date/time",remove:"Remove","title_cite_element":"Citation Element","title_abbr_element":"Abbreviation Element","title_acronym_element":"Acronym Element","title_del_element":"Deletion Element","title_ins_element":"Insertion Element","fieldset_events_tab":"Element Events","fieldset_attrib_tab":"Element Attributes","fieldset_general_tab":"General Settings","events_tab":"Events","attrib_tab":"Attributes","general_tab":"General","attribute_attrib_tab":"Attributes","attribute_events_tab":"Events","attribute_label_accesskey":"AccessKey","attribute_label_tabindex":"TabIndex","attribute_label_langcode":"Language","attribute_option_rtl":"Right to left","attribute_option_ltr":"Left to right","attribute_label_langdir":"Text Direction","attribute_label_datetime":"Date/Time","attribute_label_cite":"Cite","attribute_label_style":"Style","attribute_label_class":"Class","attribute_label_id":"ID","attribute_label_title":"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('es.xhtmlxtras_dlg',{"attribs_title":"Insertar/Editar atributos","option_rtl":"Derecha a izquierda","option_ltr":"Izquierda a derecha","insert_date":"Insertar fecha/hora actuales",remove:"Suprimir","title_cite_element":"Cita","title_abbr_element":"Abreviatura","title_acronym_element":"Acr\u00f3nimo","title_del_element":"Borrar","title_ins_element":"Insertar","fieldset_events_tab":"Evento","fieldset_attrib_tab":"Atributos","fieldset_general_tab":"Configuraci\u00f3n general","events_tab":"Eventos","attrib_tab":"Atributos","general_tab":"General","attribute_attrib_tab":"Atributos","attribute_events_tab":"Eventos","attribute_label_accesskey":"Tecla de acceso","attribute_label_tabindex":"Orden de tabulaci\u00f3n","attribute_label_langcode":"Lenguaje","attribute_option_rtl":"Derecha a izquierda","attribute_option_ltr":"Izquierda a derecha","attribute_label_langdir":"Direcci\u00f3n de texto","attribute_label_datetime":"Fecha/Hora","attribute_label_cite":"Cita","attribute_label_style":"Estilo","attribute_label_class":"Clase","attribute_label_id":"ID","attribute_label_title":"T\u00edtulo"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('et.xhtmlxtras_dlg',{attribs_title:"Sisesta/muuda atribuute",option_rtl:"Paremalt vasakule",option_ltr:"Vasakult paremale",insert_date:"Sisesta hetke kuup\u00e4ev/aeg",remove:"Eemalda",title_cite_element:"Elemendi tsitaat",title_abbr_element:"Elemendi l\u00fchend",title_acronym_element:"Elemendi akron\u00fc\u00fcm",title_del_element:"Elemendi kustutus",title_ins_element:"Elemendi sisestus",fieldset_events_tab:"Elementide s\u00fcndmused",fieldset_attrib_tab:"Elementide atribuudid",fieldset_general_tab:"\u00dcldised seaded",events_tab:"S\u00fcndmused",attrib_tab:"Atribuudid",general_tab:"\u00dcldine",attribute_attrib_tab:"Atribuudid",attribute_events_tab:"S\u00fcndmused",attribute_label_accesskey:"Ligip\u00e4\u00e4suklahv",attribute_label_tabindex:"Sisujuht",attribute_label_langcode:"Keel",attribute_option_rtl:"Paremalt vasakule",attribute_option_ltr:"Vasakult paremale",attribute_label_langdir:"Teksti suund",attribute_label_datetime:"Kuup\u00e4ev/aeg",attribute_label_cite:"Tsitaat",attribute_label_style:"Stiil",attribute_label_class:"Klass",attribute_label_id:"ID",attribute_label_title:"Pealkiri"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('eu.xhtmlxtras_dlg',{attribs_title:"Atributuak txertatu/editatu",option_rtl:"Eskuinetik ezkerrera",option_ltr:"Ezkerretik eskuinera",insert_date:"Data/ordua txertatu",remove:"Ezabatu",title_cite_element:"Elementuaren zita",title_abbr_element:"Elementuaren laburdura",title_acronym_element:"Elementuaren akronimoa",title_del_element:"Elementuaren ezabaketa",title_ins_element:"Elementuaren txertaketa",fieldset_events_tab:"Elementuen ebentuak",fieldset_attrib_tab:"Elementuen atributuak",fieldset_general_tab:"Aukera orokorrak",events_tab:"Ebentuak",attrib_tab:"Atributuak",general_tab:"Orokorra",attribute_attrib_tab:"Atributuak",attribute_events_tab:"Ebentuak",attribute_label_accesskey:"Laster-tekla",attribute_label_tabindex:"Tabulazio ordena",attribute_label_langcode:"Hizkuntza",attribute_option_rtl:"Eskuinetik ezkerrera",attribute_option_ltr:"Ezkerretik eskuinera",attribute_label_langdir:"Testuaren norabidea",attribute_label_datetime:"Data/Ordua",attribute_label_cite:"Zita",attribute_label_style:"Estiloa",attribute_label_class:"Klasea",attribute_label_id:"ID",attribute_label_title:"Izenburua"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('fa.xhtmlxtras_dlg',{attribs_title:"\u062f\u0631\u062c/\u0648\u06cc\u0631\u0627\u06cc\u0634 \u0635\u0641\u0627\u062a",option_rtl:"\u0631\u0627\u0633\u062a \u0628\u0647 \u0686\u067e",option_ltr:"\u0686\u067e \u0628\u0647 \u0631\u0627\u0633\u062a",insert_date:"\u062f\u0631\u062c \u062a\u0627\u0631\u06cc\u062e/\u0632\u0645\u0627\u0646 \u0641\u0639\u0644\u06cc",remove:"\u062d\u0630\u0641",title_cite_element:"\u0639\u0646\u0635\u0631 \u0646\u0642\u0644 \u0642\u0648\u0644",title_abbr_element:"\u0639\u0646\u0635\u0631 \u0627\u062e\u062a\u0635\u0627\u0631",title_acronym_element:"\u0639\u0646\u0635\u0631 \u0645\u062e\u0641\u0641",title_del_element:"\u0639\u0646\u0635\u0631 \u062d\u0630\u0641",title_ins_element:"\u0639\u0646\u0635\u0631 \u062f\u0631\u062c",fieldset_events_tab:"\u0631\u0648\u06cc\u062f\u0627\u062f\u0647\u0627\u06cc \u0639\u0646\u0635\u0631",fieldset_attrib_tab:"\u0635\u0641\u0627\u062a \u0639\u0646\u0635\u0631",fieldset_general_tab:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0639\u0645\u0648\u0645\u06cc",events_tab:"\u0631\u0648\u06cc\u062f\u0627\u062f\u0647\u0627",attrib_tab:"\u0635\u0641\u0627\u062a",general_tab:"\u0639\u0645\u0648\u0645\u06cc",attribute_attrib_tab:"\u0635\u0641\u0627\u062a",attribute_events_tab:"\u0631\u0648\u06cc\u062f\u0627\u062f\u0647\u0627",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"\u0632\u0628\u0627\u0646",attribute_option_rtl:"\u0631\u0627\u0633\u062a \u0628\u0647 \u0686\u067e",attribute_option_ltr:"\u0686\u067e \u0628\u0647 \u0631\u0627\u0633\u062a",attribute_label_langdir:"\u062c\u0647\u062a \u0645\u062a\u0646",attribute_label_datetime:"\u062a\u0627\u0631\u06cc\u062e/\u0632\u0645\u0627\u0646",attribute_label_cite:"\u0627\u0639\u0644\u0627\u0645\u06cc\u0647",attribute_label_style:"\u0627\u0633\u062a\u06cc\u0644",attribute_label_class:"\u06a9\u0644\u0627\u0633",attribute_label_id:"\u0634\u0646\u0627\u0633\u0647",attribute_label_title:"\u0639\u0646\u0648\u0627\u0646"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('fi.xhtmlxtras_dlg',{attribs_title:"Lis\u00e4\u00e4/muokkaa attribuutteja",option_rtl:"Oikealta vasemmalle",option_ltr:"Vasemmalta oikealle",insert_date:"Lis\u00e4\u00e4 t\u00e4m\u00e4nhetkinen p\u00e4iv\u00e4/aika",remove:"Poista",title_cite_element:"Sitaatti elementit",title_abbr_element:"Lyhenne elementit",title_acronym_element:"Kirjainlyhenne elementit",title_del_element:"Poisto elementit",title_ins_element:"Lis\u00e4ys elementit",fieldset_events_tab:"Elementin tapahtumat",fieldset_attrib_tab:"Elementin attribuutit",fieldset_general_tab:"Yleiset asetukset",events_tab:"Tapahtumat",attrib_tab:"Attribuutit",general_tab:"Yleiset",attribute_attrib_tab:"Attribuutit",attribute_events_tab:"Tapahtumat",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Kieli",attribute_option_rtl:"Oikealta vasemmalle",attribute_option_ltr:"Vasemmalta oikealle",attribute_label_langdir:"Tekstin suunta",attribute_label_datetime:"P\u00e4iv\u00e4/Aika",attribute_label_cite:"Sitaatti",attribute_label_style:"Tyyli",attribute_label_class:"Luokka",attribute_label_id:"ID",attribute_label_title:"Otsikko"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('fr.xhtmlxtras_dlg',{attribs_title:"Ins\u00e9rer / \u00e9diter les attributs",option_rtl:"De droite \u00e0 gauche",option_ltr:"De gauche \u00e0 droite",insert_date:"Ins\u00e9rer la date et l\'heure actuelles",remove:"Enlever",title_cite_element:"Citation",title_abbr_element:"Abr\u00e9viation",title_acronym_element:"Acronyme",title_del_element:"Suppression",title_ins_element:"Insertion",fieldset_events_tab:"\u00c9v\u00e9nements",fieldset_attrib_tab:"Attributs",fieldset_general_tab:"Param\u00e8tres g\u00e9n\u00e9raux",events_tab:"\u00c9v\u00e9nements",attrib_tab:"Attributs",general_tab:"G\u00e9n\u00e9ral",attribute_attrib_tab:"Attributs",attribute_events_tab:"\u00c9v\u00e8nements",attribute_label_accesskey:"Accesskey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Langue",attribute_option_rtl:"De droite \u00e0 gauche",attribute_option_ltr:"De gauche \u00e0 droite",attribute_label_langdir:"Sens de lecture",attribute_label_datetime:"Date / heure",attribute_label_cite:"Citation",attribute_label_style:"Style",attribute_label_class:"Classe",attribute_label_id:"ID",attribute_label_title:"Titre"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('gl.xhtmlxtras_dlg',{attribs_title:"Insertar/Editar atributos",option_rtl:"Dereita a esquerda",option_ltr:"Esquerda a dereita",insert_date:"Insertar data/hora actuais",remove:"Suprimir",title_cite_element:"Cita",title_abbr_element:"Abreviatura",title_acronym_element:"Acr\u00f3nimo",title_del_element:"Borrar",title_ins_element:"Insertar",fieldset_events_tab:"Evento",fieldset_attrib_tab:"Atributos",fieldset_general_tab:"Configuraci\u00f3n xeral",events_tab:"Eventos",attrib_tab:"Atributos",general_tab:"Xeral",attribute_attrib_tab:"Atributos",attribute_events_tab:"Eventos",attribute_label_accesskey:"Tecla de acceso",attribute_label_tabindex:"Orde de tabulaci\u00f3n",attribute_label_langcode:"Lenguaxe",attribute_option_rtl:"Dereita a esquerda",attribute_option_ltr:"Esquerda a dereita",attribute_label_langdir:"Direcci\u00f3n de texto",attribute_label_datetime:"Data/Hora",attribute_label_cite:"Cita",attribute_label_style:"Estilo",attribute_label_class:"Clase",attribute_label_id:"ID",attribute_label_title:"T\u00edtulo"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('gu.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('he.xhtmlxtras_dlg',{attribs_title:"\u05d4\u05db\u05e0\u05e1\u05ea/\u05e2\u05d3\u05db\u05d5\u05df \u05ea\u05db\u05d5\u05e0\u05d5\u05ea",option_rtl:"\u05de\u05d9\u05de\u05d9\u05df \u05dc\u05e9\u05de\u05d0\u05dc",option_ltr:"\u05de\u05e9\u05de\u05d0\u05dc \u05dc\u05d9\u05de\u05d9\u05df",insert_date:"\u05d4\u05db\u05e0\u05e1\u05ea \u05d6\u05de\u05df/\u05ea\u05d0\u05e8\u05d9\u05da \u05e0\u05d5\u05db\u05d7\u05d9",remove:"\u05d4\u05e1\u05e8",title_cite_element:"\u05e6\u05d9\u05d8\u05d5\u05d8 \u05d0\u05dc\u05de\u05e0\u05d8",title_abbr_element:"\u05e7\u05d9\u05e6\u05d5\u05e8 \u05d0\u05dc\u05de\u05e0\u05d8",title_acronym_element:"\u05e8\u05d0\u05e9\u05d9 \u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05d0\u05dc\u05de\u05e0\u05d8",title_del_element:"\u05de\u05d7\u05d9\u05e7\u05ea \u05d0\u05dc\u05de\u05e0\u05d8",title_ins_element:"\u05d4\u05db\u05e0\u05e1\u05ea \u05d0\u05dc\u05de\u05e0\u05d8",fieldset_events_tab:"\u05d0\u05d9\u05e8\u05d5\u05e2\u05d9 \u05d4\u05d0\u05dc\u05de\u05e0\u05d8",fieldset_attrib_tab:" \u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05d4\u05d0\u05dc\u05de\u05e0\u05d8",fieldset_general_tab:"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05db\u05dc\u05dc\u05d9\u05d5\u05ea",events_tab:"\u05d0\u05d9\u05e8\u05d5\u05e2\u05d9\u05dd",attrib_tab:"\u05ea\u05db\u05d5\u05e0\u05d5\u05ea",general_tab:"\u05db\u05dc\u05dc\u05d9",attribute_attrib_tab:"\u05ea\u05db\u05d5\u05e0\u05d5\u05ea",attribute_events_tab:"\u05d0\u05d9\u05e8\u05d5\u05e2\u05d9\u05dd",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"\u05e9\u05e4\u05d4",attribute_option_rtl:"\u05de\u05d9\u05de\u05d9\u05df \u05dc\u05e9\u05de\u05d0\u05dc",attribute_option_ltr:"\u05de\u05e9\u05de\u05d0\u05dc \u05dc\u05d9\u05de\u05d9\u05df",attribute_label_langdir:"\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05d8\u05e7\u05e1\u05d8",attribute_label_datetime:"\u05ea\u05d0\u05e8\u05d9\u05da/\u05d6\u05de\u05df",attribute_label_cite:"\u05e6\u05d9\u05d8\u05d5\u05d8",attribute_label_style:"\u05e2\u05d9\u05e6\u05d5\u05d1",attribute_label_class:"\u05de\u05d7\u05dc\u05e7\u05d4",attribute_label_id:"ID",attribute_label_title:"\u05db\u05d5\u05ea\u05e8\u05ea"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('hi.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('hr.xhtmlxtras_dlg',{attribs_title:"Umetni/uredi atribute",option_rtl:"S desna na lijevo",option_ltr:"S lijeva na desno",insert_date:"Umetni trenuta\u010dni datum/vrijeme",remove:"Ukloni",title_cite_element:"Element citata",title_abbr_element:"Element kratice",title_acronym_element:"Element akronima",title_del_element:"Element za brisanje",title_ins_element:"Element za unos",fieldset_events_tab:"Doga\u0111aji elemenata",fieldset_attrib_tab:"Atributi elemenata",fieldset_general_tab:"Osnovne postavke",events_tab:"Doga\u0111aji",attrib_tab:"Atributi",general_tab:"Osnovno",attribute_attrib_tab:"Atributi",attribute_events_tab:"Doga\u0111aji",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Jezik",attribute_option_rtl:"S desna na lijevo",attribute_option_ltr:"S lijeva na desno",attribute_label_langdir:"Smjer teksta",attribute_label_datetime:"Datum/vrijeme",attribute_label_cite:"Citat",attribute_label_style:"Stil",attribute_label_class:"Klasa",attribute_label_id:"ID",attribute_label_title:"Naslov"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('hu.xhtmlxtras_dlg',{"attribs_title":"Tulajdons\u00e1gok besz\u00far\u00e1sa/szerkeszt\u00e9se","option_rtl":"Jobbr\u00f3l balra","option_ltr":"Balr\u00f3l jobra","insert_date":"Aktu\u00e1lis d\u00e1tum/id\u0151 besz\u00far\u00e1sa",remove:"Elt\u00e1vol\u00edt\u00e1s","title_cite_element":"Id\u00e9zet elem","title_abbr_element":"R\u00f6vid\u00edt\u00e9s elem","title_acronym_element":"Bet\u0171sz\u00f3 elem","title_del_element":"T\u00f6r\u00f6lt elem","title_ins_element":"Besz\u00fart elem","fieldset_events_tab":"Elem esem\u00e9nyek","fieldset_attrib_tab":"Elem tulajdons\u00e1gok","fieldset_general_tab":"\u00c1ltal\u00e1nos be\u00e1ll\u00edt\u00e1sok","events_tab":"Esem\u00e9nyek","attrib_tab":"Tulajdons\u00e1gok","general_tab":"\u00c1ltal\u00e1nos","attribute_attrib_tab":"Tulajdons\u00e1gok","attribute_events_tab":"Esem\u00e9nyek","attribute_label_accesskey":"Gyorsbilenty\u0171","attribute_label_tabindex":"TabIndex","attribute_label_langcode":"Nyelv","attribute_option_rtl":"Jobbr\u00f3l balra","attribute_option_ltr":"Balr\u00f3l jobbra","attribute_label_langdir":"Sz\u00f6veg ir\u00e1nya","attribute_label_datetime":"D\u00e1tum/Id\u0151","attribute_label_cite":"Id\u00e9zet","attribute_label_style":"Style","attribute_label_class":"Class","attribute_label_id":"ID","attribute_label_title":"C\u00edm"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('hy.xhtmlxtras_dlg',{attribs_title:"\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c / \u0583\u0578\u0583\u0578\u056d\u0565\u056c \u0561\u057f\u0580\u056b\u0562\u0578\u0582\u057f\u0576\u0565\u0580",option_rtl:"\u0531\u057b\u056b\u0581 \u0571\u0561\u056d",option_ltr:"\u0541\u0561\u056d\u056b\u0581 \u0561\u057b",insert_date:"\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u0568\u0576\u0569\u0561\u0581\u056b\u056f \u0561\u0574\u057d\u0561\u0569\u056b\u057e\u0568 / \u056a\u0561\u0574\u0568",remove:"\u0540\u0565\u057c\u0561\u0581\u0576\u0565\u056c",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"\u0538\u0576\u0564\u0570\u0561\u0576\u0578\u0582\u0580 \u057a\u0561\u0580\u0561\u0574\u0565\u057f\u0580\u0565\u0580",events_tab:"\u0534\u0565\u057a\u0584\u0565\u0580",attrib_tab:"\u0531\u057f\u0580\u056b\u0562\u0578\u0582\u057f\u0576\u0565\u0580",general_tab:"\u0540\u056b\u0574\u0576\u0561\u056f\u0561\u0576",attribute_attrib_tab:"\u0531\u0568\u0580\u056b\u0562\u0578\u0582\u057f\u0576\u0565\u0580",attribute_events_tab:"\u0534\u0565\u057a\u0584\u0565\u0580",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"\u053c\u0565\u0566\u0578\u0582",attribute_option_rtl:"\u0531\u057b\u056b\u0581 \u0571\u0561\u056d",attribute_option_ltr:"\u0541\u0561\u056d\u056b\u0581 \u0561\u057b",attribute_label_langdir:"\u054f\u0565\u0584\u057d\u057f\u056b \u0578\u0582\u0572\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576",attribute_label_datetime:"\u0531\u0574\u057d\u0561\u0569\u056b\u057e / \u053a\u0561\u0574\u0561\u0576\u0561\u056f",attribute_label_cite:"\u0544\u0565\u056f\u0576\u0561\u0562\u0561\u0576\u0578\u0582\u0569\u0575\u0578\u0582\u0576",attribute_label_style:"\u0548\u0573",attribute_label_class:"\u0534\u0561\u057d",attribute_label_id:"ID",attribute_label_title:"\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ia.xhtmlxtras_dlg',{attribs_title:"\u63d2\u5165/\u7f16\u8f91 \u5c5e\u6027",option_rtl:"\u4ece\u53f3\u5230\u5de6",option_ltr:"\u4ece\u5de6\u5230\u53f3",insert_date:"\u63d2\u5165\u5f53\u524d\u65e5\u671f/\u65f6\u95f4",remove:"\u79fb\u9664",title_cite_element:"\u5f15\u7528\u5bf9\u8c61",title_abbr_element:"\u7f29\u5199\u5bf9\u8c61",title_acronym_element:"\u9996\u5b57\u6bcd\u7f29\u5199\u5bf9\u8c61",title_del_element:"\u5220\u9664\u5bf9\u8c61",title_ins_element:"\u63d2\u5165\u5bf9\u8c61",fieldset_events_tab:"\u5bf9\u8c61\u4e8b\u4ef6",fieldset_attrib_tab:"\u5bf9\u8c61\u5c5e\u6027",fieldset_general_tab:"\u57fa\u672c",events_tab:"\u4e8b\u4ef6",attrib_tab:"\u5c5e\u6027",general_tab:"\u57fa\u672c",attribute_attrib_tab:"\u5c5e\u6027",attribute_events_tab:"\u4e8b\u4ef6",attribute_label_accesskey:"\u5feb\u901f\u952e",attribute_label_tabindex:"Tab\u7d22\u5f15",attribute_label_langcode:"\u8bed\u8a00",attribute_option_rtl:"\u4ece\u53f3\u5230\u5de6",attribute_option_ltr:"\u4ece\u5de6\u5230\u53f3",attribute_label_langdir:"\u6587\u5b57\u4e66\u5199\u65b9\u5411",attribute_label_datetime:"\u65e5\u671f/\u65f6\u95f4",attribute_label_cite:"\u5f15\u7528",attribute_label_style:"\u6837\u5f0f",attribute_label_class:"\u6837\u5f0f\u7c7b",attribute_label_id:"ID",attribute_label_title:"\u67e5\u627e"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('id.xhtmlxtras_dlg',{attribs_title:"Sisipkan/Ubah atribut",option_rtl:"Kanan ke kiri",option_ltr:"Kiri ke kanan",insert_date:"Sisipkan tanggal/waktu sekarang",remove:"Hapus",title_cite_element:"Elemen Kutipan",title_abbr_element:"Elemen Singkatan",title_acronym_element:"Elemen Akronim",title_del_element:"Elemen penghapusan",title_ins_element:"Elemen Penyisipak",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Atribut Element",fieldset_general_tab:"Pengaturan Umum",events_tab:"Events",attrib_tab:"Atribut",general_tab:"Umum",attribute_attrib_tab:"Atribut",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Bahasa",attribute_option_rtl:"Kanan ke kiri",attribute_option_ltr:"Kiri ke kanan",attribute_label_langdir:"Arah Text",attribute_label_datetime:"Tanggal/waktu",attribute_label_cite:"Kutip",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Judul"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('is.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('it.xhtmlxtras_dlg',{attribs_title:"Inserisci/modifica attributi",option_rtl:"Destra verso sinistra",option_ltr:"Sinistra verso destra",insert_date:"Inserisci data/ora corrente",remove:"Rimuovi",title_cite_element:"Citazione elemento",title_abbr_element:"Abbreviazione elemento",title_acronym_element:"Acronimo elemento",title_del_element:"Cancellazione elemento",title_ins_element:"Inserimento elemento",fieldset_events_tab:"Eventi elemento",fieldset_attrib_tab:"Attributi elemento",fieldset_general_tab:"Impostazioni Generali",events_tab:"Eventi",attrib_tab:"Attributi",general_tab:"Generale",attribute_attrib_tab:"Attributi",attribute_events_tab:"Eventi",attribute_label_accesskey:"Tasto di accesso",attribute_label_tabindex:"Indice tabulazione",attribute_label_langcode:"Lingua",attribute_option_rtl:"Destra verso sinistra",attribute_option_ltr:"Sinistra verso destra",attribute_label_langdir:"Direzione del testo",attribute_label_datetime:"Date/Time",attribute_label_cite:"Citazione",attribute_label_style:"Style",attribute_label_class:"Classe",attribute_label_id:"ID",attribute_label_title:"Titolo"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ja.xhtmlxtras_dlg',{"attribs_title":"\u5c5e\u6027\u306e\u633f\u5165/\u524a\u9664","option_rtl":"\u53f3\u304b\u3089\u5de6","option_ltr":"\u5de6\u304b\u3089\u53f3","insert_date":"\u73fe\u5728\u306e\u65e5\u4ed8/\u6642\u523b\u3092\u633f\u5165",remove:"Remove","title_cite_element":"\u5f15\u7528\u30a8\u30ec\u30e1\u30f3\u30c8","title_abbr_element":"\u7565\u8a9e\u30a8\u30ec\u30e1\u30f3\u30c8","title_acronym_element":"\u982d\u5b57\u8a9e\u30a8\u30ec\u30e1\u30f3\u30c8","title_del_element":"\u30a8\u30ec\u30e1\u30f3\u30c8\u3092\u524a\u9664","title_ins_element":"\u30a8\u30ec\u30e1\u30f3\u30c8\u3092\u633f\u5165","fieldset_events_tab":"\u30a8\u30ec\u30e1\u30f3\u30c8\u306e\u30a4\u30d9\u30f3\u30c8","fieldset_attrib_tab":"\u30a8\u30ec\u30e1\u30f3\u30c8\u306e\u5c5e\u6027","fieldset_general_tab":"\u4e00\u822c","events_tab":"\u30a4\u30d9\u30f3\u30c8","attrib_tab":"\u5c5e\u6027","general_tab":"\u4e00\u822c","attribute_attrib_tab":"\u5c5e\u6027","attribute_events_tab":"\u30a4\u30d9\u30f3\u30c8","attribute_label_accesskey":"\u30a2\u30af\u30bb\u30b9\u30ad\u30fc","attribute_label_tabindex":"\u30bf\u30d6\u30a4\u30f3\u30c7\u30c3\u30af\u30b9","attribute_label_langcode":"\u8a00\u8a9e","attribute_option_rtl":"\u53f3\u304b\u3089\u5de6","attribute_option_ltr":"\u5de6\u304b\u3089\u53f3","attribute_label_langdir":"\u6587\u7ae0\u306e\u65b9\u5411","attribute_label_datetime":"\u65e5\u4ed8/\u6642\u523b","attribute_label_cite":"\u5f15\u7528","attribute_label_style":"\u30b9\u30bf\u30a4\u30eb","attribute_label_class":"\u30af\u30e9\u30b9","attribute_label_id":"ID","attribute_label_title":"\u30bf\u30a4\u30c8\u30eb"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ka.xhtmlxtras_dlg',{attribs_title:"\u10d4\u10da\u10d4\u10db\u10d4\u10dc\u10e2\u10d8\u10e1 \u10d7\u10d5\u10d8\u10e1\u10d4\u10d1\u10d4\u10d1\u10d8",option_rtl:"\u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d3\u10d0\u10dc \u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d5",option_ltr:"\u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d3\u10d0\u10dc \u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d5",insert_date:"\u10d7\u10d0\u10e0\u10d8\u10e6\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",remove:"\u10ec\u10d0\u10e8\u10da\u10d0",title_cite_element:"\u10ea\u10d8\u10e2\u10d8\u10e0\u10d4\u10d1\u10d0",title_abbr_element:"\u10e8\u10d4\u10db\u10dd\u10d9\u10da\u10d4\u10d1\u10d0",title_acronym_element:"\u10d0\u10d1\u10e0\u10d8\u10d5\u10d8\u10d0\u10ea\u10d8\u10d0",title_del_element:"\u10ec\u10d0\u10e8\u10da\u10d0",title_ins_element:"\u10e8\u10d4\u10ea\u10d5\u10da\u10d0",fieldset_events_tab:"\u10d4\u10da\u10d4\u10db\u10d4\u10dc\u10e2\u10d4\u10d1\u10d8\u10e1 \u10db\u10dd\u10d5\u10da\u10d4\u10dc\u10d4\u10d1\u10d8",fieldset_attrib_tab:"\u10d4\u10da\u10d4\u10db\u10d4\u10dc\u10e2\u10d8\u10e1 \u10de\u10d0\u10e0\u10d0\u10db\u10d4\u10e2\u10e0\u10d4\u10d1\u10d8",fieldset_general_tab:"\u10e1\u10d0\u10d4\u10e0\u10d7\u10dd \u10de\u10d0\u10e0\u10d0\u10db\u10d4\u10e2\u10e0\u10d4\u10d1\u10d8",events_tab:"\u10db\u10dd\u10d5\u10da\u10d4\u10dc\u10d0",attrib_tab:"\u10d0\u10e2\u10e0\u10d8\u10d1\u10e3\u10e2\u10d8",general_tab:"\u10e1\u10d0\u10d4\u10e0\u10d7\u10dd",attribute_attrib_tab:"\u10d0\u10e2\u10e0\u10d8\u10d1\u10e3\u10e2\u10d8",attribute_events_tab:"\u10db\u10dd\u10d5\u10da\u10d4\u10dc\u10d0",attribute_label_accesskey:"\u10ec\u10d5\u10d3\u10dd\u10db\u10d8\u10e1 \u10d2\u10d0\u10e1\u10d0\u10e6\u10d4\u10d1\u10d8",attribute_label_tabindex:"\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8",attribute_label_langcode:"\u10d4\u10dc\u10d0",attribute_option_rtl:"\u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d3\u10d0\u10dc \u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d5",attribute_option_ltr:"\u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d3\u10d0\u10dc \u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d5",attribute_label_langdir:"\u10e2\u10d4\u10e5\u10e1\u10e2\u10d8\u10e1 \u10db\u10d8\u10db\u10e0\u10d7\u10e3\u10da\u10d4\u10d1\u10d0",attribute_label_datetime:"\u10d7\u10d0\u10e0\u10d8\u10e6\u10d8/\u10d3\u10e0\u10dd",attribute_label_cite:"\u10ea\u10d8\u10e2\u10d0\u10e2\u10d0",attribute_label_style:"\u10e1\u10e2\u10d8\u10da\u10d8",attribute_label_class:"\u10d9\u10da\u10d0\u10e1\u10d8",attribute_label_id:"\u10e1\u10d0\u10ee\u10d4\u10da\u10d8",attribute_label_title:"\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('kl.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('km.xhtmlxtras_dlg',{attribs_title:"\u1794\u1789\u17d2\u1785\u17bc\u179b/\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8",option_rtl:"\u1796\u17b8\u179f\u17d2\u178f\u17b6\u17c6\u1791\u17c5\u1786\u17d2\u179c\u17c1\u1784",option_ltr:"\u1796\u17b8\u1786\u17d2\u179c\u17c1\u1784\u1791\u17c5\u179f\u17d2\u178f\u17b6\u17c6",insert_date:"\u1794\u1789\u17d2\u1785\u17bc\u179b\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791/\u1798\u17c9\u17c4\u1784",remove:"\u1799\u1780\u1785\u17c1\u1789",title_cite_element:"\u1792\u17b6\u178f\u17bb\u179f\u17c1\u1785\u1780\u17d2\u178f\u17b8\u178a\u1780\u179f\u17d2\u179a\u1784\u17cb",title_abbr_element:"\u1792\u17b6\u178f\u17bb\u17a2\u1780\u17d2\u179f\u179a\u179f\u1784\u17d2\u1781\u17c1\u1794",title_acronym_element:"\u1792\u17b6\u178f\u17bb\u1796\u17b6\u1780\u17d2\u1799\u1780\u17b6\u178f\u17cb\u1799\u1780\u17a2\u1780\u17d2\u179f\u179a\u178a\u17be\u1798",title_del_element:"\u1792\u17b6\u178f\u17bb\u179b\u17bb\u1794",title_ins_element:"\u1792\u17b6\u178f\u17bb\u1794\u1789\u17d2\u1785\u17bc\u179b",fieldset_events_tab:"\u1792\u17b6\u178f\u17bb\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd",fieldset_attrib_tab:"\u1792\u17b6\u178f\u17bb\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8",fieldset_general_tab:"\u1780\u17b6\u179a\u1780\u17c6\u178e\u178f\u17cb\u1791\u17bc\u1791\u17c5",events_tab:"\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd",attrib_tab:"\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8",general_tab:"\u1791\u17bc\u1791\u17c5",attribute_attrib_tab:"\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8",attribute_events_tab:"\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd",attribute_label_accesskey:"\u1782\u17d2\u179a\u17b6\u1794\u17cb\u1785\u17bb\u1785\u1795\u17d2\u179b\u17bc\u179c\u1780\u17b6\u178f\u17cb",attribute_label_tabindex:"\u1795\u17d2\u1791\u17b6\u17c6\u1784\u179b\u17b7\u1794\u17b7\u1780\u17d2\u179a\u1798",attribute_label_langcode:"\u1797\u17b6\u179f\u17b6",attribute_option_rtl:"\u1796\u17b8\u179f\u17d2\u178f\u17b6\u17c6\u1791\u17c5\u1786\u17d2\u179c\u17c1\u1784",attribute_option_ltr:"\u1796\u17b8\u1786\u17d2\u179c\u17c1\u1784\u1791\u17c5\u179f\u17d2\u178f\u17b6\u17c6",attribute_label_langdir:"\u1791\u17b7\u179f\u178a\u17c5\u17a2\u178f\u17d2\u1790\u1794\u1791",attribute_label_datetime:"\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791/\u1798\u17c9\u17c4\u1784",attribute_label_cite:"\u178a\u1780\u179f\u17d2\u179a\u1784\u17cb",attribute_label_style:"\u179a\u1785\u1793\u17b6\u1794\u17d0\u1791\u17d2\u1798",attribute_label_class:"\u1790\u17d2\u1793\u17b6\u1780\u17cb",attribute_label_id:"\u179b.\u179f.",attribute_label_title:"\u1785\u17c6\u178e\u1784\u1787\u17be\u1784"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ko.xhtmlxtras_dlg',{attribs_title:"\uc18d\uc131\uc758 \uc0bd\uc785/\ud3b8\uc9d1",option_rtl:"\uc624\ub978\ucabd\uc5d0\uc11c \uc67c\ucabd",option_ltr:"\uc67c\ucabd\uc5d0\uc11c \uc624\ub978\ucabd",insert_date:"\ud604\uc7ac\uc758 \ub0a0\uc9dc/\uc2dc\uac04\uc744 \uc0bd\uc785",remove:"\uc0ad\uc81c",title_cite_element:"\uc778\uc6a9 \uc694\uc18c",title_abbr_element:"\uc57d\uae30 \uc694\uc18c",title_acronym_element:"\uba38\ub9ac \uae00\uc790\uc5b4 \uc694\uc18c",title_del_element:"\uc694\uc18c\uc758 \uc0ad\uc81c",title_ins_element:"\uc694\uc18c\uc758 \uc0bd\uc785",fieldset_events_tab:"\uc694\uc18c\uc758 \uc774\ubca4\ud2b8",fieldset_attrib_tab:"\uc694\uc18c\uc758 \uc18d\uc131",fieldset_general_tab:"\uc77c\ubc18 \uc124\uc815",events_tab:"\uc774\ubca4\ud2b8",attrib_tab:"\uc18d\uc131",general_tab:"\uc77c\ubc18",attribute_attrib_tab:"\uc18d\uc131",attribute_events_tab:"\uc774\ubca4\ud2b8",attribute_label_accesskey:"\uc561\uc138\uc2a4 \ud0a4",attribute_label_tabindex:"\ud0ed \uc778\ub371\uc2a4",attribute_label_langcode:"\uc5b8\uc5b4",attribute_option_rtl:"\uc624\ub978\ucabd\uc5d0\uc11c \uc67c\ucabd",attribute_option_ltr:"\uc67c\ucabd\uc5d0\uc11c \uc624\ub978\ucabd",attribute_label_langdir:"\ubb38\uc790 \ubc29\ud5a5",attribute_label_datetime:"\ub0a0\uc9dc/\uc2dc\uac04",attribute_label_cite:"\uc778\uc6a9",attribute_label_style:"\uc2a4\ud0c0\uc77c",attribute_label_class:"\ud074\ub798\uc2a4",attribute_label_id:"ID",attribute_label_title:"\uc81c\ubaa9"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('lb.xhtmlxtras_dlg',{attribs_title:"Attributer af\u00fcgen/beaarbechten",option_rtl:"Riets no l\u00e9nks",option_ltr:"L\u00e9nks no riets",insert_date:"Aktuell Z\u00e4it/Datum af\u00fcgen",remove:"Ewechhuelen",title_cite_element:"Quellenangab",title_abbr_element:"Ofkierzung",title_acronym_element:"Akronym",title_del_element:"Ewechgehollenen Text",title_ins_element:"Agef\u00fcgtenen Text",fieldset_events_tab:"Ereegnes",fieldset_attrib_tab:"Attributer",fieldset_general_tab:"Allgemeng Astellungen",events_tab:"Ereegnes",attrib_tab:"Attributer",general_tab:"Allgemeng",attribute_attrib_tab:"Attributer",attribute_events_tab:"Ereegnes",attribute_label_accesskey:"Tastekierzel",attribute_label_tabindex:"Tabindex",attribute_label_langcode:"Sproochen",attribute_option_rtl:"Riets no l\u00e9nks",attribute_option_ltr:"L\u00e9nks no riets",attribute_label_langdir:"Schr\u00ebftrichtung",attribute_label_datetime:"Z\u00e4it/Datum",attribute_label_cite:"Quellenangab",attribute_label_style:"Format",attribute_label_class:"Klasse",attribute_label_id:"ID",attribute_label_title:"Titel"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('lt.xhtmlxtras_dlg',{attribs_title:"\u012eterpti/Redaguoti atributus",option_rtl:"I\u0161 de\u0161in\u0117s \u012f kair\u0119",option_ltr:"I\u0161 kair\u0117s \u012f de\u0161in\u0119",insert_date:"\u012eterpti dabartin\u0119 dat\u0105/laik\u0105",remove:"Pa\u0161alinti",title_cite_element:"Citatos elementas",title_abbr_element:"Santrumpos elementas",title_acronym_element:"Akronimo elementas",title_del_element:"Pa\u0161alinimo elementas",title_ins_element:"\u012eterpimo elementas",fieldset_events_tab:"Elemento \u012fvykiai",fieldset_attrib_tab:"Elemento atributai",fieldset_general_tab:"Bendri nustatymai",events_tab:"\u012evykiai",attrib_tab:"Atributai",general_tab:"Bendra",attribute_attrib_tab:"Atributai",attribute_events_tab:"\u012evykiai",attribute_label_accesskey:"Prieigos klavi\u0161as",attribute_label_tabindex:"Tabuliavimo indeksas",attribute_label_langcode:"Kalba",attribute_option_rtl:"I\u0161 de\u0161in\u0117s \u012f kair\u0119",attribute_option_ltr:"I\u0161 kair\u0117s \u012f de\u0161in\u0119",attribute_label_langdir:"Kalbos teksto kryptis",attribute_label_datetime:"Data/Laikas",attribute_label_cite:"Citata",attribute_label_style:"Stilius",attribute_label_class:"Klas\u0117",attribute_label_id:"ID",attribute_label_title:"Pavadinimas"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('lv.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"\u012apa\u0161\u012bbas",attribute_events_tab:"Notikumi",attribute_label_accesskey:"Pieejas poga",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Valoda",attribute_option_rtl:"No labas puses uz kreiso",attribute_option_ltr:"No kreisas puses uz labo",attribute_label_langdir:"Teksta v\u012brziens",attribute_label_datetime:"Datums/Laiks",attribute_label_cite:"Cite",attribute_label_style:"Stils",attribute_label_class:"Klase",attribute_label_id:"ID",attribute_label_title:"Nosaukums"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('mk.xhtmlxtras_dlg',{attribs_title:"\u0412\u043c\u0435\u0442\u043d\u0438/uredi atribute",option_rtl:"S desna na levo",option_ltr:"S leva na desno",insert_date:"\u0412\u043c\u0435\u0442\u043d\u0438 trenuta\u010dni datum/vreme",remove:"Ukloni",title_cite_element:"Element citata",title_abbr_element:"Element kratice",title_acronym_element:"Element akronima",title_del_element:"Element za brisanje",title_ins_element:"Element za unos",fieldset_events_tab:"Doga\u0111aji elemenata",fieldset_attrib_tab:"Atributi elemenata",fieldset_general_tab:"Osnovne postavke",events_tab:"Doga\u0111aji",attrib_tab:"Atributi",general_tab:"Osnovno",attribute_attrib_tab:"Atributi",attribute_events_tab:"Doga\u0111aji",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Jezik",attribute_option_rtl:"S desna na levo",attribute_option_ltr:"S leva na desno",attribute_label_langdir:"Smjer teksta",attribute_label_datetime:"Datum/vreme",attribute_label_cite:"Citat",attribute_label_style:"Stil",attribute_label_class:"Klasa",attribute_label_id:"ID",attribute_label_title:"\u041d\u0430\u0441\u043b\u043e\u0432"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ml.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('mn.xhtmlxtras_dlg',{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",option_rtl:"\u0411\u0430\u0440\u0443\u0443\u043d\u0430\u0430\u0441 \u0437\u04af\u04af\u043d",option_ltr:"\u0417\u04af\u04af\u043d\u044d\u044d\u0441 \u0431\u0430\u0440\u0443\u0443\u043d",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",remove:"\u0423\u0441\u0442\u0433\u0430\u0445",title_cite_element:"\u042d\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b",title_abbr_element:"\u0422\u043e\u0432\u0447\u043b\u043e\u043b",title_acronym_element:"\u0422\u043e\u0432\u0447\u0438\u043b\u0441\u043e\u043d \u04af\u0433",title_del_element:"\u0423\u0441\u0442\u0441\u0430\u043d \u0431\u0438\u0447\u0432\u044d\u0440",title_ins_element:"\u0411\u0443\u0443\u043b\u0433\u0430\u0441\u0430\u043d \u0431\u0438\u0447\u0432\u044d\u0440",fieldset_events_tab:"\u04ae\u0437\u044d\u0433\u0434\u044d\u043b",fieldset_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442",fieldset_general_tab:"\u0415\u0440\u04e9\u043d\u0445\u0438\u0439 \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e",events_tab:"\u04ae\u0437\u044d\u0433\u0434\u044d\u043b",attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442",general_tab:"\u0415\u0440\u04e9\u043d\u0445\u0438\u0439",attribute_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442",attribute_events_tab:"\u04ae\u0437\u044d\u0433\u0434\u044d\u043b",attribute_label_accesskey:"\u0422\u043e\u0432\u0447\u0438\u043b\u0431\u043e\u0440",attribute_label_tabindex:"\u0422\u0430\u0431\u0443\u043b\u0430\u0442\u043e\u0440 \u0438\u043d\u0434\u0435\u043a\u0441",attribute_label_langcode:"\u0425\u044d\u043b",attribute_option_rtl:"\u0411\u0430\u0440\u0443\u0443\u043d\u0430\u0430\u0441 \u0437\u04af\u04af\u043d",attribute_option_ltr:"\u0417\u04af\u04af\u043d\u044d\u044d\u0441 \u0431\u0430\u0440\u0443\u0443\u043d",attribute_label_langdir:"\u0425\u044d\u043b\u043d\u0438\u0439 \u0447\u0438\u0433\u043b\u044d\u043b",attribute_label_datetime:"\u0426\u0430\u0433/\u041e\u0433\u043d\u043e\u043e",attribute_label_cite:"\u042d\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b",attribute_label_style:"\u0425\u044d\u043b\u0431\u044d\u0440\u0436\u04af\u04af\u043b\u044d\u043b\u0442",attribute_label_class:"\u0410\u043d\u0433\u0438",attribute_label_id:"\u0422\u0422",attribute_label_title:"\u0413\u0430\u0440\u0447\u0438\u0433"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ms.xhtmlxtras_dlg',{attribs_title:"Masukkan/Sunting Ciri-ciri",option_rtl:"Kanan ke kiri",option_ltr:"Kiri ke kanan",insert_date:"Masukkan tarikh/masa sekarang",remove:"Alih",title_cite_element:"Kutipan Unsur",title_abbr_element:"Singkatan Unsur",title_acronym_element:"Akronim Unsur",title_del_element:"Pemadaman Unsur",title_ins_element:"Kemasukkan Unsur",fieldset_events_tab:"Unsur Peristiwa",fieldset_attrib_tab:"Unsur Ciri-ciri",fieldset_general_tab:"Susunan Am",events_tab:"Peristiwa",attrib_tab:"Ciri-ciri",general_tab:"Am",attribute_attrib_tab:"Ciri-ciri",attribute_events_tab:"Peristiwa",attribute_label_accesskey:"Kunci akses",attribute_label_tabindex:"Tanda indeks",attribute_label_langcode:"Bahasa",attribute_option_rtl:"Kanan ke kiri",attribute_option_ltr:"Kiri ke kanan",attribute_label_langdir:"Arah Teks",attribute_label_datetime:"Tarikh/Masa",attribute_label_cite:"Cuplik",attribute_label_style:"Gaya",attribute_label_class:"Kelas",attribute_label_id:"ID",attribute_label_title:"Tajuk"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('my.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('nb.xhtmlxtras_dlg',{"attribs_title":"Sett inn / endre attributter","option_rtl":"H\u00f8yre mot venstre","option_ltr":"Venstre mot h\u00f8yre","insert_date":"Sett inn dato/tid",remove:"Fjern","title_cite_element":"Sitatelement","title_abbr_element":"Forkortelseselement","title_acronym_element":"Akronymelement","title_del_element":"Sletteelement","title_ins_element":"Innsettingselement","fieldset_events_tab":"Elementhendelser","fieldset_attrib_tab":"Elementattributter","fieldset_general_tab":"Generelle innstillinger","events_tab":"Hendelser","attrib_tab":"Attributter","general_tab":"Generelt","attribute_attrib_tab":"Attributter","attribute_events_tab":"Hendelser","attribute_label_accesskey":"Tilgangsn\u00f8kkel","attribute_label_tabindex":"Tabuleringsindeks","attribute_label_langcode":"Spr\u00e5k","attribute_option_rtl":"H\u00f8yre til venstre","attribute_option_ltr":"Venstre til h\u00f8yre","attribute_label_langdir":"Tekstretning","attribute_label_datetime":"Dato/tid","attribute_label_cite":"Sted","attribute_label_style":"Stil","attribute_label_class":"Klasse","attribute_label_id":"ID","attribute_label_title":"Tittel"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('nl.xhtmlxtras_dlg',{"attribs_title":"Attributen Invoegen/bewerken","option_rtl":"Van rechts naar links","option_ltr":"Van links naar rechts","insert_date":"Huidige datum/tijd invoegen",remove:"Verwijderen","title_cite_element":"Citaat","title_abbr_element":"Afkorting","title_acronym_element":"Synoniem","title_del_element":"Verwijderingselement","title_ins_element":"Invoegingselement","fieldset_events_tab":"Element Gebeurtenissen","fieldset_attrib_tab":"Elementattributen","fieldset_general_tab":"Algemene instellingen","events_tab":"Gebeurtenissen","attrib_tab":"Attributen","general_tab":"Algemeen","attribute_attrib_tab":"Attributen","attribute_events_tab":"Gebeurtenissen","attribute_label_accesskey":"Toegangstoets","attribute_label_tabindex":"Tabvolgorde","attribute_label_langcode":"Taal","attribute_option_rtl":"Van rechts naar links","attribute_option_ltr":"Van links naar rechts","attribute_label_langdir":"Tekstrichting","attribute_label_datetime":"Datum/Tijd","attribute_label_cite":"Citaat","attribute_label_style":"Stijl","attribute_label_class":"Klasse","attribute_label_id":"ID","attribute_label_title":"Titel"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('nn.xhtmlxtras_dlg',{attribs_title:"Set inn / endre attributt",option_rtl:"H\u00f8gre mot venstre",option_ltr:"Venstre mot h\u00f8gre",insert_date:"Set inn dato/ti",remove:"Fjern",title_cite_element:"Sitatelement",title_abbr_element:"Forkortingselement",title_acronym_element:"Akronymelement",title_del_element:"Sletteelement",title_ins_element:"Innsetjingselement",fieldset_events_tab:"Elementhendingar",fieldset_attrib_tab:"Elementattributtar",fieldset_general_tab:"Generelle innstillingar",events_tab:"Hendingar",attrib_tab:"Attributtar",general_tab:"Generelt",attribute_attrib_tab:"Attributt",attribute_events_tab:"Hendingar",attribute_label_accesskey:"Tilgangsn\u00f8kkel",attribute_label_tabindex:"Tabuleringsindeks",attribute_label_langcode:"Spr\u00e5k",attribute_option_rtl:"H\u00f8gre mot venstre",attribute_option_ltr:"Venstre mot h\u00f8gre",attribute_label_langdir:"Tekstretning",attribute_label_datetime:"Dato/tid",attribute_label_cite:"Stad",attribute_label_style:"Stil",attribute_label_class:"Klasse",attribute_label_id:"ID",attribute_label_title:"Tittel"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('no.xhtmlxtras_dlg',{"attribs_title":"Sett inn/editer attributt","option_rtl":"H\u00f8yre mot venstre","option_ltr":"Venstre mot h\u00f8yre","insert_date":"Sett inn dato/tid",remove:"Fjerne","title_cite_element":"Sitat element","title_abbr_element":"Forkorting element","title_acronym_element":"Akronym element","title_del_element":"Slette element","title_ins_element":"Innsetting element","fieldset_events_tab":"Element hendelser","fieldset_attrib_tab":"Element attributter","fieldset_general_tab":"Generelle innstillinger","events_tab":"Hendelser","attrib_tab":"Attributter","general_tab":"Generelt","attribute_attrib_tab":"Attributter","attribute_events_tab":"Hendelser","attribute_label_accesskey":"Tilgangsn\u00f8kkel","attribute_label_tabindex":"Tab indeks","attribute_label_langcode":"Spr\u00e5k","attribute_option_rtl":"H\u00f8yre mot venstre","attribute_option_ltr":"Venstre mot h\u00f8yre","attribute_label_langdir":"Tekstretning","attribute_label_datetime":"Dato/tid","attribute_label_cite":"Sted","attribute_label_style":"Stil","attribute_label_class":"Klasse","attribute_label_id":"ID","attribute_label_title":"Tittel"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('pl.xhtmlxtras_dlg',{"attribs_title":"Wklej/edytuj atrybuty","option_rtl":"Kierunek z prawej do lewej","option_ltr":"Kierunek z lewej do prawej","insert_date":"Wklej aktualn\u0105 dat\u0119/czas",remove:"Usu\u0144","title_cite_element":"Cytat","title_abbr_element":"Skr\u00f3t","title_acronym_element":"Akronim","title_del_element":"Usuni\u0119cie","title_ins_element":"Wstawienie","fieldset_events_tab":"Zdarzenia","fieldset_attrib_tab":"Atrybuty","fieldset_general_tab":"G\u0142\u00f3wne ustawienia","events_tab":"Wydarzenia","attrib_tab":"Atrybuty","general_tab":"G\u0142wny","attribute_attrib_tab":"Atrybuty","attribute_events_tab":"Wydarzenia","attribute_label_accesskey":"Klawisz skr\u00f3tu","attribute_label_tabindex":"Numer tabulacji","attribute_label_langcode":"J\u0119zyk","attribute_option_rtl":"Kierunek z prawej do lewej","attribute_option_ltr":"Kierunek z lewej do prawej","attribute_label_langdir":"Kierunek czytania tekstu","attribute_label_datetime":"Data/Czas","attribute_label_cite":"Cytat","attribute_label_style":"Styl","attribute_label_class":"Klasa","attribute_label_id":"ID","attribute_label_title":"Tytu\u0142"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ps.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('pt.xhtmlxtras_dlg',{attribs_title:"Inserir/editar atributos",option_rtl:"Da direita para a esquerda",option_ltr:"Da esquerda para a direita",insert_date:"Inserir data/hora",remove:"Remover",title_cite_element:"Cita\u00e7\u00e3o",title_abbr_element:"Abrevia\u00e7\u00e3o",title_acronym_element:"Acr\u00f4nimo",title_del_element:"Apagar",title_ins_element:"Inserir",fieldset_events_tab:"Eventos",fieldset_attrib_tab:"Atributos",fieldset_general_tab:"Configura\u00e7\u00f5es gerais",events_tab:"Eventos",attrib_tab:"Atributos",general_tab:"Geral",attribute_attrib_tab:"Atributos",attribute_events_tab:"Eventos",attribute_label_accesskey:"Tecla de Atalho",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Idioma",attribute_option_rtl:"Da direita para a esquerda",attribute_option_ltr:"Da esquerda para a direita",attribute_label_langdir:"Dire\u00e7\u00e3o do texto",attribute_label_datetime:"Data/Hora",attribute_label_cite:"Citar",attribute_label_style:"Estilo",attribute_label_class:"Classe",attribute_label_id:"ID",attribute_label_title:"T\u00edtulo"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ro.xhtmlxtras_dlg',{attribs_title:"Inserare atribute",option_rtl:"De la dreapta la st\u00e2nga",option_ltr:"De la st\u00e2nga la dreapta",insert_date:"Inserare dat\u0103/or\u0103 curent\u0103",remove:"Scoate",title_cite_element:"Citare",title_abbr_element:"Abreviere",title_acronym_element:"Acronim",title_del_element:"\u015etergere element",title_ins_element:"Inserare element",fieldset_events_tab:"Evenimente element",fieldset_attrib_tab:"Atribute element",fieldset_general_tab:"Set\u0103ri generale",events_tab:"Evenimente",attrib_tab:"Atribute",general_tab:"General",attribute_attrib_tab:"Atribute",attribute_events_tab:"Evenimente",attribute_label_accesskey:"Tast\u0103 de acces",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Limb\u0103",attribute_option_rtl:"De la dreapta la st\u00e2nga",attribute_option_ltr:"De la st\u00e2nga la dreapta",attribute_label_langdir:"Direc\u0163ie text",attribute_label_datetime:"Dat\u0103/or\u0103",attribute_label_cite:"Citat",attribute_label_style:"Stil",attribute_label_class:"Clas\u0103",attribute_label_id:"ID",attribute_label_title:"Titlu"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ru.xhtmlxtras_dlg',{"attribs_title":"\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","option_rtl":"\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0435\u0432\u043e","option_ltr":"\u0421\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e","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",remove:"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","title_cite_element":"\u0426\u0438\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435","title_abbr_element":"\u0421\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u0435","title_acronym_element":"\u0410\u0431\u0431\u0440\u0435\u0432\u0438\u0430\u0446\u0438\u044f","title_del_element":"\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435","title_ins_element":"\u0417\u0430\u043c\u0435\u043d\u0430","fieldset_events_tab":"\u0421\u043e\u0431\u044b\u0442\u0438\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","fieldset_attrib_tab":"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","fieldset_general_tab":"\u041e\u0431\u0449\u0438\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b","events_tab":"\u0421\u043e\u0431\u044b\u0442\u0438\u044f","attrib_tab":"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b","general_tab":"\u041e\u0431\u0449\u0435\u0435","attribute_attrib_tab":"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b","attribute_events_tab":"\u0421\u043e\u0431\u044b\u0442\u0438\u044f","attribute_label_accesskey":"\u041a\u043b\u044e\u0447 \u0434\u043e\u0441\u0442\u0443\u043f\u0430","attribute_label_tabindex":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a","attribute_label_langcode":"\u042f\u0437\u044b\u043a","attribute_option_rtl":"\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0435\u0432\u043e","attribute_option_ltr":"\u0421\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e","attribute_label_langdir":"\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u043a\u0441\u0442\u0430","attribute_label_datetime":"\u0414\u0430\u0442\u0430/\u0412\u0440\u0435\u043c\u044f","attribute_label_cite":"\u0426\u0438\u0442\u0430\u0442\u0430","attribute_label_style":"\u0421\u0442\u0438\u043b\u044c","attribute_label_class":"\u041a\u043b\u0430\u0441\u0441","attribute_label_id":"\u0418\u043c\u044f","attribute_label_title":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('sc.xhtmlxtras_dlg',{attribs_title:"\u63d2\u5165/\u7f16\u8f91\u5c5e\u6027",option_rtl:"\u7531\u53f3\u5230\u5de6",option_ltr:"\u7531\u5de6\u5230\u53f3",insert_date:"\u63d2\u5165\u73b0\u5728\u65e5\u671f/\u65f6\u95f4",remove:"\u5220\u9664",title_cite_element:"\u5f15\u6587\u5143\u7d20",title_abbr_element:"\u7f29\u5199\u5143\u7d20",title_acronym_element:"\u9996\u5b57\u7f29\u5199\u5143\u7d20",title_del_element:"\u5220\u9664\u5143\u7d20",title_ins_element:"\u63d2\u5165\u5143\u7d20",fieldset_events_tab:"\u5143\u7d20\u4e8b\u4ef6",fieldset_attrib_tab:"\u5143\u7d20\u5c5e\u6027",fieldset_general_tab:"\u4e00\u822c",events_tab:"\u4e8b\u4ef6",attrib_tab:"\u5c5e\u6027",general_tab:"\u4e00\u822c",attribute_attrib_tab:"\u5c5e\u6027",attribute_events_tab:"\u4e8b\u4ef6",attribute_label_accesskey:"\u5feb\u6377\u952e",attribute_label_tabindex:"Tab\u7d22\u5f15",attribute_label_langcode:"\u8bed\u8a00",attribute_option_rtl:"\u7531\u53f3\u5230\u5de6",attribute_option_ltr:"\u7531\u5de6\u5230\u53f3",attribute_label_langdir:"\u6587\u5b57\u4e66\u5199\u65b9\u5411",attribute_label_datetime:"\u65e5\u671f/\u65f6\u95f4",attribute_label_cite:"\u5f15\u6587",attribute_label_style:"\u6837\u5f0f",attribute_label_class:"\u7c7b\u578b",attribute_label_id:"ID",attribute_label_title:"\u67e5\u627e"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('se.xhtmlxtras_dlg',{attribs_title:"Redigera attribut",option_rtl:"H\u00f6ger till v\u00e4nster",option_ltr:"V\u00e4nster till h\u00f6ger",insert_date:"Infoga nuvarande datum och tid",remove:"Radera",title_cite_element:"Citat",title_abbr_element:"F\u00f6rkortning",title_acronym_element:"Akronym",title_del_element:"Markera som struket",title_ins_element:"Markera som tillagt",fieldset_events_tab:"H\u00e4ndelser",fieldset_attrib_tab:"Attribut",fieldset_general_tab:"Generella inst\u00e4llningar",events_tab:"H\u00e4ndelser",attrib_tab:"Attribut",general_tab:"Generellt",attribute_attrib_tab:"Attribut",attribute_events_tab:"H\u00e4ndelser",attribute_label_accesskey:"Snabbtangent",attribute_label_tabindex:"Tabbindex",attribute_label_langcode:"Spr\u00e5k",attribute_option_rtl:"H\u00f6ger till v\u00e4nster",attribute_option_ltr:"V\u00e4nster till h\u00f6ger",attribute_label_langdir:"Skriftriktning",attribute_label_datetime:"Datum/Tid",attribute_label_cite:"Citat",attribute_label_style:"Stil",attribute_label_class:"Klass",attribute_label_id:"ID",attribute_label_title:"Titel"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('si.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('sk.xhtmlxtras_dlg',{attribs_title:"Vlo\u017ei\u0165/upravi\u0165 atrib\u00faty",option_rtl:"Sprava do\u013eava",option_ltr:"Z\u013eava doprava",insert_date:"Vlo\u017ei\u0165 aktu\u00e1lny d\u00e1tum/\u010das",remove:"Odstr\u00e1ni\u0165",title_cite_element:"Cit\u00e1cia",title_abbr_element:"Skratka",title_acronym_element:"Akronym",title_del_element:"Odstr\u00e1nen\u00fd text",title_ins_element:"Pridan\u00fd text",fieldset_events_tab:"Atrib\u00faty udalost\u00ed",fieldset_attrib_tab:"Atrib\u00faty prvku",fieldset_general_tab:"Obecn\u00e9 parametre",events_tab:"Udalosti",attrib_tab:"Atrib\u00faty",general_tab:"Obecn\u00e9",attribute_attrib_tab:"Atrib\u00faty",attribute_events_tab:"Udalosti",attribute_label_accesskey:"Kl\u00e1vesov\u00e1 skratka",attribute_label_tabindex:"Poradie pre tabul\u00e1tor",attribute_label_langcode:"Jazyk",attribute_option_rtl:"Sprava do\u013eava",attribute_option_ltr:"Z\u013eava doprava",attribute_label_langdir:"Smer textu",attribute_label_datetime:"D\u00e1tum/\u010das",attribute_label_cite:"Cit\u00e1cia",attribute_label_style:"\u0160t\u00fdl",attribute_label_class:"Trieda",attribute_label_id:"ID",attribute_label_title:"Titulok"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('sl.xhtmlxtras_dlg',{attribs_title:"Vstavi/uredi atribute",option_rtl:"Od desne proti levi",option_ltr:"Od leve proti desni",insert_date:"Vstavi trenutni datum/\u010das",remove:"Odstrani",title_cite_element:"Citat",title_abbr_element:"Okraj\u0161ava",title_acronym_element:"Kratica",title_del_element:"Izbrisano",title_ins_element:"Vstavljeno",fieldset_events_tab:"Dogodki elementa",fieldset_attrib_tab:"Atributi elementa",fieldset_general_tab:"Splo\u0161ne nastavitve",events_tab:"Dogodki",attrib_tab:"Atributi",general_tab:"Splo\u0161no",attribute_attrib_tab:"Atributi",attribute_events_tab:"Dogodki",attribute_label_accesskey:"Tipka dostopa",attribute_label_tabindex:"Zap. \u0161t.",attribute_label_langcode:"Jezik",attribute_option_rtl:"Od desne proti levi",attribute_option_ltr:"Od leve proti desni",attribute_label_langdir:"Smer pisave",attribute_label_datetime:"Datum/ura",attribute_label_cite:"Citat",attribute_label_style:"Slog",attribute_label_class:"Razred",attribute_label_id:"Id",attribute_label_title:"Naslov"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('sq.xhtmlxtras_dlg',{attribs_title:"Fut/Edito Tipare",option_rtl:"Djathtas-Majtas",option_ltr:"Majtas-Djathtas",insert_date:"Fut dat\u00ebn/or\u00ebn aktuale",remove:"Fshi",title_cite_element:"Element Citat",title_abbr_element:"Element Shkurtimi",title_acronym_element:"Element Akronim",title_del_element:"Element Fshir\u00ebs",title_ins_element:"Element Fut\u00ebs",fieldset_events_tab:"Ngjarjet e elementit",fieldset_attrib_tab:"Tiparet e elementit",fieldset_general_tab:"Opsionet e P\u00ebrgjithshme",events_tab:"Ngjarjet",attrib_tab:"Tiparet",general_tab:"T\u00eb P\u00ebrgjithshme",attribute_attrib_tab:"Tiparet",attribute_events_tab:"Ngjarjet",attribute_label_accesskey:"Butoni i aksesit",attribute_label_tabindex:"Indeksi i Tab",attribute_label_langcode:"Gjuha",attribute_option_rtl:"Djathtas-Majtas",attribute_option_ltr:"Majtas-Djathtas",attribute_label_langdir:"Drejtimi i tekstit",attribute_label_datetime:"Data/Ora",attribute_label_cite:"Citati",attribute_label_style:"Stili",attribute_label_class:"Klasa",attribute_label_id:"ID",attribute_label_title:"Titulli"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('sr.xhtmlxtras_dlg',{attribs_title:"Ubaci/izmeni atribute",option_rtl:"S desna na levo",option_ltr:"S leva na desno",insert_date:"Ubaci trenutni datum/vreme",remove:"Ukloni",title_cite_element:"Element citata",title_abbr_element:"Element skra\u0107enice",title_acronym_element:"Element akronima",title_del_element:"Element za brisanje",title_ins_element:"Element za unos",fieldset_events_tab:"Doga\u0111aji elemenata",fieldset_attrib_tab:"Atributi elemenata",fieldset_general_tab:"Osnovna pode\u0161avanja",events_tab:"Doga\u0111aji",attrib_tab:"Atributi",general_tab:"Generalno",attribute_attrib_tab:"Atributi",attribute_events_tab:"Doga\u0111aji",attribute_label_accesskey:"Taster za pristup",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Jezik",attribute_option_rtl:"S desna na levo",attribute_option_ltr:"S leva na desno",attribute_label_langdir:"Smer teksta",attribute_label_datetime:"Datum/vreme",attribute_label_cite:"Citat",attribute_label_style:"Stil",attribute_label_class:"Klasa",attribute_label_id:"ID",attribute_label_title:"Naslov"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('sv.xhtmlxtras_dlg',{"attribs_title":"Redigera attribut","option_rtl":"H\u00f6ger till v\u00e4nster","option_ltr":"V\u00e4nster till h\u00f6ger","insert_date":"Infoga nuvarande datum och tid",remove:"Radera","title_cite_element":"Citat","title_abbr_element":"F\u00f6rkortning","title_acronym_element":"Akronym","title_del_element":"Markera som struket","title_ins_element":"Markera som tillagt","fieldset_events_tab":"H\u00e4ndelser","fieldset_attrib_tab":"Attribut","fieldset_general_tab":"Generella inst\u00e4llningar","events_tab":"H\u00e4ndelser","attrib_tab":"Attribut","general_tab":"Generellt","attribute_attrib_tab":"Attribut","attribute_events_tab":"H\u00e4ndelser","attribute_label_accesskey":"Snabbtangent","attribute_label_tabindex":"Tabbindex","attribute_label_langcode":"Spr\u00e5k","attribute_option_rtl":"H\u00f6ger till v\u00e4nster","attribute_option_ltr":"V\u00e4nster till h\u00f6ger","attribute_label_langdir":"Skriftriktning","attribute_label_datetime":"Datum/Tid","attribute_label_cite":"Citat","attribute_label_style":"Stil","attribute_label_class":"Klass","attribute_label_id":"ID","attribute_label_title":"Titel"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ta.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('te.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('th.xhtmlxtras_dlg',{attribs_title:"\u0e40\u0e1e\u0e34\u0e48\u0e21/\u0e41\u0e01\u0e49\u0e44\u0e02 Attributes",option_rtl:"\u0e02\u0e27\u0e32\u0e44\u0e1b\u0e0b\u0e49\u0e32\u0e22",option_ltr:"\u0e0b\u0e49\u0e32\u0e22\u0e44\u0e1b\u0e02\u0e27\u0e32",insert_date:"\u0e40\u0e1e\u0e34\u0e48\u0e21 \u0e27\u0e31\u0e19/\u0e40\u0e27\u0e25\u0e32",remove:"\u0e25\u0e1a",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Event",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b",events_tab:"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21",attrib_tab:"Attributes",general_tab:"\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b",attribute_attrib_tab:"Attributes",attribute_events_tab:"Event",attribute_label_accesskey:"\u0e1b\u0e38\u0e48\u0e21\u0e25\u0e31\u0e14",attribute_label_tabindex:"\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e41\u0e17\u0e47\u0e1a",attribute_label_langcode:"\u0e20\u0e32\u0e29\u0e32",attribute_option_rtl:"\u0e02\u0e27\u0e32\u0e44\u0e1b\u0e0b\u0e49\u0e32\u0e22",attribute_option_ltr:"\u0e0b\u0e49\u0e32\u0e22\u0e44\u0e1b\u0e02\u0e27\u0e32",attribute_label_langdir:"\u0e17\u0e34\u0e28\u0e17\u0e32\u0e07\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23",attribute_label_datetime:"\u0e27\u0e31\u0e19/\u0e40\u0e27\u0e25\u0e32",attribute_label_cite:"Cite",attribute_label_style:"\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a",attribute_label_class:"\u0e04\u0e25\u0e32\u0e2a",attribute_label_id:"ID",attribute_label_title:"\u0e0a\u0e37\u0e48\u0e2d"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('tn.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('tr.xhtmlxtras_dlg',{attribs_title:"Nitelik ekle/d\u00fczenle",option_rtl:"Soldan sa\u011fa",option_ltr:"Sa\u011fdan sola",insert_date:"\u015euan ki tarih/saati ekle",remove:"Sil",title_cite_element:"Nesne Al\u0131nt\u0131s\u0131",title_abbr_element:"Nesne K\u0131saltmas\u0131",title_acronym_element:"Nense K\u0131sa ad\u0131",title_del_element:"Nesne Silme",title_ins_element:"Nesne Ekleme",fieldset_events_tab:"Nesne Olaylar\u0131",fieldset_attrib_tab:"Nesne Nitelikleri",fieldset_general_tab:"Genel Ayarlar",events_tab:"Olaylar",attrib_tab:"Nitelikler",general_tab:"Genel",attribute_attrib_tab:"Nitelikler",attribute_events_tab:"Olaylar",attribute_label_accesskey:"Eri\u015fim Tu\u015fu",attribute_label_tabindex:"Sekme indeksi",attribute_label_langcode:"Dil",attribute_option_rtl:"Soldan sa\u011fa",attribute_option_ltr:"Sa\u011fdan sola",attribute_label_langdir:"Metnin y\u00f6n\u00fc",attribute_label_datetime:"Tarih/Saat",attribute_label_cite:"Al\u0131nt\u0131 yapmak",attribute_label_style:"Stil",attribute_label_class:"S\u0131n\u0131f",attribute_label_id:"ID",attribute_label_title:"Ba\u015fl\u0131k"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('tt.xhtmlxtras_dlg',{attribs_title:"\u63d2\u5165/\u7de8\u8f2f \u5c6c\u6027",option_rtl:"\u5f9e\u53f3\u5230\u5de6",option_ltr:"\u5f9e\u5de6\u5230\u53f3",insert_date:"\u63d2\u5165\u7576\u524d\u65e5\u671f/\u6642\u9593",remove:"\u79fb\u9664",title_cite_element:"\u5f15\u7528\u7269\u4ef6",title_abbr_element:"\u7e2e\u5beb\u7269\u4ef6",title_acronym_element:"\u9996\u5b57\u6bcd\u7e2e\u5beb\u7269\u4ef6",title_del_element:"\u522a\u9664\u7269\u4ef6",title_ins_element:"\u63d2\u5165\u7269\u4ef6",fieldset_events_tab:"\u7269\u4ef6\u4e8b\u4ef6",fieldset_attrib_tab:"\u7269\u4ef6\u5c6c\u6027",fieldset_general_tab:"\u57fa\u672c",events_tab:"\u4e8b\u4ef6",attrib_tab:"\u5c6c\u6027",general_tab:"\u57fa\u672c",attribute_attrib_tab:"\u5c6c\u6027",attribute_events_tab:"\u4e8b\u4ef6",attribute_label_accesskey:"\u5feb\u901f\u9375",attribute_label_tabindex:"Tab\u7d22\u5f15",attribute_label_langcode:"\u8a9e\u8a00",attribute_option_rtl:"\u5f9e\u53f3\u5230\u5de6",attribute_option_ltr:"\u5f9e\u5de6\u5230\u53f3",attribute_label_langdir:"\u6587\u5b57\u66f8\u5beb\u65b9\u5411",attribute_label_datetime:"\u65e5\u671f/\u6642\u9593",attribute_label_cite:"\u5f15\u7528",attribute_label_style:"\u6a23\u5f0f",attribute_label_class:"\u6a23\u5f0f\u985e",attribute_label_id:"ID",attribute_label_title:"\u641c\u5c0b"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('tw.xhtmlxtras_dlg',{attribs_title:"\u63d2\u5165/\u7de8\u8f2f\u5c6c\u6027",option_rtl:"\u5f9e\u53f3\u5230\u5de6",option_ltr:"\u5f9e\u5de6\u5230\u53f3",insert_date:"\u63d2\u5165\u76ee\u524d\u65e5\u671f/\u6642\u9593",remove:"\u79fb\u9664",title_cite_element:"\u5f15\u7528\u5143\u7d20",title_abbr_element:"\u7e2e\u5beb\u5143\u7d20",title_acronym_element:"\u9996\u5b57\u6bcd\u7e2e\u5beb\u5143\u7d20",title_del_element:"\u522a\u9664\u5143\u7d20",title_ins_element:"\u63d2\u5165\u5143\u7d20",fieldset_events_tab:"\u5143\u7d20\u4e8b\u4ef6",fieldset_attrib_tab:"\u5143\u7d20\u5c6c\u6027",fieldset_general_tab:"\u4e00\u822c\u8a2d\u5b9a",events_tab:"\u4e8b\u4ef6",attrib_tab:"\u5c6c\u6027",general_tab:"\u4e00\u822c",attribute_attrib_tab:"\u5c6c\u6027",attribute_events_tab:"\u4e8b\u4ef6",attribute_label_accesskey:"\u5feb\u6377\u9375",attribute_label_tabindex:"Tab\u7d22\u5f15",attribute_label_langcode:"\u8a9e\u8a00",attribute_option_rtl:"\u5f9e\u53f3\u5230\u5de6",attribute_option_ltr:"\u5f9e\u5de6\u5230\u53f3",attribute_label_langdir:"\u6587\u5b57\u66f8\u5beb\u65b9\u5411",attribute_label_datetime:"\u65e5\u671f/\u6642\u9593",attribute_label_cite:"\u5f15\u7528",attribute_label_style:"\u6a23\u5f0f",attribute_label_class:"\u985e\u5225",attribute_label_id:"ID",attribute_label_title:"\u6a19\u984c"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('uk.xhtmlxtras_dlg',{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",option_rtl:"\u0421\u043f\u0440\u0430\u0432\u0430 \u043b\u0456\u0432\u043e\u0440\u0443\u0447",option_ltr:"\u0417\u043b\u0456\u0432\u0430 \u043f\u0440\u0430\u0432\u043e\u0440\u0443\u0447",insert_date:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u0442\u043e\u0447\u043d\u0456 \u0434\u0430\u0442\u0443/\u0447\u0430\u0441",remove:"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438",title_cite_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0446\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f",title_abbr_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0430\u0431\u0440\u0435\u0432\u0456\u0430\u0442\u0443\u0440\u0438",title_acronym_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0430\u043a\u0440\u043e\u043d\u0456\u043c\u0443",title_del_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f",title_ins_element:"\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0432\u0441\u0442\u0430\u0432\u043a\u0438",fieldset_events_tab:"\u041f\u043e\u0434\u0456\u0457 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0443",fieldset_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0443",fieldset_general_tab:"\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",events_tab:"\u041f\u043e\u0434\u0456\u0457",attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438",general_tab:"\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0435",attribute_attrib_tab:"\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438",attribute_events_tab:"\u041f\u043e\u0434\u0456\u0457",attribute_label_accesskey:"\u041a\u043b\u0430\u0432\u0456\u0448\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0443",attribute_label_tabindex:"\u0422\u0430\u0431\u0456\u043d\u0434\u0435\u043a\u0441",attribute_label_langcode:"\u041c\u043e\u0432\u0430",attribute_option_rtl:"\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0456\u0432\u043e",attribute_option_ltr:"\u0417\u043b\u0456\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e",attribute_label_langdir:"\u041d\u0430\u043f\u0440\u044f\u043c \u0442\u0435\u043a\u0441\u0442\u0443",attribute_label_datetime:"\u0414\u0430\u0442\u0430/\u0427\u0430\u0441",attribute_label_cite:"\u0426\u0438\u0442\u0430\u0442\u0430",attribute_label_style:"\u0421\u0442\u0438\u043b\u044c",attribute_label_class:"\u041a\u043b\u0430\u0441",attribute_label_id:"\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440",attribute_label_title:"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('ur.xhtmlxtras_dlg',{attribs_title:"Insert/Edit Attributes",option_rtl:"Right to left",option_ltr:"Left to right",insert_date:"Insert current date/time",remove:"Remove",title_cite_element:"Citation Element",title_abbr_element:"Abbreviation Element",title_acronym_element:"Acronym Element",title_del_element:"Deletion Element",title_ins_element:"Insertion Element",fieldset_events_tab:"Element Events",fieldset_attrib_tab:"Element Attributes",fieldset_general_tab:"General Settings",events_tab:"Events",attrib_tab:"Attributes",general_tab:"General",attribute_attrib_tab:"Attributes",attribute_events_tab:"Events",attribute_label_accesskey:"AccessKey",attribute_label_tabindex:"TabIndex",attribute_label_langcode:"Language",attribute_option_rtl:"Right to left",attribute_option_ltr:"Left to right",attribute_label_langdir:"Text Direction",attribute_label_datetime:"Date/Time",attribute_label_cite:"Cite",attribute_label_style:"Style",attribute_label_class:"Class",attribute_label_id:"ID",attribute_label_title:"Title"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('vi.xhtmlxtras_dlg',{attribs_title:"Ch\u00e8n/S\u1eeda thu\u1ed9c t\u00ednh",option_rtl:"Ph\u1ea3i qua tr\u00e1i",option_ltr:"Tr\u00e1i qua ph\u1ea3i",insert_date:"Ch\u00e8n ng\u00e0y/gi\u1edd hi\u1ec7n th\u1eddi",remove:"Lo\u1ea1i b\u1ecf",title_cite_element:"Bi\u00ea\u0309u ch\u01b0\u01a1ng ph\u1ea7n t\u1eed",title_abbr_element:"T\u00ean vi\u1ebft t\u1eaft ph\u1ea7n t\u1eed",title_acronym_element:"Vi\u1ebft t\u1eaft ph\u1ea7n t\u1eed",title_del_element:"X\u00f3a ph\u1ea7n t\u1eed",title_ins_element:"Ch\u00e8n ph\u1ea7n t\u1eed",fieldset_events_tab:"S\u1ef1 ki\u1ec7n ph\u1ea7n t\u1eed",fieldset_attrib_tab:"Thu\u1ed9c t\u00ednh ph\u1ea7n t\u1eed",fieldset_general_tab:"Thi\u1ebft l\u1eadp chung",events_tab:"S\u1ef1 ki\u1ec7n",attrib_tab:"Thu\u1ed9c t\u00ednh",general_tab:"Chung",attribute_attrib_tab:"Thu\u1ed9c t\u00ednh",attribute_events_tab:"S\u1ef1 ki\u1ec7n",attribute_label_accesskey:"Ph\u00edm truy c\u1eadp",attribute_label_tabindex:"Ch\u1ec9 m\u1ee5c th\u1ebb",attribute_label_langcode:"Ng\u00f4n ng\u1eef",attribute_option_rtl:"Ph\u1ea3i qua tr\u00e1i",attribute_option_ltr:"Tr\u00e1i qua ph\u1ea3i",attribute_label_langdir:"H\u01b0\u1edbng v\u0103n b\u1ea3n",attribute_label_datetime:"Ng\u00e0y/gi\u1edd",attribute_label_cite:"Ch\u00fa th\u00edch",attribute_label_style:"Ki\u1ec3u d\u00e1ng",attribute_label_class:"L\u1edbp",attribute_label_id:"ID",attribute_label_title:"Ti\u00eau \u0111\u1ec1"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('zh-cn.xhtmlxtras_dlg',{"attribs_title":"\u63d2\u5165/\u7f16\u8f91 \u5c5e\u6027","option_rtl":"\u4ece\u53f3\u5230\u5de6","option_ltr":"\u4ece\u5de6\u5230\u53f3","insert_date":"\u63d2\u5165\u5f53\u524d\u65e5\u671f/\u65f6\u95f4",remove:"\u79fb\u9664","title_cite_element":"\u5f15\u7528\u5143\u7d20","title_abbr_element":"\u7f29\u5199\u5143\u7d20","title_acronym_element":"\u9996\u5b57\u6bcd\u7f29\u5199\u5143\u7d20","title_del_element":"\u5220\u9664\u5143\u7d20","title_ins_element":"\u63d2\u5165\u5143\u7d20","fieldset_events_tab":"\u5143\u7d20\u4e8b\u4ef6","fieldset_attrib_tab":"\u5143\u7d20\u5c5e\u6027","fieldset_general_tab":"\u666e\u901a\u8bbe\u7f6e","events_tab":"\u4e8b\u4ef6","attrib_tab":"\u5c5e\u6027","general_tab":"\u666e\u901a","attribute_attrib_tab":"\u5c5e\u6027","attribute_events_tab":"\u4e8b\u4ef6","attribute_label_accesskey":"\u5feb\u6377\u952e","attribute_label_tabindex":"Tab\u7d22\u5f15","attribute_label_langcode":"\u8bed\u8a00","attribute_option_rtl":"\u4ece\u53f3\u5230\u5de6","attribute_option_ltr":"\u4ece\u5de6\u5230\u53f3","attribute_label_langdir":"\u6587\u5b57\u4e66\u5199\u65b9\u5411","attribute_label_datetime":"\u65e5\u671f/\u65f6\u95f4","attribute_label_cite":"\u5f15\u7528","attribute_label_style":"\u6837\u5f0f","attribute_label_class":"\u7c7b\u522b","attribute_label_id":"ID","attribute_label_title":"\u6807\u9898"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('zh.xhtmlxtras_dlg',{attribs_title:"\u63d2\u5165/\u7f16\u8f91\u5c5e\u6027",option_rtl:"\u4ece\u53f3\u5230\u5de6",option_ltr:"\u4ece\u5de6\u5230\u53f3",insert_date:"\u63d2\u5165\u76ee\u524d\u65e5\u671f/\u65f6\u95f4",remove:"\u79fb\u9664",title_cite_element:"\u5f15\u7528\u5143\u7d20",title_abbr_element:"\u7f29\u5199\u5143\u7d20",title_acronym_element:"\u9996\u5b57\u6bcd\u7f29\u5199\u5143\u7d20",title_del_element:"\u5220\u9664\u5143\u7d20",title_ins_element:"\u63d2\u5165\u5143\u7d20",fieldset_events_tab:"\u5143\u7d20\u4e8b\u4ef6",fieldset_attrib_tab:"\u5143\u7d20\u5c5e\u6027",fieldset_general_tab:"\u4e00\u822c\u8bbe\u5b9a",events_tab:"\u4e8b\u4ef6",attrib_tab:"\u5c5e\u6027",general_tab:"\u4e00\u822c",attribute_attrib_tab:"\u5c5e\u6027",attribute_events_tab:"\u4e8b\u4ef6",attribute_label_accesskey:"\u5feb\u6377\u952e",attribute_label_tabindex:"Tab\u7d22\u5f15",attribute_label_langcode:"\u8bed\u8a00",attribute_option_rtl:"\u4ece\u53f3\u5230\u5de6",attribute_option_ltr:"\u4ece\u5de6\u5230\u53f3",attribute_label_langdir:"\u6587\u5b57\u4e66\u5199\u65b9\u5411",attribute_label_datetime:"\u65e5\u671f/\u65f6\u95f4",attribute_label_cite:"\u5f15\u7528",attribute_label_style:"\u6837\u5f0f",attribute_label_class:"\u7c7b\u522b",attribute_label_id:"ID",attribute_label_title:"\u6807\u9898"});
-1
View File
@@ -1 +0,0 @@
tinyMCE.addI18n('zu.xhtmlxtras_dlg',{attribs_title:"\u63d2\u5165/\u7f16\u8f91\u5c5e\u6027",option_rtl:"\u7531\u53f3\u5230\u5de6",option_ltr:"\u7531\u5de6\u5230\u53f3",insert_date:"\u63d2\u5165\u73b0\u5728\u65e5\u671f/\u65f6\u95f4",remove:"\u5220\u9664",title_cite_element:"\u5f15\u6587\u5143\u7d20",title_abbr_element:"\u7f29\u5199\u5143\u7d20",title_acronym_element:"\u9996\u5b57\u7f29\u5199\u5143\u7d20",title_del_element:"\u5220\u9664\u5143\u7d20",title_ins_element:"\u63d2\u5165\u5143\u7d20",fieldset_events_tab:"\u5143\u7d20\u4e8b\u4ef6",fieldset_attrib_tab:"\u5143\u7d20\u5c5e\u6027",fieldset_general_tab:"\u4e00\u822c",events_tab:"\u4e8b\u4ef6",attrib_tab:"\u5c5e\u6027",general_tab:"\u4e00\u822c",attribute_attrib_tab:"\u5c5e\u6027",attribute_events_tab:"\u4e8b\u4ef6",attribute_label_accesskey:"\u5feb\u901f\u952e",attribute_label_tabindex:"Tab\u7d22\u5f15",attribute_label_langcode:"\u8bed\u8a00",attribute_option_rtl:"\u7531\u53f3\u5230\u5de6",attribute_option_ltr:"\u7531\u5de6\u5230\u53f3",attribute_label_langdir:"\u6587\u5b57\u4e66\u5199\u65b9\u5411",attribute_label_datetime:"\u65e5\u671f/\u65f6\u95f4",attribute_label_cite:"\u5f15\u6587",attribute_label_style:"\u6837\u5f0f",attribute_label_class:"\u7c7b\u578b",attribute_label_id:"ID",attribute_label_title:"\u67e5\u627e"});