Thomas Bruederli
2015-11-15 e257b830a125aa90619bb251be86d1e8073bf365
plugins/userinfo/localization/de_DE.inc
@@ -2,21 +2,21 @@
/*
 +-----------------------------------------------------------------------+
 | localization/de_DE/labels.inc                                         |
 | plugins/userinfo/localization/<lang>.inc                              |
 |                                                                       |
 | Language file of the Roundcube Webmail client                         |
 | Copyright (C) 2012, The Roundcube Dev Team                            |
 | Licensed under the GNU General Public License                         |
 | Localization file of the Roundcube Webmail Userinfo plugin            |
 | Copyright (C) 2012-2013, The Roundcube Dev Team                       |
 |                                                                       |
 | Licensed under the GNU General Public License version 3 or            |
 | any later version with exceptions for skins & plugins.                |
 | See the README file for a full license statement.                     |
 |                                                                       |
 +-----------------------------------------------------------------------+
 | Author: akn <Unknown>                                                 |
 +-----------------------------------------------------------------------+
 @version $Id$
 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-userinfo/
*/
$labels = array();
$labels['userinfo'] = 'Benutzer-Information';
$labels['created'] = 'angelegt';
$labels['lastlogin'] = 'letzte Anmeldung';
$labels['defaultidentity'] = 'Standard-Identität';
$labels['userinfo'] = 'Benutzerinformation';
$labels['created'] = 'Angelegt';
$labels['lastlogin'] = 'Letzte Anmeldung';
$labels['defaultidentity'] = 'Standardidentität';
?>