mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-09 01:26:50 +01:00
9 lines
124 B
PHP
9 lines
124 B
PHP
<?php
|
|
|
|
$labels = array();
|
|
$labels['help'] = 'Pomoc';
|
|
$labels['about'] = 'O programie';
|
|
$labels['license'] = 'Licencja';
|
|
|
|
?>
|