mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
5 lines
281 B
PHP
5 lines
281 B
PHP
<?php
|
|
$lang->session = 'Session';
|
|
$lang->about_session = 'This module manages sessions. Frequent session arrangement will provide a better environment for your site.';
|
|
$lang->cmd_clear_session = 'Arrange Session';
|
|
$lang->session_cleared = 'The old sessions have been cleaned up.';
|