View file www/sxd/lang/list.php

File size: 111B
<?php
$langs = array (
  'en' => 'English',
  'ru' => 'Русский',
  'uk' => 'Українська',
);
?>