summaryrefslogtreecommitdiff
path: root/settings/localization/de_CH.inc
blob: a480711140fec3daaf9a881e3a066ef063cd1617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/*
 +-----------------------------------------------------------------------+
 | ./plugins/settings/localization/de_CH.inc
 |
 | Language file of MyRoundcube Plugins Bundle
 | Copyright (C) 2010-2012, Roland 'rosali' Liebl
 | Licensed under the GNU GPL
 |
 +-----------------------------------------------------------------------+
 | Author: myroundcube@mail4us.net - 03/21/2012 18:06:21
 +-----------------------------------------------------------------------+
*/

$labels = array();
$labels['menu'] = 'Menue';
$labels['managefolders'] = 'Ordner verwalten';
$labels['account'] = 'Konto-Einstellungen';
$labels['classic'] = 'Standard';
$labels['remotefolders'] = 'Spezialordner';
$labels['myroundcube'] = 'MyRoundCube';
$labels['skin_preview'] = 'Vorschau Benutzerobfläche';

?>