Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
tinymce-advanced
/
mce
/
xhtmlxtras
/
langs
:
langs.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php $lang_file = dirname(__FILE__) . '/' . $mce_locale . '_dlg.js'; if ( is_file($lang_file) && is_readable($lang_file) ) $strings = tdav_get_file($lang_file); else { $strings = tdav_get_file(dirname(__FILE__) . '/en_dlg.js'); $strings = preg_replace( '/([\'"])en\./', '$1'.$mce_locale.'.', $strings, 1 ); }