Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de_DE.inc « localization « archive « plugins - github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ed0f5ac82aee028bfa0d2e714926c361c258e06 (plain)
1
2
3
4
5
6
7
8
<?php

$labels = array();
$labels['buttontitle'] = 'Nachricht archivieren';
$labels['archived'] = 'Nachricht erfolgreich archiviert';
$labels['archivefolder'] = 'Archiv';

?>