Преглед на файлове

[svn r10762] import document lang file

Julian Prud'homme преди 18 години
родител
ревизия
6007d8ba70
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.php
  2. 1 1
      main/inc/lib/fckeditor/editor/plugins/Video/fck_video.php

+ 1 - 1
main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.php

@@ -1,6 +1,6 @@
 <?php
 // name of the language file that needs to be included 
-$language_file = array('resourcelinker');
+$language_file = array('resourcelinker','document');
 include('../../../../../../inc/global.inc.php');
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

+ 1 - 1
main/inc/lib/fckeditor/editor/plugins/Video/fck_video.php

@@ -1,6 +1,6 @@
 <?php
 // name of the language file that needs to be included 
-$language_file = array('resourcelinker');
+$language_file = array('resourcelinker','document');
 include('../../../../../../inc/global.inc.php');
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">