9 lines
93 B
PHP
9 lines
93 B
PHP
<?php
|
|
|
|
$lang['plugin']['calendar'] = array(
|
|
|
|
'subject' => 'Календарь'
|
|
|
|
);
|
|
|
|
?>
|