mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-11 10:36:54 +01:00
9 lines
114 B
PHP
9 lines
114 B
PHP
<?php
|
|
|
|
$labels = array();
|
|
$labels['help'] = 'Hjælp';
|
|
$labels['about'] = 'Om';
|
|
$labels['license'] = 'Licens';
|
|
|
|
?>
|