2005-11-06 04:30:11 +01:00
|
|
|
// EN lang variables
|
2005-08-30 03:25:19 +02:00
|
|
|
|
2005-11-06 04:30:11 +01:00
|
|
|
tinyMCE.addToLang('',{
|
2005-11-19 20:15:11 +01:00
|
|
|
wordpress_more_button : 'Split post with More tag (Alt-t)',
|
2005-11-06 04:30:11 +01:00
|
|
|
wordpress_page_button : 'Split post with Page tag',
|
|
|
|
wordpress_more_alt : 'More...',
|
2005-11-19 20:15:11 +01:00
|
|
|
wordpress_page_alt : '...page...'
|
2005-11-06 04:30:11 +01:00
|
|
|
});
|