the directory structure is like this
modules/
/module1
/messages/
/en
/admin.php
/profile.php
/ru/
/admin.php
/profile.php
/module2/
/messages/
/en
/account.php
/stats.php
/ru
/account.php
/stats.php
each of thos php files has a huge array inside where by the array contains a key value pair of the text strings like e.g
return array(
'hello' => 'aloha'
);
so how to get the arrays in each files ?