1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Added missing langs for TinyMce Youtube plugin.

This commit is contained in:
Cameron
2012-11-24 16:23:53 -08:00
parent c823271842
commit 0c44cdd49b
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
tinyMCE.addI18n('en.youtube',{
desc : 'Insert youtube video'
});

View File

@@ -0,0 +1,4 @@
tinyMCE.addI18n('en.youtube_dlg',{
title: 'Insert/edit youtube video',
url_field: 'YouTube video url or code:'
});