adding more tinymce files
This commit is contained in:
parent
b56c5515d6
commit
a1d0f25cfa
26 changed files with 968 additions and 0 deletions
5
www/extras/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ca_fr.js
vendored
Normal file
5
www/extras/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ca_fr.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// CAN_FR lang variables
|
||||
|
||||
tinyMCELang['lang_insert_emotions_title'] = 'Insèrer un émoticon';
|
||||
tinyMCELang['lang_emotions_desc'] = 'Émoticons';
|
||||
|
||||
4
www/extras/tinymce/jscripts/tiny_mce/plugins/iespell/langs/ca_fr.js
vendored
Normal file
4
www/extras/tinymce/jscripts/tiny_mce/plugins/iespell/langs/ca_fr.js
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// CAN_FR lang variables
|
||||
|
||||
tinyMCELang['lang_iespell_desc'] = 'Executer le vérificateur d\'orthographe';
|
||||
tinyMCELang['lang_iespell_download'] = "ieSpell n\'a pas été trouvé. Cliquez sur OK pour aller au site de téléchargement."
|
||||
4
www/extras/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/ca_fr.js
vendored
Normal file
4
www/extras/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/ca_fr.js
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// CAN_FR lang variables
|
||||
|
||||
tinyMCELang['lang_insertdate_desc'] = 'Insèrer la date';
|
||||
tinyMCELang['lang_inserttime_desc'] = 'Insèrer l\'heure';
|
||||
14
www/extras/tinymce/jscripts/tiny_mce/plugins/preview/example.html
vendored
Normal file
14
www/extras/tinymce/jscripts/tiny_mce/plugins/preview/example.html
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html>
|
||||
<head>
|
||||
<script language="javascript" src="../../tiny_mce_popup.js"></script>
|
||||
<title>Example of a custom preview page</title>
|
||||
<link href="{$content_css}" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Editor contents: <br />
|
||||
{$content}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
3
www/extras/tinymce/jscripts/tiny_mce/plugins/preview/langs/ca_fr.js
vendored
Normal file
3
www/extras/tinymce/jscripts/tiny_mce/plugins/preview/langs/ca_fr.js
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// CAN_FR lang variables
|
||||
|
||||
tinyMCELang['lang_preview_desc'] = 'Prévisualisation';
|
||||
Loading…
Add table
Add a link
Reference in a new issue