mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-12 02:56:50 +01:00
9 lines
125 B
PHP
9 lines
125 B
PHP
<?php
|
|
|
|
$labels = array();
|
|
$labels['help'] = 'Abi';
|
|
$labels['about'] = 'Roundcube info';
|
|
$labels['license'] = 'Litsents';
|
|
|
|
?>
|