$dir = '/home/svn/simpledesk/trunk/language-php/';$files = scandir($dir);$data = array();foreach ($files as $temp){ $txt = array(); $helptxt = array(); include($dir . '/' . $temp); foreach ($txt as $key => $value) $data[$temp][$key] = $value;}