more asset manager stuff
This commit is contained in:
parent
7ab8d9e43f
commit
4bc4974ecc
117 changed files with 2236 additions and 982 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Creating language packs</TITLE>
|
||||
<html>
|
||||
<head>
|
||||
<title>Creating language packs</title>
|
||||
<link href="style.css" rel="stylesheet" type="text/css">
|
||||
</HEAD>
|
||||
</head>
|
||||
|
||||
<BODY>
|
||||
<body>
|
||||
|
||||
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
|
||||
<tr>
|
||||
|
|
@ -29,6 +29,18 @@ templates. The example below shows how the cut, copy and paste texts are lang pa
|
|||
tinyMCELang['<font color="#CC0000">lang</font>_paste_desc'] = 'Paste (Ctrl+P)';</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>When translating TinyMCE, these are the files that currently needs to be translated:<br>
|
||||
<br>
|
||||
tinymce/jscripts/tiny_mce/langs/uk.js<br>
|
||||
tinymce/jscripts/tiny_mce/plugins/emotions/langs/uk.js<br>
|
||||
tinymce/jscripts/tiny_mce/plugins/iespell/langs/uk.js<br>
|
||||
tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/uk.js<br>
|
||||
tinymce/jscripts/tiny_mce/plugins/preview/langs/uk.js<br>
|
||||
tinymce/jscripts/tiny_mce/themes/advanced/langs/uk.js<br>
|
||||
<br>
|
||||
Notice some language variables may include a name/url of a gif image or simmilar,
|
||||
for example the button for bold has a "F" character in the Swedish
|
||||
language pack.</p>
|
||||
<hr noshade>
|
||||
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter">
|
||||
<tr>
|
||||
|
|
@ -37,5 +49,5 @@ templates. The example below shows how the cut, copy and paste texts are lang pa
|
|||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
</BODY>
|
||||
</HTML>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue