mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-10 10:06:52 +01:00
9 lines
119 B
PHP
9 lines
119 B
PHP
<?php
|
|
|
|
$labels = array();
|
|
$labels['help'] = 'Aide';
|
|
$labels['about'] = 'A propos';
|
|
$labels['license'] = 'Licence';
|
|
|
|
?>
|