<?php
$current_language = (object) array
(
'name' => 'Русский',
'author_name' => 'Vadim a.k.a.(SibWeb) Kondakov',
'author_url' => 'http://vk.com/sibwebgroup',
'is_beta' => FALSE,
);
?>