Aleksander Machniak
2012-09-13 bc1e4faa70fb0fcfdeabb6e76597cb3ec5952975
commit | author | age
48e9c1 1 <?php
T 2
3983f5 3 /*
TB 4  +-----------------------------------------------------------------------+
5  | localization/de_CH/labels.inc                                         |
6  |                                                                       |
7  | Language file of the Roundcube Webmail client                         |
8  | Copyright (C) 2012, The Roundcube Dev Team                            |
9  | Licensed under the GNU General Public License                         |
10  |                                                                       |
11  +-----------------------------------------------------------------------+
12  | Author: Thomas <Unknown>                                              |
13  +-----------------------------------------------------------------------+
14  @version $Id$
15 */
16
48e9c1 17 $labels = array();
T 18 $labels['userinfo'] = 'Benutzerinfo';
19 $labels['created'] = 'Erstellt';
20 $labels['lastlogin'] = 'Letztes Login';
21 $labels['defaultidentity'] = 'Standard-Absender';
22